This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch elizabeth/slackv2
in repository https://gitbox.apache.org/repos/asf/superset.git
from ef4581a5d2 increase limit
add 44f6729295 display private channels
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/components/Select/Select.tsx | 13 ++-
superset-frontend/src/components/Select/utils.tsx | 18 ++++
.../alerts/components/NotificationMethod.tsx | 120 +++++++++++++++------
.../alerts/components/RecipientIcon.test.tsx | 32 ++++++
superset-frontend/src/features/alerts/types.ts | 1 +
superset/commands/report/execute.py | 14 ++-
superset/reports/api.py | 9 +-
superset/reports/notifications/email.py | 3 +-
superset/reports/notifications/slackv2.py | 1 -
superset/reports/schemas.py | 7 +-
superset/utils/slack.py | 29 ++++-
11 files changed, 202 insertions(+), 45 deletions(-)
create mode 100644
superset-frontend/src/features/alerts/components/RecipientIcon.test.tsx