You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/09/11 16:53:48 UTC

[incubator-superset] branch master updated (7b22004 -> 7cd96ed)

This is an automated email from the ASF dual-hosted git repository.

tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 7b22004  fix(test): missing auth on tests (#10842)
     add 7cd96ed  feat: add/edit database modal form sections UI (#10745)

No new revisions were added by this update.

Summary of changes:
 .../CRUD/data/database/DatabaseModal_spec.jsx      |  43 +-
 superset-frontend/src/common/components/Modal.tsx  |   4 +-
 superset-frontend/src/common/components/Tabs.tsx   |   1 +
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  31 +-
 .../src/views/CRUD/data/database/DatabaseModal.tsx | 470 ++++++++++++++++++++-
 .../src/views/CRUD/data/database/types.ts          |  38 +-
 superset-frontend/src/views/CRUD/hooks.ts          | 129 ++++++
 7 files changed, 678 insertions(+), 38 deletions(-)