Skip to content

Releases: gapitio/alerta

Release refs/tags/v4.0.0

04 May 09:35

Choose a tag to compare

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

27 Apr 12:36
4f57ab1

Choose a tag to compare

Pre-release
feat: add filter tabs for alert and history views (#162)

Release refs/tags/v3.2.2

27 Apr 11:07

Choose a tag to compare

feat: remove repeat-type and use and function for all fields

Release refs/tags/v3.2.2-beta.4

27 Apr 08:17

Choose a tag to compare

Pre-release
feat: remove repeat-type and use and function for all fields

Release refs/tags/v4.0.0-beta.1

13 Apr 11:06
e3aef2d

Choose a tag to compare

Pre-release
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

07 Apr 11:32

Choose a tag to compare

Pre-release
fix: set triggers to severity, status when use_advanced_severity  is …

Release refs/tags/v4.0.0-schema.0

26 Mar 14:12

Choose a tag to compare

Pre-release
fix: remove add of unnecessary colums

Release refs/tags/v4.0.0-alpha.1

26 Mar 14:13
00a75c2

Choose a tag to compare

Pre-release
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

24 Mar 12:56

Choose a tag to compare

Pre-release
fix: remove add of unnecessary colums

Release refs/tags/v3.2.2-beta.3

10 Mar 07:57
685c8c5

Choose a tag to compare

Pre-release
feat: add alert_id to keep track of which alert a history belongs to …