This is an automated email from the ASF dual-hosted git repository.
tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from d041d3a fix: certification icon order (#11881)
add a76eadd feat: report/alert list CRUD view (#11802)
No new revisions were added by this update.
Summary of changes:
.../images/icons/{grid.svg => exclamation.svg} | 4 +-
superset-frontend/images/icons/slack.svg | 27 ++
.../views/CRUD/alert/AlertList_spec.jsx | 107 +++++++
.../Base.ts => common/components/Switch.tsx} | 23 +-
.../src/common/components/common.stories.tsx | 9 +
superset-frontend/src/common/components/index.tsx | 1 +
superset-frontend/src/components/Icon/index.tsx | 62 ++--
superset-frontend/src/views/App.tsx | 23 +-
.../src/views/CRUD/alert/AlertList.tsx | 314 +++++++++++++++++++++
.../src/views/CRUD/{annotation => alert}/types.ts | 26 +-
superset-frontend/src/views/CRUD/hooks.ts | 12 +-
superset/app.py | 7 +-
superset/config.py | 1 +
superset/reports/api.py | 3 +-
superset/views/alerts.py | 33 +++
tests/reports/api_tests.py | 1 +
tests/superset_test_config.py | 2 +-
17 files changed, 586 insertions(+), 69 deletions(-)
copy superset-frontend/images/icons/{grid.svg => exclamation.svg} (65%)
create mode 100644 superset-frontend/images/icons/slack.svg
create mode 100644
superset-frontend/spec/javascripts/views/CRUD/alert/AlertList_spec.jsx
copy superset-frontend/src/{components/ListView/Filters/Base.ts =>
common/components/Switch.tsx} (70%)
create mode 100644 superset-frontend/src/views/CRUD/alert/AlertList.tsx
copy superset-frontend/src/views/CRUD/{annotation => alert}/types.ts (76%)