superset/tests/integration_tests
Ville Brofeldt f1fa1a733d
chore(key-value): use json serialization for main resources (#23888)
2023-05-04 08:04:05 +03: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(frontend): Spelling (#19676) 2023-02-02 11:23:11 -07: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 chore(chart-data): add post processing error message to response (#23734) 2023-04-19 18:49:33 +03:00
css_templates chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
dashboards fix(dashboard-rbac): use normal rbac when no roles chosen (#23586) 2023-04-07 09:53:35 +03:00
databases fix: permission checks on import (#23200) 2023-03-15 08:31:09 -07:00
datasets chore(api v1): Deprecate datasource/save and datasource/get endpoints (#23678) 2023-04-18 17:51:24 -07:00
datasource chore: deprecate /superset/filter/... endpoint, migrate to apiv1 (#22882) 2023-01-30 11:02:49 +00:00
db_engine_specs feat: create dtype option for csv upload (#23716) 2023-04-24 12:53:53 -07:00
embedded fix(embed): fix server error due to breaking change on flask-login (#22462) 2023-01-12 11:48:01 +02:00
explore chore(key-value): use json serialization for main resources (#23888) 2023-05-04 08:04:05 +03:00
extensions chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
fixtures chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06: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(key-value): use json serialization for main resources (#23888) 2023-05-04 08:04:05 +03:00
migrations chore: add check constraint to restrict `Slice` models datasource_type != "table" (#23614) 2023-04-20 12:43:59 -07:00
queries fix: permission checks on import (#23200) 2023-03-15 08:31:09 -07:00
reports chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
security fix: check sqlalchemy_uri (#23901) 2023-05-03 11:14:03 +01:00
sql_lab chore: Hugh/migrate estimate query cost to v1 (#23226) 2023-03-17 18:02:25 -06:00
tags fix: tags features flag on base models (#23548) 2023-04-04 10:32:24 -04:00
tasks fix: tags features flag on base models (#23548) 2023-04-04 10:32:24 -04:00
users chore: get embedded user with roles and permissions (#19813) 2022-05-03 12:58:06 -07:00
utils chore: increment statsd as warn (#23041) 2023-02-16 15:43:18 -08: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(rbac): add customizable related filters (#22526) 2023-01-05 16:42:08 +02:00
base_tests.py chore: increment statsd as warn (#23041) 2023-02-16 15:43:18 -08:00
cache_tests.py chore(cache): default to SimpleCache in debug mode (#18976) 2022-03-02 19:38:34 +02: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 perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
conftest.py chore(backend): Spelling (#19677) 2023-02-17 10:48:24 -07:00
core_tests.py chore(frontend): Spelling (#19676) 2023-02-02 11:23:11 -07:00
csv_upload_tests.py fix(tests): Ensure deterministic SELECT ordering for CSV upload tests (#23856) 2023-04-28 10:24:36 +12:00
dashboard_tests.py chore: Migrate /superset/recent_activity/<user_id>/ to /api/v1/ (#22789) 2023-01-25 09:26:50 +00:00
dashboard_utils.py chore: Migrate /superset/recent_activity/<user_id>/ to /api/v1/ (#22789) 2023-01-25 09:26:50 +00:00
datasource_tests.py chore(misc): Spelling (#19678) 2023-01-25 16:35:08 -07: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 chore(backend): Spelling (#19677) 2023-02-17 10:48:24 -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: Migrate /superset/recent_activity/<user_id>/ to /api/v1/ (#22789) 2023-01-25 09:26:50 +00: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: allow db driver distinction on enforced URI params (#23769) 2023-04-23 15:44:21 +01:00
query_context_tests.py chore(misc): Spelling (#19678) 2023-01-25 16:35:08 -07:00
result_set_tests.py fix: edit pyarrow stringify to better handle emojis and accents (#22881) 2023-01-30 12:29:19 -08:00
security_tests.py fix: reorganize role permissions (#23096) 2023-02-21 10:19:42 +00: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 chore(db_engine_specs): clean up column spec logic and add tests (#22871) 2023-01-31 15:54:07 +02:00
sqllab_tests.py chore: Refactor ExploreMixin to power both Datasets (SqlaTable) and Query models (#22853) 2023-04-10 16:32:52 -04: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: Add Cypress tests for drill by (#23849) 2023-04-28 17:33:45 +02: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: Frontend tagging (#20876) 2023-02-21 13:38:23 -08: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: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
utils_tests.py fix: get or create db with an existing invalid URL (#23737) 2023-04-20 09:50:57 +01:00
viz_tests.py fix: invalid metric should raise an exception (#20882) 2022-07-28 08:15:43 +08:00