This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to tag 2.1.2
in repository https://gitbox.apache.org/repos/asf/superset.git
*** WARNING: tag 2.1.2 was modified! ***
from 62547ccd05 (commit)
to 61837ed41f (commit)
from 62547ccd05 fix: update order of build for testing a release (#24317)
new 3d840d92e6 fix: Allow chart import to update the dataset an existing
chart points to (#24821)
new 2a49cda8f1 fix: SSH Tunnel creation with dynamic form (#24196)
new 61837ed41f fix: validation errors appearing after ssh tunnel switch
(#24849)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cypress/integration/database/modal.test.ts | 8 +-
superset-frontend/src/types/Database.ts | 1 +
.../DatabaseConnectionForm/CommonParameters.tsx | 34 ++++
.../DatabaseModal/DatabaseConnectionForm/index.tsx | 7 +
.../data/database/DatabaseModal/index.test.tsx | 4 +
.../CRUD/data/database/DatabaseModal/index.tsx | 32 ++--
.../src/views/CRUD/data/database/types.ts | 1 +
superset-frontend/src/views/CRUD/hooks.ts | 209 +++++++++++----------
superset/charts/commands/importers/v1/utils.py | 5 +-
superset/db_engine_specs/base.py | 4 +
superset/models/helpers.py | 18 +-
tests/integration_tests/databases/api_tests.py | 12 ++
.../db_engine_specs/postgres_tests.py | 4 +
13 files changed, 209 insertions(+), 130 deletions(-)