This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch late_config
in repository https://gitbox.apache.org/repos/asf/superset.git
from 7f252f5f5f script improvement
add e033855bf3 fix licenses
add 154f371781 go back to original encrypt.py or close to it
add 0ae4a3e536 use globs
add 8cc6629dfc one more
add 375af5ffae to be fixed
add ffeb111340 script
add 2bf08b6767 mass replace for import db
add ad33fdd639 fixing importability tests
add b32cf4389b tweak regex
add 1c3eb89ee7 fix tests
No new revisions were added by this update.
Summary of changes:
.../{license-check.yml => python-importable.yml} | 25 ++++-----
scripts/test_imports.py | 64 +++++++++++++++++-----
superset/cli/main.py | 5 +-
superset/cli/test.py | 3 +-
superset/migrations/env.py | 4 +-
...29_09-24_620241d1153f_update_time_grain_sqla.py | 3 +-
...c2d8ec8595_create_ssh_tunnel_credentials_tbl.py | 2 +-
superset/utils/encrypt.py | 41 ++++++++++----
test.py | 1 -
.../annotation_layers/api_tests.py | 2 +-
.../annotation_layers/fixtures.py | 2 +-
tests/integration_tests/base_api_tests.py | 3 +-
tests/integration_tests/base_tests.py | 3 +-
tests/integration_tests/cache_tests.py | 2 +-
tests/integration_tests/celery_tests.py | 3 +-
tests/integration_tests/charts/api_tests.py | 2 +-
tests/integration_tests/charts/commands_tests.py | 3 +-
tests/integration_tests/cli_tests.py | 3 +-
tests/integration_tests/commands_test.py | 2 +-
tests/integration_tests/conftest.py | 4 +-
tests/integration_tests/core_tests.py | 9 ++-
tests/integration_tests/css_templates/api_tests.py | 2 +-
tests/integration_tests/dashboard_tests.py | 3 +-
tests/integration_tests/dashboard_utils.py | 2 +-
tests/integration_tests/dashboards/api_tests.py | 2 +-
.../integration_tests/dashboards/commands_tests.py | 3 +-
tests/integration_tests/dashboards/dao_tests.py | 3 +-
.../dashboards/dashboard_test_utils.py | 2 +-
.../dashboards/filter_state/api_tests.py | 5 +-
.../dashboards/permalink/api_tests.py | 2 +-
.../dashboards/superset_factory_util.py | 2 +-
tests/integration_tests/databases/api_tests.py | 3 +-
.../databases/commands/upload_test.py | 3 +-
.../integration_tests/databases/commands_tests.py | 3 +-
tests/integration_tests/datasets/commands_tests.py | 3 +-
tests/integration_tests/datasource/api_tests.py | 3 +-
tests/integration_tests/datasource_tests.py | 3 +-
.../integration_tests/dict_import_export_tests.py | 2 +-
tests/integration_tests/embedded/api_tests.py | 2 +-
tests/integration_tests/embedded/dao_tests.py | 2 +-
tests/integration_tests/embedded/test_view.py | 2 +-
tests/integration_tests/explore/api_tests.py | 3 +-
.../explore/form_data/api_tests.py | 3 +-
.../explore/form_data/commands_tests.py | 3 +-
.../explore/permalink/api_tests.py | 2 +-
.../explore/permalink/commands_tests.py | 3 +-
.../fixtures/birth_names_dashboard.py | 2 +-
.../integration_tests/fixtures/energy_dashboard.py | 2 +-
.../integration_tests/fixtures/tabbed_dashboard.py | 2 +-
.../fixtures/unicode_dashboard.py | 2 +-
tests/integration_tests/fixtures/users.py | 3 +-
.../fixtures/world_bank_dashboard.py | 2 +-
tests/integration_tests/import_export_tests.py | 3 +-
tests/integration_tests/insert_chart_mixin.py | 3 +-
tests/integration_tests/log_api_tests.py | 2 +-
...ef90fddd_fix_schema_perm_for_datasets__tests.py | 2 +-
...migrate_can_view_and_drill_permission__tests.py | 2 +-
tests/integration_tests/model_tests.py | 3 +-
tests/integration_tests/queries/api_tests.py | 3 +-
.../queries/saved_queries/api_tests.py | 2 +-
.../queries/saved_queries/commands_tests.py | 3 +-
tests/integration_tests/query_context_tests.py | 4 +-
tests/integration_tests/reports/api_tests.py | 3 +-
.../commands/create_dashboard_report_tests.py | 2 +-
tests/integration_tests/reports/commands_tests.py | 2 +-
tests/integration_tests/reports/utils.py | 3 +-
tests/integration_tests/security/api_tests.py | 2 +-
.../security/guest_token_security_tests.py | 3 +-
.../security/row_level_security_tests.py | 3 +-
tests/integration_tests/security_tests.py | 22 ++++----
tests/integration_tests/sql_lab/api_tests.py | 3 +-
tests/integration_tests/sql_lab/commands_tests.py | 4 +-
tests/integration_tests/sql_lab/conftest.py | 2 +-
tests/integration_tests/sqla_models_tests.py | 2 +-
tests/integration_tests/sqllab_tests.py | 3 +-
tests/integration_tests/strategy_tests.py | 2 +-
tests/integration_tests/tags/api_tests.py | 3 +-
tests/integration_tests/tags/commands_tests.py | 3 +-
tests/integration_tests/tags/dao_tests.py | 3 +-
tests/integration_tests/thumbnails_tests.py | 18 ++++--
tests/integration_tests/utils/get_dashboards.py | 2 +-
tests/integration_tests/utils_tests.py | 3 +-
tests/unit_tests/charts/test_post_processing.py | 2 +-
tests/unit_tests/columns/test_models.py | 2 +-
tests/unit_tests/commands/dataset/test_update.py | 2 +-
.../commands/importers/v1/assets_test.py | 6 +-
tests/unit_tests/config_test.py | 2 +-
tests/unit_tests/dao/dataset_test.py | 2 +-
tests/unit_tests/dao/queries_test.py | 12 ++--
tests/unit_tests/databases/api_test.py | 2 +-
.../databases/commands/importers/v1/import_test.py | 4 +-
tests/unit_tests/datasets/api_tests.py | 2 +-
tests/unit_tests/datasets/commands/export_test.py | 2 +-
.../datasets/commands/importers/v1/import_test.py | 2 +-
tests/unit_tests/extensions/test_sqlalchemy.py | 2 +-
tests/unit_tests/feature_flag_test.py | 4 +-
tests/unit_tests/models/core_test.py | 2 +
tests/unit_tests/sql_lab_test.py | 2 +-
tests/unit_tests/tables/test_models.py | 2 +-
tests/unit_tests/tags/commands/create_test.py | 2 +-
tests/unit_tests/tags/commands/update_test.py | 2 +-
101 files changed, 271 insertions(+), 165 deletions(-)
copy .github/workflows/{license-check.yml => python-importable.yml} (52%)
mode change 100644 => 100755 scripts/test_imports.py
delete mode 100644 test.py