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 a6fc3d2 feat: CSS Templates List (#11189)
add cb3f649 chore: simplify alerting data model to leverage a single
class (#11179)
No new revisions were added by this update.
Summary of changes:
superset/app.py | 4 -
...208f_collapse_alerting_models_into_a_single_.py | 294 +++++++++++++++++++++
superset/models/alerts.py | 144 ++++------
superset/tasks/alerts/observer.py | 17 +-
superset/tasks/alerts/validator.py | 18 +-
superset/tasks/schedules.py | 16 +-
superset/views/alerts.py | 157 +++--------
tests/alerts_tests.py | 284 +++++++++-----------
8 files changed, 528 insertions(+), 406 deletions(-)
create mode 100644
superset/migrations/versions/af30ca79208f_collapse_alerting_models_into_a_single_.py