This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 816a2c3 chore: Removes direct theme imports (#19368)
add a619cb4 chore: upgrade black (#19410)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 2 +-
RELEASING/changelog.py | 8 +-
RELEASING/send_email.py | 7 +-
scripts/cancel_github_workflows.py | 9 +-
.../annotations/commands/update.py | 4 +-
superset/annotation_layers/annotations/schemas.py | 8 +-
superset/cachekeys/api.py | 6 +-
superset/cachekeys/schemas.py | 15 +-
superset/charts/schemas.py | 151 +++++++++++++++------
superset/cli/examples.py | 10 +-
superset/cli/importexport.py | 31 +++--
superset/cli/main.py | 3 +-
superset/cli/thumbnails.py | 6 +-
superset/columns/models.py | 5 +-
superset/commands/base.py | 2 +-
superset/commands/exceptions.py | 4 +-
superset/commands/importers/v1/utils.py | 4 +-
superset/commands/utils.py | 4 +-
superset/common/query_actions.py | 4 +-
superset/common/query_context.py | 19 ++-
superset/common/query_context_factory.py | 2 +-
superset/common/query_context_processor.py | 20 ++-
superset/common/query_object.py | 6 +-
superset/common/query_object_factory.py | 3 +-
superset/common/utils/dataframe_utils.py | 4 +-
superset/connectors/druid/models.py | 1 -
superset/connectors/druid/views.py | 18 ++-
superset/connectors/sqla/models.py | 44 ++++--
superset/connectors/sqla/utils.py | 10 +-
superset/dashboards/commands/importers/v0.py | 3 +-
superset/dashboards/filter_sets/commands/base.py | 3 +-
superset/dashboards/filter_sets/schemas.py | 6 +-
superset/dashboards/filters.py | 16 ++-
superset/dashboards/permalink/api.py | 9 +-
superset/dashboards/permalink/commands/create.py | 9 +-
superset/dashboards/permalink/schemas.py | 4 +-
superset/dashboards/schemas.py | 3 +-
superset/databases/api.py | 5 +-
superset/databases/commands/exceptions.py | 6 +-
superset/databases/commands/validate.py | 6 +-
superset/databases/dao.py | 3 +-
superset/databases/filters.py | 3 +-
superset/databases/schemas.py | 23 +++-
superset/datasets/commands/importers/v0.py | 5 +-
superset/datasets/commands/update.py | 3 +-
superset/db_engine_specs/base.py | 68 ++++++++--
superset/db_engine_specs/bigquery.py | 3 +-
superset/db_engine_specs/gsheets.py | 17 ++-
superset/db_engine_specs/hive.py | 5 +-
superset/db_engine_specs/mysql.py | 48 +++++--
superset/db_engine_specs/postgres.py | 12 +-
superset/db_engine_specs/presto.py | 11 +-
superset/db_engine_specs/trino.py | 5 +-
superset/examples/birth_names.py | 19 ++-
superset/examples/world_bank.py | 4 +-
superset/exceptions.py | 10 +-
superset/explore/form_data/commands/update.py | 3 +-
superset/explore/permalink/api.py | 5 +-
superset/explore/permalink/commands/create.py | 4 +-
superset/explore/permalink/commands/get.py | 3 +-
superset/explore/permalink/schemas.py | 4 +-
superset/jinja_context.py | 5 +-
superset/migrations/shared/security_converge.py | 4 +-
...4fbb_add_type_to_native_filter_configuration.py | 3 +-
.../1f6dca87d1a2_security_converge_dashboards.py | 69 ++++++++--
.../versions/2e5a0ee25ed4_refractor_alerting.py | 45 ++++--
.../migrations/versions/2f1d15e8a6af_add_alerts.py | 25 +++-
...9248280_add_creation_method_to_reports_model.py | 4 +-
.../40f16acf1ba7_security_converge_reports.py | 22 ++-
.../42b4c9e01447_security_converge_databases.py | 42 ++++--
.../45731db65d9c_security_converge_datasets.py | 37 ++++-
.../versions/49b5a32daba5_add_report_schedules.py | 10 +-
.../4b84f97828aa_security_converge_logs.py | 12 +-
...d617f14_add_on_saved_query_delete_tab_state_.py | 5 +-
.../73fd22e742ab_add_dynamic_plugins_py.py | 10 +-
...8ee129739cf9_security_converge_css_templates.py | 37 ++++-
...6e99fb176a0_add_import_mixing_to_saved_query.py | 5 +-
...978245563a02_migrate_iframe_to_dash_markdown.py | 5 +-
...e27eaf93db_add_extra_config_column_to_alerts.py | 7 +-
...208f_collapse_alerting_models_into_a_single_.py | 34 ++++-
.../b4456560d4f3_change_table_unique_constraint.py | 2 +-
...b56500de1855_add_uuid_column_to_import_mixin.py | 5 +-
.../b5998378c225_add_certificate_to_dbs.py | 3 +-
.../versions/b8d3a24d9131_new_dataset_models.py | 49 ++++++-
.../c25cb2c78727_security_converge_annotations.py | 52 +++++--
.../c501b7c653a3_add_missing_uuid_column.py | 5 +-
.../versions/c82ee8a39623_add_implicit_tags.py | 5 +-
...c878781977c6_alert_reports_shared_uniqueness.py | 3 +-
.../ccb74baaa89b_security_converge_charts.py | 67 +++++++--
...0d715cc_add_limiting_factor_column_to_query_.py | 6 +-
...e38177dbf641_security_converge_saved_queries.py | 57 ++++++--
...828ac4e_add_rls_filter_type_and_grouping_key.py | 4 +-
superset/models/core.py | 4 +-
superset/models/dashboard.py | 3 +-
superset/queries/saved_queries/schemas.py | 6 +-
superset/reports/commands/base.py | 2 +-
superset/reports/commands/execute.py | 13 +-
superset/reports/dao.py | 9 +-
superset/reports/schemas.py | 4 +-
superset/security/manager.py | 5 +-
superset/sqllab/command.py | 5 +-
superset/sqllab/query_render.py | 7 +-
superset/stats_logger.py | 1 -
superset/tasks/async_queries.py | 11 +-
superset/tasks/scheduler.py | 12 +-
superset/tasks/slack_util.py | 3 +-
superset/tasks/thumbnails.py | 5 +-
superset/temporary_cache/api.py | 6 +-
superset/temporary_cache/commands/update.py | 3 +-
superset/utils/cache.py | 3 +-
superset/utils/core.py | 28 ++--
superset/utils/date_parser.py | 9 +-
superset/utils/encrypt.py | 3 +-
superset/utils/log.py | 5 +-
superset/utils/machine_auth.py | 10 +-
superset/utils/mock_data.py | 4 +-
superset/utils/pandas_postprocessing/cum.py | 6 +-
superset/utils/pandas_postprocessing/flatten.py | 5 +-
superset/utils/pandas_postprocessing/geography.py | 8 +-
superset/utils/pandas_postprocessing/prophet.py | 5 +-
superset/utils/pandas_postprocessing/utils.py | 13 +-
superset/utils/profiler.py | 4 +-
superset/views/base.py | 2 +-
superset/views/core.py | 34 +++--
superset/views/dashboard/views.py | 3 +-
superset/views/database/views.py | 12 +-
superset/views/datasource/schemas.py | 4 +-
superset/views/datasource/views.py | 4 +-
superset/views/users/api.py | 2 +-
superset/views/utils.py | 4 +-
superset/viz.py | 9 +-
tests/common/query_context_generator.py | 28 +++-
tests/conftest.py | 4 +-
tests/fixtures/birth_names.py | 3 +-
.../annotation_layers/fixtures.py | 5 +-
tests/integration_tests/celery_tests.py | 6 +-
tests/integration_tests/charts/api_tests.py | 28 +++-
tests/integration_tests/charts/data/api_tests.py | 37 +++--
tests/integration_tests/cli_tests.py | 12 +-
tests/integration_tests/core_tests.py | 12 +-
tests/integration_tests/css_templates/api_tests.py | 5 +-
tests/integration_tests/dashboard_utils.py | 4 +-
tests/integration_tests/dashboards/api_tests.py | 32 ++++-
.../dashboards/filter_sets/get_api_tests.py | 4 +-
.../dashboards/permalink/api_tests.py | 3 +-
.../dashboards/security/security_dataset_tests.py | 7 +-
.../dashboards/security/security_rbac_tests.py | 13 +-
tests/integration_tests/databases/api_tests.py | 14 +-
tests/integration_tests/datasets/api_tests.py | 17 ++-
tests/integration_tests/datasource_tests.py | 12 +-
.../db_engine_specs/base_engine_spec_tests.py | 10 +-
.../db_engine_specs/bigquery_tests.py | 17 ++-
.../db_engine_specs/hive_tests.py | 5 +-
.../db_engine_specs/pinot_tests.py | 5 +-
.../db_engine_specs/postgres_tests.py | 26 +++-
.../db_engine_specs/presto_tests.py | 15 +-
.../explore/permalink/api_tests.py | 3 +-
.../extensions/metastore_cache_test.py | 3 +-
.../fixtures/birth_names_dashboard.py | 4 +-
tests/integration_tests/fixtures/importexport.py | 4 +-
tests/integration_tests/form_tests.py | 6 +-
tests/integration_tests/import_export_tests.py | 6 +-
.../key_value/commands/delete_test.py | 17 ++-
.../key_value/commands/fixtures.py | 5 +-
.../key_value/commands/get_test.py | 3 +-
.../key_value/commands/update_test.py | 23 +++-
.../key_value/commands/upsert_test.py | 23 +++-
tests/integration_tests/log_api_tests.py | 10 +-
.../migrations/f1410ed7ec95_tests.py | 10 +-
tests/integration_tests/model_tests.py | 10 +-
tests/integration_tests/query_context_tests.py | 16 ++-
tests/integration_tests/reports/commands_tests.py | 76 ++++++++---
.../security/guest_token_security_tests.py | 6 +-
.../security/migrate_roles_tests.py | 61 +++++++--
.../security/row_level_security_tests.py | 3 +-
tests/integration_tests/sql_validator_tests.py | 5 +-
tests/integration_tests/sqla_models_tests.py | 73 ++++++++--
tests/integration_tests/sqllab_tests.py | 14 +-
.../integration_tests/tasks/async_queries_tests.py | 6 +-
tests/integration_tests/utils_tests.py | 10 +-
tests/integration_tests/viz_tests.py | 38 +++++-
tests/unit_tests/columns/test_models.py | 6 +-
tests/unit_tests/core_tests.py | 3 +-
.../dashboards/commands/importers/v1/utils_test.py | 10 +-
tests/unit_tests/datasets/commands/export_test.py | 6 +-
.../datasets/commands/importers/v1/import_test.py | 12 +-
tests/unit_tests/datasets/test_models.py | 28 +++-
tests/unit_tests/db_engine_specs/test_base.py | 5 +-
tests/unit_tests/db_engine_specs/test_gsheets.py | 32 +++--
tests/unit_tests/db_engine_specs/test_kusto.py | 10 +-
tests/unit_tests/db_engine_specs/test_mssql.py | 29 +++-
tests/unit_tests/db_engine_specs/test_presto.py | 5 +-
tests/unit_tests/db_engine_specs/test_teradata.py | 5 +-
tests/unit_tests/db_engine_specs/test_trino.py | 5 +-
tests/unit_tests/fixtures/dataframes.py | 18 ++-
.../pandas_postprocessing/test_contribution.py | 3 +-
tests/unit_tests/pandas_postprocessing/test_cum.py | 26 +++-
.../unit_tests/pandas_postprocessing/test_diff.py | 3 +-
.../pandas_postprocessing/test_flatten.py | 15 +-
.../unit_tests/pandas_postprocessing/test_pivot.py | 38 ++++--
.../pandas_postprocessing/test_prophet.py | 25 +++-
.../pandas_postprocessing/test_resample.py | 19 ++-
.../pandas_postprocessing/test_rolling.py | 10 +-
tests/unit_tests/tables/test_models.py | 8 +-
204 files changed, 2125 insertions(+), 608 deletions(-)