This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch pexdax/db-connection-ui
in repository https://gitbox.apache.org/repos/asf/superset.git.
from e3a87b9 feat(db-connection-ui): Allow users to pick engine (#14884)
add 05a1bb7 split db modal file
add a8afce9 split db modal file
add b69bf16 hook up available databases
add 6eae68c add comment
add 842f856 first draft
add e8cd4f4 split db modal file
add 95917e4 hook up available databases
add e764072 use new validation component
add a47d52d first draft
add 253053b first draft
add 8cec32b merge
add 7cb4098 use new validation component
add 5a785d7 Merge branch 'master' of https://github.com/apache/superset
into pexdax/db-connection-ui
add 92d81b9 using paxdax feature branch
add 19a4c3a get tests passing
add e7f0dbb split db modal file
add b57d090 hook up available databases
add 271c6e9 use new validation component
add ef63e3c feat(db-connection-ui): Allow users to pick engine (#14884)
add 013674b Merge branch 'pexdax/db-connection-ui' into ch6732_editDBModal
add 9246710 revisions
add 502abec fix package-lock.json
add 0457bfe fix conflicts
add 25b435b Merge branch 'pexdax/db-connection-ui' of
ssh://github.com/apache/superset into ch6732_editDBModal
add 29a899d # This is a combination of 6 commits. # This is the 1st
commit message:
add f45cae2 fix test for db modal
add 1aae834 feat(db-connection-ui): Allow users to pick engine (#14884)
add a380629 Merge branch 'master' into pexdax/db-connection-ui
add c4125fb pulling feature branch
add 95c7f66 more revisions
add e539834 used db.backend
add 47c30cb added engine to model
add 9fac1eb elizabeth revisions
add 78d7edb elizabeth revisions
add 145b947 # This is a combination of 6 commits. # This is the 1st
commit message:
add cea7b6c fix test for db modal
add d5c5167 feat(db-connection-ui): Allow users to pick engine (#14884)
add fc6d5d9 Merge branch 'pexdax/db-connection-ui' into ch6732_editDBModal
add 2cbe31e working edit db dynamic modal
No new revisions were added by this update.
Summary of changes:
.../cypress/integration/database/modal.test.ts | 6 +-
.../DatabaseModal/DatabaseConnectionForm.tsx | 25 +++-
.../data/database/DatabaseModal/index.test.jsx | 136 ++++++++++-----------
.../CRUD/data/database/DatabaseModal/index.tsx | 92 ++++++++------
.../CRUD/data/database/DatabaseModal/styles.ts | 1 -
.../src/views/CRUD/data/database/types.ts | 9 +-
superset/databases/schemas.py | 17 ++-
superset/models/core.py | 7 +-
tests/databases/api_tests.py | 5 +-
9 files changed, 172 insertions(+), 126 deletions(-)