superset/tests/integration_tests
Stepan 64ced60f62
fix(datasets): give possibility to add dataset with slashes in name (#24796)
2023-07-28 14:33:08 -03:00
..
advanced_data_type chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
annotation_layers chore(frontend): Spelling (#19676) 2023-02-02 11:23:11 -07:00
async_events chore: bump werkzeug and Flask (#23965) 2023-05-12 15:01:30 +01:00
available_domains chore: migrate available_domains to api/v1 (#21173) 2022-09-01 16:38:02 +01:00
cachekeys chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
charts chore(view_api): return application/json as content-type for api/v1/form_data endpoint (#24758) 2023-07-21 16:31:41 -07:00
css_templates chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
dashboards chore(dao): Add explicit ON DELETE CASCADE for ownership (#24628) 2023-07-11 11:39:03 -07:00
databases fix(datasets): give possibility to add dataset with slashes in name (#24796) 2023-07-28 14:33:08 -03:00
datasets chore(command): Condense delete/bulk-delete operations (#24607) 2023-07-12 15:45:29 -07:00
datasource chore(dao): Organize DAOs according to SIP-92 (#24331) 2023-06-18 18:32:32 -07:00
db_engine_specs fix: SSH Tunnel creation with dynamic form (#24196) 2023-07-02 23:48:48 -04:00
embedded chore(dao): Organize DAOs according to SIP-92 (#24331) 2023-06-18 18:32:32 -07:00
explore chore(dao): Organize DAOs according to SIP-92 (#24331) 2023-06-18 18:32:32 -07:00
extensions chore(metastore-cache): add codec support (#24586) 2023-07-04 15:55:22 +03:00
fixtures chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -07: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 chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
migrations chore(druid): Remove legacy Druid NoSQL logic (#23997) 2023-06-09 15:33:23 -03:00
queries fix(sql-lab): remove redundant onChange schema property (#24422) 2023-06-16 17:38:26 +03:00
reports fix: Use Celery task ETA for alert/report schedule (#24537) 2023-06-28 10:53:13 -07:00
security fix: embedded dashboard check (#24690) 2023-07-13 10:33:12 -07:00
sql_lab chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
tags feat(Tags): Allow users to favorite Tags on CRUD Listview page (#24701) 2023-07-27 13:17:26 -04:00
tasks chore: bump werkzeug and Flask (#23965) 2023-05-12 15:01:30 +01:00
users chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
utils chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py chore: Remove deprecated ENABLE_ACCESS_REQUEST workflow (#24266) 2023-06-09 18:54:31 -07:00
base_api_tests.py chore: remove marshmallow-enum dependency and bump FAB (#24499) 2023-06-27 08:37:43 +01:00
base_tests.py chore: remove deprecated apis on superset, testconn, validate_sql_json, schemas_access_for_file_upload, extra_table_metadata (#24354) 2023-06-13 11:03:19 +01:00
cache_tests.py chore: Remove obsolete legacy visualizations (#24694) 2023-07-18 08:17:52 -07:00
celery_tests.py chore: migrate /sql_json and /results to apiv1 (#22809) 2023-01-30 11:02:34 -05:00
cli_tests.py chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
commands_test.py chore(dao): Add explicit ON DELETE CASCADE for ownership (#24628) 2023-07-11 11:39:03 -07:00
conftest.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
core_tests.py fix(cache): Add cache warmup for non-legacy charts (#24671) 2023-07-19 11:12:36 -07:00
csv_upload_tests.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
dashboard_tests.py chore(dao): Add explicit ON DELETE CASCADE for ownership (#24628) 2023-07-11 11:39:03 -07:00
dashboard_utils.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
datasource_tests.py fix: save columns reference from sqllab save datasets flow (#24248) 2023-06-20 13:54:19 -04:00
dict_import_export_tests.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -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 chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
event_logger_tests.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
form_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
import_export_tests.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
insert_chart_mixin.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
log_api_tests.py chore: remove deprecated apis and ENABLE_BROAD_ACTIVITY_ACCESS (#24400) 2023-06-15 22:11:24 +01: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 fix: Address regression introduced in #22853 (#24121) 2023-06-12 15:32:40 -07:00
query_context_tests.py chore(dao): Organize DAOs according to SIP-92 (#24331) 2023-06-18 18:32:32 -07:00
result_set_tests.py fix: save columns reference from sqllab save datasets flow (#24248) 2023-06-20 13:54:19 -04:00
security_tests.py chore: Remove obsolete legacy visualizations (#24694) 2023-07-18 08:17:52 -07:00
sql_validator_tests.py chore: remove deprecated apis on superset, testconn, validate_sql_json, schemas_access_for_file_upload, extra_table_metadata (#24354) 2023-06-13 11:03:19 +01:00
sqla_models_tests.py chore(dao): Add explicit ON DELETE CASCADE when deleting datasets (#24488) 2023-06-28 16:03:25 -07:00
sqllab_tests.py chore: remove deprecated apis on superset, get_or_create_table, sqllab_viz (#24375) 2023-06-14 08:48:29 +01:00
stats_logger_tests.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
strategy_tests.py chore: Migrate warm up cache endpoint to api v1 (#23853) 2023-06-20 12:08:29 +01:00
superset_test_config.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
superset_test_config_sqllab_backend_persist_off.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
superset_test_config_thumbnails.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07: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 chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07: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 chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
utils_tests.py chore: Remove obsolete legacy visualizations (#24694) 2023-07-18 08:17:52 -07:00
viz_tests.py chore(deps): bump pandas >=2.0 (#24705) 2023-07-20 11:04:17 -07:00