superset/tests/integration_tests
Daniel Vaz Gaspar de82d90b9c
chore: refactor file upload commands (#28164)
2024-04-23 08:42:19 +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(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
async_events chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07: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: stabilize MySQL tests by aligning isolation levels (#28028) 2024-04-15 15:49:09 -07:00
css_templates chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
dashboards feat: new Excel upload form and API (#28105) 2024-04-19 14:19:42 +01:00
databases chore: refactor file upload commands (#28164) 2024-04-23 08:42:19 +01:00
datasets refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04:00
datasource chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
db_engine_specs feat(sip-95): new endpoint for extra table metadata (#28063) 2024-04-18 10:42:53 -04:00
embedded chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -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: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04: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 chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
reports feat: Slack Avatar integration (#27849) 2024-04-16 08:40:27 -07:00
security chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
sql_lab chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
tags chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
tasks fix(cache): remove unused webserver config & handle trailing slashes (#22849) 2024-02-01 10:34:07 -05:00
users feat: Slack Avatar integration (#27849) 2024-04-16 08:40:27 -07:00
utils chore: consolidate the Superset python package metadata (#27884) 2024-04-15 14:44:47 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
access_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
base_api_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
base_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
cache_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
celery_tests.py refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04: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 refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04:00
constants.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
core_tests.py feat: new CSV upload form and API (#27840) 2024-04-15 09:38:51 +01:00
csv_upload_tests.py feat: new Excel upload form and API (#28105) 2024-04-19 14:19:42 +01:00
dashboard_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07: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: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04: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 chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07: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 feat: improve event logging for queries + refactor (#27943) 2024-04-22 16:30:50 -07:00
form_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
import_export_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -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(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -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 refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04:00
query_context_tests.py chore: stabilize MySQL tests by aligning isolation levels (#28028) 2024-04-15 15:49:09 -07: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 feat: Slack Avatar integration (#27849) 2024-04-16 08:40:27 -07:00
sql_validator_tests.py refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04:00
sqla_models_tests.py refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -04:00
sqllab_tests.py refactor: rename get_sqla_engine_with_context (#28012) 2024-04-12 13:31:05 -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 chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07: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 chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
utils_tests.py chore(tests): Remove ineffectual login (#27149) 2024-04-09 09:52:02 -07:00
viz_tests.py refactor: Removes the Filter Box code (#26328) 2024-01-19 09:54:53 -03:00