superset/tests
Ville Brofeldt 0a00153375
feat(chart-data): add rowcount, timegrain and column result types (#13271)
* feat(chart-data): add rowcount, timegrain and column result types

* break out actions from query_context

* rename module
2021-02-24 07:43:47 +02:00
..
annotation_layers feat(annotations): security permissions simplification (#12014) 2020-12-16 09:08:06 +00:00
async_events feat(SIP-39): Async query support for charts (#11499) 2020-12-10 20:21:56 -08:00
cachekeys feat: implement cache invalidation api (#10761) 2020-09-15 11:17:21 -07:00
charts feat(chart-data): add rowcount, timegrain and column result types (#13271) 2021-02-24 07:43:47 +02:00
css_templates feat(css templates): security perm simplification (#11856) 2020-12-03 08:45:32 +00:00
dashboards refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
databases chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08:00
datasets fix: API tests, make them possible to run independently again (#13076) 2021-02-11 18:19:41 +00:00
db_engine_specs feat(chart-data): add rowcount, timegrain and column result types (#13271) 2021-02-24 07:43:47 +02:00
fixtures refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
importexport feat: create base class for export commands (#11463) 2020-10-30 11:52:11 -07:00
queries test: fix flaky Python unit tests (#12253) 2021-01-05 16:40:01 -08:00
reports fix(alerts): Handle None on results (#13289) 2021-02-23 09:50:55 +00:00
security refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
tasks fix: Added message flash when chart with missing dataset is accessed. (#12468) 2021-01-18 22:42:03 -08:00
utils fix: time filter db migration optimization (#13015) 2021-02-09 10:49:50 -08:00
__init__.py Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
access_tests.py test: World bank examples (#12161) 2021-01-13 14:20:05 -08:00
alerts_tests.py fix(report): fix last_eval_dttm sort and more tests (#12121) 2020-12-21 19:07:30 +00:00
base_api_tests.py feat: request ids on API related endpoints (#12663) 2021-01-27 20:24:49 +00:00
base_tests.py feat(dashboard): API to get a dashboard's charts (#12978) 2021-02-15 11:41:59 -08:00
cache_tests.py test: birth names (#12226) 2021-01-11 05:57:55 -08:00
celery_tests.py test: speedup celery tests (#12885) 2021-02-03 13:37:02 -08:00
commands_test.py fix: import ZIP files that have been modified (#12425) 2021-01-12 12:56:26 -08:00
config_tests.py s/assertEqual/assertEquals (#10195) 2020-06-29 16:38:06 -07:00
conftest.py test: World bank examples (#12161) 2021-01-13 14:20:05 -08:00
core_tests.py refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
csv_upload_tests.py chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00
dashboard_tests.py refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
dashboard_utils.py test: World bank examples (#12161) 2021-01-13 14:20:05 -08:00
dataframe_test.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
datasource_tests.py feat(explore): allow opening charts with missing dataset (#12705) 2021-01-25 15:09:03 -08:00
dict_import_export_tests.py feat: add UUID column to ImportMixin (#11098) 2020-10-07 09:00:55 -07:00
druid_func_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
druid_func_tests_sip38.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
druid_tests.py fix(explore): deprecated x periods pattern in new time picker value (#12552) 2021-01-23 23:41:15 -08:00
email_tests.py test: fix flaky Python unit tests (#12253) 2021-01-05 16:40:01 -08:00
event_logger_tests.py refactor: optimize backend log payload (#11927) 2020-12-15 17:22:23 -08:00
feature_flag_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
form_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
import_export_tests.py test: World bank examples (#12161) 2021-01-13 14:20:05 -08:00
insert_chart_mixin.py feat(dashboard): API to get a dashboard's charts (#12978) 2021-02-15 11:41:59 -08:00
jinja_context_tests.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
log_api_tests.py Add more fields to the log API (#10271) 2020-07-13 18:06:33 -07:00
logging_configurator_tests.py Add LogConfigurator, and add logging for CSV export (#8085) 2019-08-27 13:22:18 -07:00
migration_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
model_tests.py feat(presto): add support for user impersonation (#13214) 2021-02-22 15:01:33 +02:00
pandas_postprocessing_tests.py refactor: migrate table chart to new API (#10270) 2021-01-29 13:12:09 +02:00
query_context_tests.py feat(chart-data): add rowcount, timegrain and column result types (#13271) 2021-02-24 07:43:47 +02:00
result_set_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
schedules_test.py fix schedules tests (#12870) 2021-02-22 22:21:19 -08:00
security_tests.py refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
sql_parse_tests.py fix: engines that don't support comments (#13153) 2021-02-17 18:01:34 +00:00
sql_validator_tests.py feat: add Postgres SQL validator (#11538) 2020-12-04 19:17:23 -08:00
sqla_models_tests.py refactor: migrate table chart to new API (#10270) 2021-01-29 13:12:09 +02:00
sqllab_tests.py refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
stats_logger_tests.py chore: statds metrics for cache invalidation (#11701) 2020-11-16 06:48:26 -08:00
strategy_tests.py test: birth names (#12226) 2021-01-11 05:57:55 -08:00
superset_test_config.py refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
superset_test_config_sqllab_backend_persist.py [Build] Add Github workflows (#9517) 2020-04-14 13:38:09 -07:00
superset_test_config_thumbnails.py chore: Using cache factory method (#10887) 2020-09-15 12:48:19 -07:00
superset_test_custom_template_processors.py fix(jinja): make context attrs private on SQL templates (#10934) 2020-09-18 12:56:07 +01:00
tagging_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
test_app.py Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
thumbnails_tests.py chore: Migrating reports to AuthWebdriverProxy (#10567) 2020-08-12 13:28:41 -07:00
utils_tests.py fix(chart-data-api): support numeric temporal columns (#13138) 2021-02-16 09:51:22 +02:00
viz_tests.py fix(explore): preserve metric column order in bar chart (#12417) 2021-01-28 10:39:00 +02:00