superset/tests/integration_tests
Antonio Rivero Martinez fb3e717573
fix(file_upload): Fix columnar and Excel upload forms (#22249)
2022-11-29 11:27:50 -05:00
..
advanced_data_type refactor(test): add login_as_admin in global conftest (#20703) 2022-07-14 18:10:31 -07:00
annotation_layers chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
async_events refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
available_domains chore: migrate available_domains to api/v1 (#21173) 2022-09-01 16:38:02 +01:00
cachekeys refactor(test): add login_as_admin in global conftest (#20703) 2022-07-14 18:10:31 -07:00
charts fix(reports): force data generation in csv reports (#22196) 2022-11-26 13:30:26 +08:00
css_templates chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
dashboards fix: chart id mapping in dashboard api (#22179) 2022-11-21 18:30:08 +02:00
databases feat: refactor all `get_sqla_engine` to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
datasets chore: Change get_table_names/get_view_names return type (#22085) 2022-11-18 12:41:21 -08:00
db_engine_specs chore: Change get_table_names/get_view_names return type (#22085) 2022-11-18 12:41:21 -08:00
embedded feat(embedded): API get embedded dashboard config by uuid (#19650) 2022-04-12 15:14:08 -07:00
explore fix(explore): Persist URL params to form-data (#21792) 2022-10-13 14:25:46 -07:00
extensions chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
fixtures feat: refactor all `get_sqla_engine` to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
importexport chore(supeset.utils.core): move all database utils to database utils module (#18058) 2022-01-16 08:32:50 +02:00
key_value fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
migrations fix(db): use paginated_update for area chart migration (#20761) 2022-07-19 07:20:46 -07:00
queries feat(sqllab): save query parameters in database (#21682) 2022-10-07 12:49:14 +05:30
reports fix(alerts): execute query as report executor (#22167) 2022-11-18 14:22:56 +02:00
security feat: add name, description and non null tables to RLS (#20432) 2022-06-20 13:52:05 +01:00
sql_lab feat(sql lab): display presto and trino tracking url (#20799) 2022-07-26 20:20:08 -07:00
tasks refactor: Deprecate ensure_user_is_set in favor of override_user (#20502) 2022-07-05 10:57:40 -07:00
users chore: get embedded user with roles and permissions (#19813) 2022-05-03 12:58:06 -07:00
utils feat!: pass datasource_type and datasource_id to form_data (#19981) 2022-06-02 16:48:16 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py fix: deprecate approve and request_access endpoint (#22022) 2022-11-07 08:55:15 +00:00
base_api_tests.py feat: new config to filter specific users from dropdown lists (#21515) 2022-09-29 12:30:07 +01:00
base_tests.py chore: upgrade SQLAlchemy to 1.4 (#19890) 2022-07-18 15:21:38 -07:00
cache_tests.py chore(cache): default to SimpleCache in debug mode (#18976) 2022-03-02 19:38:34 +02:00
celery_tests.py feat: create function for get_sqla_engine with context (#21790) 2022-10-25 14:12:48 -04:00
cli_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
commands_test.py perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
conftest.py feat: refactor all `get_sqla_engine` to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
core_tests.py chore: remove annotation layer FAB CRUD model view (#22178) 2022-11-22 16:19:57 +00:00
csv_upload_tests.py fix(file_upload): Fix columnar and Excel upload forms (#22249) 2022-11-29 11:27:50 -05:00
dashboard_tests.py refactor(test): add login_as_admin in global conftest (#20703) 2022-07-14 18:10:31 -07:00
dashboard_utils.py chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
datasource_tests.py fix: datasource save, improve data validation (#22038) 2022-11-07 10:33:24 +00:00
dict_import_export_tests.py chore: remove druid datasource from the config (#19770) 2022-05-04 12:48:48 -07:00
dynamic_plugins_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
email_tests.py feat: adds TLS certificate validation option for SMTP (#21272) 2022-09-01 10:51:34 +01:00
event_logger_tests.py refactor: Cleanup user get_id/get_user_id (#20492) 2022-06-24 17:57:04 -07:00
form_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
import_export_tests.py refactor(test): add login_as_admin in global conftest (#20703) 2022-07-14 18:10:31 -07:00
insert_chart_mixin.py chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
log_api_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
log_model_view_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
logging_configurator_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
model_tests.py feat: refactor all `get_sqla_engine` to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
query_context_tests.py feat: support mulitple temporal filters in AdhocFilter and move the Time Section away (#21767) 2022-11-02 08:21:17 +08:00
result_set_tests.py fix: can't sync temporal flag on virtual table (#19366) 2022-04-01 16:40:50 +08:00
security_tests.py fix: dataset after insert when db relation does not exist (#21492) 2022-09-17 17:16:18 +01:00
sql_validator_tests.py feat: refactor all `get_sqla_engine` to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
sqla_models_tests.py feat: support mulitple temporal filters in AdhocFilter and move the Time Section away (#21767) 2022-11-02 08:21:17 +08:00
sqllab_tests.py feat: refactor all `get_sqla_engine` to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
stats_logger_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
strategy_tests.py feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
superset_test_config.py chore: Remove CROSS_REFERENCES feature flag (#21815) 2022-10-21 15:11:49 +03:00
superset_test_config_sqllab_backend_persist_off.py chore: turn on SQLLAB_BACKEND_PERSISTENCE by default (#19107) 2022-03-17 21:51:47 -07:00
superset_test_config_thumbnails.py chore(cache): default to SimpleCache in debug mode (#18976) 2022-03-02 19:38:34 +02:00
superset_test_custom_template_processors.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
tagging_tests.py feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
test_app.py feat(report): capture dashboard reports in specific states (#20552) 2022-07-26 17:01:56 -07:00
test_jinja_context.py [requirements] Resolve rebase conflicts (#20152) 2022-06-03 15:27:35 -07:00
thumbnails_tests.py fix: Add waiting time for chart animation when screenshot (#15610) 2021-07-15 18:25:48 -07:00
utils_tests.py fix: Missing applied filters indicator (#22137) 2022-11-16 08:07:42 -08:00
viz_tests.py fix: invalid metric should raise an exception (#20882) 2022-07-28 08:15:43 +08:00