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

[incubator-superset] branch master updated (b7650b9 -> c0bb86d)

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

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


    from b7650b9  fix: disable false positive error (#10576)
     add c0bb86d  feat: slack integration for SQL-based alerts (#10566)

No new revisions were added by this update.

Summary of changes:
 ...y_py.py => f2672aa8350a_add_slack_to_alerts.py} |  21 ++--
 superset/models/alerts.py                          |   1 +
 superset/tasks/schedules.py                        | 126 +++++++++++++++------
 superset/tasks/slack_util.py                       |  29 +++--
 .../flash_wrapper.html => slack/alert.txt}         |   7 +-
 .../alert_no_screenshot.txt}                       |   6 +-
 superset/views/alerts.py                           |  18 ++-
 tests/alerts_tests.py                              |  42 ++++++-
 8 files changed, 186 insertions(+), 64 deletions(-)
 copy superset/migrations/versions/{e553e78e90c5_add_druid_auth_py_py.py => f2672aa8350a_add_slack_to_alerts.py} (69%)
 copy superset/templates/{superset/flash_wrapper.html => slack/alert.txt} (85%)
 copy superset/templates/{superset/flash_wrapper.html => slack/alert_no_screenshot.txt} (88%)