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

[incubator-superset] branch master updated (3ad65bc -> ec8ccd4)

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

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


    from 3ad65bc  fix: Dropdown menu not closing on Dashboard view (#11671)
     add ec8ccd4  feat: keep modal open when saving database failed (#11618)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/database/helper.ts}        |  2 +-
 .../cypress/integration/database/modal.test.ts     | 73 ++++++++++++++++++++++
 .../src/common/components/Modal/Modal.tsx          |  4 +-
 .../src/utils/getClientErrorObject.ts              |  2 +
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  2 +
 .../src/views/CRUD/data/database/DatabaseModal.tsx | 36 +++++++----
 superset-frontend/src/views/CRUD/hooks.ts          |  5 +-
 superset/databases/schemas.py                      |  9 +--
 superset/models/core.py                            |  8 ++-
 tests/databases/api_tests.py                       | 28 ++-------
 10 files changed, 124 insertions(+), 45 deletions(-)
 copy superset-frontend/{spec/__mocks__/styleMock.js => cypress-base/cypress/integration/database/helper.ts} (94%)
 create mode 100644 superset-frontend/cypress-base/cypress/integration/database/modal.test.ts