superset/tests/integration_tests
Geido 89e89de341
fix: SSH Tunnel configuration settings (#27186)
2024-03-11 16:56:54 +01: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 fix: unlock and bump werkzeug (#27164) 2024-02-20 10:42:32 +00: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 fix(API): Updating assets via the API should preserve ownership configuration (#27364) 2024-03-06 16:40:41 +00:00
css_templates chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
dashboards fix(API): Updating assets via the API should preserve ownership configuration (#27364) 2024-03-06 16:40:41 +00:00
databases fix: SSH Tunnel configuration settings (#27186) 2024-03-11 16:56:54 +01:00
datasets fix(API): Updating assets via the API should preserve ownership configuration (#27364) 2024-03-06 16:40:41 +00:00
datasource fix: column values with NaN (#26946) 2024-02-02 12:56:02 -05:00
db_engine_specs refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
embedded chore(dao): Organize DAOs according to SIP-92 (#24331) 2023-06-18 18:32:32 -07:00
explore fix: improve explore REST api validations (#27395) 2024-03-05 17:44:51 +00:00
extensions chore(metastore-cache): add codec support (#24586) 2023-07-04 15:55:22 +03:00
fixtures refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
importexport perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
key_value refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
migrations chore: Add granular permissions for actions in Dashboard (#27029) 2024-02-09 16:25:32 +02:00
queries perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
reports fix(API): Updating assets via the API should preserve ownership configuration (#27364) 2024-03-06 16:40:41 +00:00
security chore(tests): Remove unnecessary explicit Flask-SQLAlchemy session expunges (#27136) 2024-02-17 07:05:22 +13:00
sql_lab fix(sqllab): Close already removed tab (#27391) 2024-03-06 08:59:56 -08:00
tags fix(tags): Filter system tags from the tags list (#26701) 2024-01-26 12:00:27 -08:00
tasks fix(cache): remove unused webserver config & handle trailing slashes (#22849) 2024-02-01 10:34:07 -05:00
users chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
utils refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13: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(tests): Remove unnecessary explicit Flask-SQLAlchemy session expunges (#27136) 2024-02-17 07:05:22 +13:00
cache_tests.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
celery_tests.py fix: Row limit hardcoded (#26807) 2024-01-26 08:57:21 -05:00
cli_tests.py fix(import): only import FORMULA annotations (#26652) 2024-01-19 15:13:18 -08:00
commands_test.py refactor: Removes the Filter Box code (#26328) 2024-01-19 09:54:53 -03:00
conftest.py fix: column values with NaN (#26946) 2024-02-02 12:56:02 -05:00
core_tests.py chore(tests): Remove unnecessary explicit Flask-SQLAlchemy session expunges (#27136) 2024-02-17 07:05:22 +13:00
csv_upload_tests.py chore: cleanup unused code in pandas 2.0+ (#26013) 2023-11-18 19:17:15 -08:00
dashboard_tests.py chore(sqlalchemy): Remove erroneous SQLAlchemy ORM session.merge operations (#24776) 2023-11-20 17:25:41 -08:00
dashboard_utils.py chore(sqlalchemy): Remove erroneous SQLAlchemy ORM session.merge operations (#24776) 2023-11-20 17:25:41 -08:00
datasource_tests.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
dict_import_export_tests.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13: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 refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13: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
query_context_tests.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
result_set_tests.py fix(plugin-chart-echarts): support forced categorical x-axis (#26404) 2024-01-08 12:04:22 -08:00
security_tests.py fix: Missing SQL Lab permission (#27361) 2024-03-01 13:08:39 -05: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 feat(jinja): current_user_email macro (#27197) 2024-02-23 15:28:30 -08:00
sqllab_tests.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13: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: Singularize tag models (#25819) 2023-11-09 08:22:08 -08:00
superset_test_config.py fix(cache): remove unused webserver config & handle trailing slashes (#22849) 2024-02-01 10:34:07 -05: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(cache): remove unused webserver config & handle trailing slashes (#22849) 2024-02-01 10:34:07 -05: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: Singularize tag models (#25819) 2023-11-09 08:22:08 -08:00
test_app.py chore(async): Making create app configurable (#25346) 2023-09-20 10:04:58 -07:00
test_jinja_context.py refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13: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 refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
viz_tests.py refactor: Removes the Filter Box code (#26328) 2024-01-19 09:54:53 -03:00