You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2021/08/25 00:29:46 UTC

[superset] branch master updated (5e47298 -> 78d8089)

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

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


    from 5e47298  feat: add Shillelagh DB engine spec (#16416)
     add 78d8089  fix: Disable Slack notification method if no api token (#16367)

No new revisions were added by this update.

Summary of changes:
 .../src/views/CRUD/alert/AlertReportModal.test.jsx |  3 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      | 36 +++++++++++++---------
 .../CRUD/alert/components/NotificationMethod.tsx   | 19 ++++++------
 superset-frontend/src/views/CRUD/alert/types.ts    |  4 ++-
 .../src/views/CRUD/data/database/state.ts          |  2 +-
 superset-frontend/src/views/types.ts               |  3 ++
 superset/views/base.py                             | 15 ++++++++-
 7 files changed, 55 insertions(+), 27 deletions(-)