This is an automated email from the ASF dual-hosted git repository.
sadpandajoe pushed a change to branch codex/fix-slack-v1-private-channel-reports
in repository https://gitbox.apache.org/repos/asf/superset.git
from c70aedbf1d5 fix(reports): harden Slack delivery retries
add 1fc70cbcc15 fix(reports): prevent duplicate Slack deliveries
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 2 +-
superset/commands/report/execute.py | 12 +-
superset/reports/notifications/slack.py | 6 +-
superset/reports/notifications/slack_mixin.py | 123 +++++++---
superset/reports/notifications/slackv2.py | 65 +++---
superset/utils/slack.py | 11 +-
tests/integration_tests/reports/commands_tests.py | 4 +-
tests/unit_tests/commands/report/execute_test.py | 42 ++++
.../reports/notifications/slack_tests.py | 247 +++++++++++++++++++--
tests/unit_tests/utils/slack_test.py | 5 +-
tests/unit_tests/utils/test_decorators.py | 11 +-
11 files changed, 426 insertions(+), 102 deletions(-)