superset/tests/integration_tests
Hugh A. Miles II 9074f72959
fix(tags): Polish + Better messaging for skipped tags with bad permissions (#25578)
2023-10-13 13:13:59 -04: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 fix: Bumps Flask Caching to fix RCE vulnerability (#25090) 2023-08-31 08:44:48 -03:00
charts chore(async): Making create app configurable (#25346) 2023-09-20 10:04:58 -07:00
css_templates chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
dashboards fix: Don't let users see dashboards only because it's favorited (#24991) 2023-08-17 17:35:37 -07:00
databases feat(gsheets): file upload (#24921) 2023-08-11 06:35:00 -07:00
datasets feat(datasource): Checkbox for always filtering main dttm in datasource (#25204) 2023-09-14 15:57:08 -07:00
datasource chore(dao): Organize DAOs according to SIP-92 (#24331) 2023-06-18 18:32:32 -07:00
db_engine_specs fix(Presto): catch DatabaseError when testing Presto views (#25559) 2023-10-11 11:31:07 -06: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 feat(datasource): Checkbox for always filtering main dttm in datasource (#25204) 2023-09-14 15:57:08 -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 fix: Migration to fix out of sync schema_perm in charts and datasets (#24884) 2023-08-07 09:34:47 -07:00
queries fix(sql-lab): remove redundant onChange schema property (#24422) 2023-06-16 17:38:26 +03:00
reports chore: use contextlib.surpress instead of passing on error (#24896) 2023-08-29 10:09:01 -06:00
security fix: Use RLS clause instead of ID for cache key (#25229) 2023-09-18 11:37:35 -07:00
sql_lab fix(sqllab): invalid persisted tab state (#25308) 2023-09-19 15:58:34 -07:00
tags fix(tags): Polish + Better messaging for skipped tags with bad permissions (#25578) 2023-10-13 13:13:59 -04:00
tasks chore(async): Initial Refactoring of Global Async Queries (#25466) 2023-10-02 17:22:07 -07: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 fix: calls to `_get_sqla_engine` (#24953) 2023-08-11 12:54:01 +02:00
cli_tests.py chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
commands_test.py fix(assets import): Ensure old datasource ids are not referenced in imported charts (#25086) 2023-08-28 09:47:19 -07:00
conftest.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
core_tests.py feat(sqllab): SPA migration (#25151) 2023-10-04 15:21:41 -04: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 fix: Don't let users see dashboards only because it's favorited (#24991) 2023-08-17 17:35:37 -07:00
dashboard_utils.py feat(datasource): Checkbox for always filtering main dttm in datasource (#25204) 2023-09-14 15:57:08 -07:00
datasource_tests.py feat(datasource): Checkbox for always filtering main dttm in datasource (#25204) 2023-09-14 15:57:08 -07: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 fix(snowflake): opt-in denormalization of column names (#24982) 2023-08-15 16:32:54 -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: calls to `_get_sqla_engine` (#24953) 2023-08-11 12:54:01 +02:00
profile_tests.py feat: Moves Profile to Single Page App (SPA) (#25001) 2023-08-17 11:01:24 -03:00
query_context_tests.py fix: Apply normalization to all dttm columns (#25147) 2023-10-06 09:47:00 -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 fix: Allow embedded guest user datasource access with dashboard context (#25081) 2023-08-28 09:48:21 -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 fix(sqllab): template validation error within comments (#25626) 2023-10-13 11:07:54 -06: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: rate limit requests (#24324) 2023-08-11 09:35:31 -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: Add explicit ON DELETE CASCADE for dashboard_slices (#24938) 2023-08-10 10:56:11 -03:00
test_app.py chore(async): Making create app configurable (#25346) 2023-09-20 10:04:58 -07:00
test_jinja_context.py [requirements] Resolve rebase conflicts (#20152) 2022-06-03 15:27:35 -07:00
thumbnails_tests.py feat: Implement using Playwright for taking screenshots in reports (#25247) 2023-10-04 06:51:58 +02:00
utils_tests.py chore: rename `get_iterable` (#24994) 2023-08-18 11:59:43 -07:00
viz_tests.py chore(deps): bump pandas >=2.0 (#24705) 2023-07-20 11:04:17 -07:00