superset/tests/integration_tests
Elizabeth Thompson 2e5016713a
chore: log warnings for database tables api (#30410)
2024-09-30 13:52:17 -07:00
..
advanced_data_type refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
annotation_layers refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
async_events feat(GAQ): Add Redis Sentinel Support for Global Async Queries (#29912) 2024-08-30 10:42:29 -07:00
available_domains refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
cachekeys chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
charts fix(Fave): Charts and Dashboards fave/unfave do not commit transactions (#30215) 2024-09-12 18:06:30 +02:00
css_templates refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
dashboards chore: add logging for dashboards/get warnings (#30365) 2024-09-27 11:08:04 -07:00
databases chore: log warnings for database tables api (#30410) 2024-09-30 13:52:17 -07:00
datasets fix: handle empty catalog when DB supports them (#29840) 2024-08-13 10:08:43 -04:00
datasource fix: remove info from datasource access error (#29470) 2024-07-08 14:39:20 +01:00
db_engine_specs chore(tests): Spelling (#25454) 2024-08-20 14:47:29 -06:00
embedded chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
explore chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
extensions fix(metastore-cache): import dao in methods (#29451) 2024-07-02 15:28:42 +03:00
fixtures fix: create permissions on DB import (#29802) 2024-08-06 12:09:21 -04:00
importexport perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
migrations fix(migrations): Fix the time comparison migration (#30029) 2024-08-27 20:55:52 +02:00
queries fix: create permissions on DB import (#29802) 2024-08-06 12:09:21 -04:00
reports feat(alert/reports): adding logic to handle downstream reports when tab is deleted from dashboard (#29333) 2024-08-23 15:26:26 -05:00
security feat(embedded): add hook to allow superset admins to validate guest token parameters (#30132) 2024-09-10 22:49:56 -06:00
sql_lab chore(tests): Spelling (#25454) 2024-08-20 14:47:29 -06:00
tags chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
tasks fix: Chart cache-warmup task fails on Superset 4.0 (#28706) 2024-09-06 17:56:14 -07:00
users chore: move SLACK_ENABLE_AVATARS from config to feature flag (#30274) 2024-09-16 16:07:11 -07:00
utils fix: Workaround for Pandas.DataFrame.to_csv bug (#28755) 2024-06-13 08:54:54 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py chore: `s/MockFixture/MockerFixture/g` (#29160) 2024-06-10 12:35:07 -04:00
base_api_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
base_tests.py fix: Fix delete_fake_db (#29935) 2024-08-14 15:30:07 -04:00
cache_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
celery_tests.py chore(tests): Fix MySQL logic (#29356) 2024-06-25 10:20:04 -07:00
cli_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
commands_test.py fix: create permissions on DB import (#29802) 2024-08-06 12:09:21 -04:00
conftest.py chore(tests): Spelling (#25454) 2024-08-20 14:47:29 -06:00
constants.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
core_tests.py chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
dashboard_tests.py chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
dashboard_utils.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
datasource_tests.py fix: add mutator to get_columns_description (#29885) 2024-08-08 17:25:33 -07:00
dict_import_export_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
dynamic_plugins_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
email_tests.py feat(reports): allowing the email mutator to update recipients (#27851) 2024-05-28 18:03:42 -07:00
event_logger_tests.py chore(tests): Spelling (#25454) 2024-08-20 14:47:29 -06:00
form_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
import_export_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -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 refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
log_model_view_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07: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: SQL label missing for non-group-by queries (#29420) 2024-07-01 11:59:25 +03:00
query_context_tests.py fix: don't strip SQL comments in Explore - 2nd try (#28753) 2024-06-20 14:30:03 -07:00
result_set_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
security_tests.py fix: handle empty catalog when DB supports them (#29840) 2024-08-13 10:08:43 -04:00
sql_validator_tests.py feat(SIP-95): new endpoint for table metadata (#28122) 2024-04-25 12:23:49 -04:00
sqla_models_tests.py fix: handle empty catalog when DB supports them (#29840) 2024-08-13 10:08:43 -04:00
sqllab_tests.py chore: improve DML check (#30417) 2024-09-27 15:26:36 -04:00
stats_logger_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
strategy_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
superset_test_config.py fix: set default mysql isolation level to 'READ COMMITTED' (#30174) 2024-09-09 17:00:54 -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 fix: set default mysql isolation level to 'READ COMMITTED' (#30174) 2024-09-09 17:00:54 -07:00
superset_test_custom_template_processors.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
tagging_tests.py chore: enable ruff's isort equivalent (#28267) 2024-04-30 18:29:49 -07:00
test_app.py fix: all_database_access should enable access to all datasets/charts/dashboards (#28205) 2024-05-02 09:25:14 -07:00
test_jinja_context.py chore: `s/MockFixture/MockerFixture/g` (#29160) 2024-06-10 12:35:07 -04:00
thumbnails_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
utils_tests.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
viz_tests.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00