superset/tests
Beto Dealmeida 90d9097841
fix: validate DB-specific parameters (#15155)
* fix: validate DB-specific parameters

* Fix lint

* Update test

* Fix lint/test

* Fix lint

* Update superset/databases/api.py
2021-06-14 18:44:18 -07: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 fix: show error on invalid import (#14851) 2021-05-27 14:46:41 -07:00
css_templates feat(css templates): security perm simplification (#11856) 2020-12-03 08:45:32 +00:00
dashboards fix: show error on invalid import (#14851) 2021-05-27 14:46:41 -07:00
databases fix: validate DB-specific parameters (#15155) 2021-06-14 18:44:18 -07:00
datasets fix: import metrics with extra (#15047) 2021-06-08 18:56:55 -07:00
db_engine_specs chore: added BasicParametersMixin to Redshift (#14752) 2021-05-24 17:32:53 -04:00
fixtures fix: import metrics with extra (#15047) 2021-06-08 18:56:55 -07:00
importexport feat: create base class for export commands (#11463) 2020-10-30 11:52:11 -07:00
migrations add migration (#14446) 2021-05-03 15:32:48 +03:00
queries feat: create backend routes and API for importing saved queries (#13893) 2021-04-08 14:20:11 -04:00
reports chore: use before_request hook for dynamic routes (#14568) 2021-05-14 12:49:25 -07:00
security refactor(api): csrf token on the new REST API (#13212) 2021-02-23 09:50:22 +00:00
tasks fix: Set g.user to anon user in Celery (#14742) 2021-05-21 14:33:08 -07:00
utils fix: time parser truncate to first day of year/month (#14945) 2021-06-02 21:26:37 +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 chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
base_api_tests.py fix: CSV Export permission is not consistent (#13713) 2021-05-04 10:19:58 +03:00
base_tests.py feat(native-filters): add temporal support to select filter (#13622) 2021-03-18 16:15:43 +02:00
cache_tests.py test: birth names (#12226) 2021-01-11 05:57:55 -08:00
celery_tests.py fix: show custom errors in SQL Lab (#14959) 2021-06-10 15:20:31 -07:00
cli_tests.py fix: new import/export CLI (#13921) 2021-04-23 10:50:49 -07: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 chore: use before_request hook for dynamic routes (#14568) 2021-05-14 12:49:25 -07:00
core_tests.py chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
csv_upload_tests.py fix(hive): Use parquet rather than textfile when uploading CSV files to Hive (#14240) 2021-04-24 18:17:30 +12:00
dashboard_tests.py chore(dashboard): Integrate dashboard app into the SPA bundle (#14356) 2021-05-04 08:51:17 -07:00
dashboard_utils.py feat(native-filters): add timegrain and column filter (#13484) 2021-03-09 17:27:46 +02:00
dataframe_test.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
datasource_tests.py fix: apply template_params on external_metadata (#14996) 2021-06-04 18:12:22 -07: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 chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
dynamic_plugins_tests.py chore: Register dynamic plugins and add feature checks (#14650) 2021-05-17 11:18:56 -07:00
email_tests.py test: fix flaky Python unit tests (#12253) 2021-01-05 16:40:01 -08:00
event_logger_tests.py fix: logs table - user_id is NULL (#14057) 2021-04-13 10:08:34 -04: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: Add a remove filter_flag to jinja filter_values function (#14507) 2021-05-21 19:37:09 +03:00
log_api_tests.py chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
log_model_view_tests.py chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -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(trino): add support for user impersonation (#14843) 2021-05-29 09:54:18 +03:00
pandas_postprocessing_tests.py fix(pivot): default missing series to NULL_STRING (#14748) 2021-05-21 18:54:15 +03:00
query_context_tests.py fix(sqla-query): order by aggregations in Presto and Hive (#13739) 2021-04-01 18:10:17 -07:00
result_set_tests.py feat: Switch from nosetest to pytest (#10177) 2020-06-29 15:36:06 -07:00
schedules_test.py chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
security_tests.py chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
sql_parse_tests.py fix: ParsedQuery subselect edge case (#13602) 2021-03-12 14:54:02 -08:00
sql_validator_tests.py feat: add Postgres SQL validator (#11538) 2020-12-04 19:17:23 -08:00
sqla_models_tests.py fix: is_temporal should overwrite is_dttm (#14894) 2021-06-02 18:00:15 +08:00
sqla_views_tests.py chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
sqllab_tests.py fix: show custom errors in SQL Lab (#14959) 2021-06-10 15:20:31 -07: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 feat: Logic added to limiting factor column in Query model (#13521) 2021-04-30 15:15:18 -07:00
superset_test_config_sqllab_backend_persist.py feat: Support feature flag overrides in ephemeral test envs (#14008) 2021-04-08 11:05:59 -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 chore: Perform feature/config condition checks at request time (#14684) 2021-05-21 14:29:52 -07:00
test_app.py Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
thumbnails_tests.py feat: add more timeout configuration on screenshots (#14868) 2021-06-08 15:33:42 +01:00
utils_tests.py fix(chart-data): handle url_params in csv export and native filters (#14526) 2021-05-07 21:07:44 +03:00
viz_tests.py fix: Fix unintended cache misses with async queries (#14291) 2021-04-28 12:14:55 -07:00