This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6eb87e04c0 chore: refactor Alert-related components (#31858)
add 687f762457 refactor: Removes the legacy dataset editor (#31976)
No new revisions were added by this update.
Summary of changes:
RESOURCES/FEATURE_FLAGS.md | 3 +-
.../cypress-base/cypress/e2e/sqllab/query.test.ts | 1 -
.../cypress-base/cypress/support/e2e.ts | 9 +-
.../superset-ui-core/src/utils/featureFlags.ts | 1 -
.../plugins/plugin-chart-table/birthNames.json | 1 -
superset-frontend/spec/fixtures/mockDatasource.js | 1 -
.../components/Datasource/DatasourceModal.test.jsx | 5 -
.../src/components/Datasource/DatasourceModal.tsx | 20 -
superset/config.py | 4 -
superset/connectors/sqla/views.py | 436 +--------------------
superset/databases/api.py | 2 +-
superset/initialization/__init__.py | 9 +-
superset/sql/parse.py | 2 +-
superset/views/base.py | 101 +----
superset/views/chart/mixin.py | 92 -----
superset/views/chart/views.py | 67 +---
superset/views/database/mixins.py | 285 --------------
superset/views/database/views.py | 59 +--
superset/views/sql_lab/views.py | 34 +-
tests/integration_tests/core_tests.py | 27 --
tests/integration_tests/databases/api_tests.py | 29 --
.../integration_tests/dict_import_export_tests.py | 23 --
tests/unit_tests/views/__init__.py | 16 -
tests/unit_tests/views/database/__init__.py | 16 -
tests/unit_tests/views/database/mixins_test.py | 65 ---
25 files changed, 25 insertions(+), 1283 deletions(-)
delete mode 100644 superset/views/chart/mixin.py
delete mode 100644 superset/views/database/mixins.py
delete mode 100644 tests/unit_tests/views/__init__.py
delete mode 100644 tests/unit_tests/views/database/__init__.py
delete mode 100644 tests/unit_tests/views/database/mixins_test.py