superset/tests
Beto Dealmeida d66bc5ad90
SIP-23: Persist SQL Lab state in the backend (#8060)
* Squash all commits from VIZ-689

* Fix javascript

* Fix black

* WIP fixing javascript

* Add feature flag SQLLAB_BACKEND_PERSISTENCE

* Use feature flag

* Small fix

* Fix lint

* Fix setQueryEditorSql

* Improve unit tests

* Add unit tests for backend sync

* Rename results to description in table_schema

* Add integration tests

* Fix black

* Migrate query history

* Handle no results backend

* Small improvement

* Address comments

* Store SQL directly instead of reference to query

* Small fixes

* Fix clone tab

* Fix remove query

* Cascade delete

* Cascade deletes

* Fix tab closing

* Small fixes

* Small fix

* Fix error when deleting tab

* Catch 404 when tab is deleted

* Remove tables from state on tab close

* Add index, autoincrement and cascade

* Prevent duplicate table schemas

* Fix mapStateToProps

* Fix lint

* Fix head

* Fix javascript

* Fix mypy

* Fix isort

* Fix javascript

* Fix merge

* Fix heads

* Fix heads

* Fix displayLimit

* Recreate migration script trying to fix heads

* Fix heads
2019-11-14 09:44:57 -08:00
..
db_engine_specs Add convert_dttm method to SnowflakeEngineSpec (#8551) 2019-11-13 11:13:49 +02:00
fixtures [schema] Deprecating the table_columns.database_expression column (#7653) 2019-07-03 14:05:59 -07:00
__init__.py Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
access_tests.py Use `config[]` not `config.get()` (#8454) 2019-10-30 16:19:16 -07:00
base_tests.py Use `config[]` not `config.get()` (#8454) 2019-10-30 16:19:16 -07:00
cache_tests.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
celery_tests.py Use `config[]` not `config.get()` (#8454) 2019-10-30 16:19:16 -07:00
core_tests.py Encode feature flags to JSON pessimistically (#8529) 2019-11-12 11:10:36 -08:00
dashboard_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
dataframe_test.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
datasource_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
dict_import_export_tests.py [cli] Fix, import datasources exported by UI (#8477) 2019-11-10 16:29:51 +00:00
druid_func_tests.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
druid_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
email_tests.py Use `config[]` not `config.get()` (#8454) 2019-10-30 16:19:16 -07:00
event_logger_tests.py Event logger config takes instance instead of class (#7997) 2019-08-08 13:47:18 -07:00
form_tests.py [format] Using Black (#7769) 2019-06-25 13:34:48 -07:00
import_export_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
load_examples_test.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
logging_configurator_tests.py Add LogConfigurator, and add logging for CSV export (#8085) 2019-08-27 13:22:18 -07:00
macro_tests.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
migration_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
model_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
schedules_test.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
security_tests.py Use `config[]` not `config.get()` (#8454) 2019-10-30 16:19:16 -07:00
sql_parse_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
sql_validator_tests.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
sqla_models_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
sqllab_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00
stats_logger_tests.py [format] Using Black (#7769) 2019-06-25 13:34:48 -07:00
strategy_tests.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
superset_test_config.py [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
superset_test_config_sqllab_backend_persist.py SIP-23: Persist SQL Lab state in the backend (#8060) 2019-11-14 09:44:57 -08:00
utils.py [format] Using Black (#7769) 2019-06-25 13:34:48 -07:00
utils_tests.py [sip-15] Fixing time range endpoints from dashboards (#8513) 2019-11-06 09:15:58 -08:00
viz_tests.py [tests] Fix, removing deprecated function for future Python release compatibility. (#8353) 2019-10-21 15:49:12 +01:00