This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from fac6b7c fix: Remove Icon and align close button on DatasetModal
(#14902)
add 8cc97e4 feat: validation db modal (#14832)
No new revisions were added by this update.
Summary of changes:
.../src/components/Form/LabeledErrorBoundInput.tsx | 18 +-
.../src/views/CRUD/data/database/DatabaseList.tsx | 3 +-
.../DatabaseModal/DatabaseConnectionForm.tsx | 240 +++++++++++++--------
.../CRUD/data/database/DatabaseModal/index.tsx | 49 +++--
.../CRUD/data/database/DatabaseModal/styles.ts | 37 ++--
.../src/views/CRUD/data/database/types.ts | 3 +-
superset-frontend/src/views/CRUD/hooks.ts | 57 +++++
superset/databases/commands/validate.py | 6 +-
superset/databases/schemas.py | 6 +
superset/db_engine_specs/base.py | 6 +-
10 files changed, 274 insertions(+), 151 deletions(-)