Releases: gapitio/alerta
Releases · gapitio/alerta
Release refs/tags/v4.0.0
What's Changed
- feat: update datetime.utcnow to datetime.now(UTC) by @sbgap in #152
- feat: remove correlate of events by @sbgap in #153
- feat: remove unused functions of alarm model by @sbgap in #155
- feat: remove group, repeat, trendindication and type from alerts by @sbgap in #154
- feat: change timeout to shelved/acked timeouts by @sbgap in #156
- fix: remove drop of unused columns by @sbgap in #157
- fix: remove drop of groups in notification rules by @sbgap in #158
- feat: add oidc scopes by @sbgap in #159
- feat: update all fields of duplicate and correlated alerts by @sbgap in #151
- fix: remove temporary columns when restructuring in schema by @sbgap in #160
- feat: remove repeat-type and use and function for all fields by @sbgap in #161
- feat: add filter tabs for alert and history views by @sbgap in #162
Full Changelog: v3.2.2...v4.0.0
Release refs/tags/v4.0.0-beta.2
feat: add filter tabs for alert and history views (#162)
Release refs/tags/v3.2.2
feat: remove repeat-type and use and function for all fields
Release refs/tags/v3.2.2-beta.4
feat: remove repeat-type and use and function for all fields
Release refs/tags/v4.0.0-beta.1
fix: remove temporary columns when restructuring in schema (#160) * fix: remove add of unnecessary colums * fix: set triggers to severity, status when use_advanced_severity is false
Release refs/tags/v4.0.0-schema.1
fix: set triggers to severity, status when use_advanced_severity is …
Release refs/tags/v4.0.0-schema.0
fix: remove add of unnecessary colums
Release refs/tags/v4.0.0-alpha.1
feat: update all fields of duplicate and correlated alerts (#151) * feat: update origin and attributes for correlated and duplicate alerts * tests: make bulk tests better * fix: remove timeout from deup_mulitple_alerts
Release refs/tags/v4.0.0-alpha.0
fix: remove add of unnecessary colums
Release refs/tags/v3.2.2-beta.3
feat: add alert_id to keep track of which alert a history belongs to …