Releases: gapitio/docker-alerta
Releases · gapitio/docker-alerta
Release v3.2.0
What's Changed
- fix: add correct sort-by to all tables by @sbgap in gapitio/alerta-webui#65
- fix: remove attriubtes and history from alert-export by @sbgap in gapitio/alerta-webui#66
- fix: remove double fetch of notification rules when updating pagination by @sbgap in gapitio/alerta-webui#67
- feat: add option to hide pages in navigatino drawer by @sbgap in gapitio/alerta-webui#68
- feat: add export of notification history by @sbgap in gapitio/alerta-webui#69
- fix: remove notification sends without receivers by @sbgap in gapitio/alerta-webui#70
- refac: add style formatting for all files in src folder by @sbgap in gapitio/alerta-webui#71
- fix: only replace +, = in string attributes by @sbgap in gapitio/alerta-webui#72
- feat: add hash for filters and sorting in URL by @sbgap in gapitio/alerta-webui#73
- fix: add correct height for notification history table by @sbgap in gapitio/alerta-webui#74
- feat: add dialogs for exporting history and alerts by @sbgap in gapitio/alerta-webui#75
- fix: remove loading bar/loading of table when fetching data by @sbgap in gapitio/alerta-webui#76
- refac: change clickable element by @sbgap in gapitio/alerta-webui#78
- refac: add new favicon by @sbgap in gapitio/alerta-webui#77
- feat: add notes icon for alerts table by @sbgap in gapitio/alerta-webui#79
- feat: add bulk action and delete by @sbgap in gapitio/alerta-webui#80
- feat: add collapsible nav-bar by @sbgap in gapitio/alerta-webui#81
- refac: add correct padding and table heights for all pages by @sbgap in gapitio/alerta-webui#82
- feat: add user prefs for collapsing nav bar by @sbgap in gapitio/alerta-webui#83
- fix: add environments to history filter by @sbgap in gapitio/alerta-webui#84
- fix: use alert id for alert detail page in history table by @sbgap in gapitio/alerta-webui#85
- feat: add simple search for alert and history filters by @sbgap in gapitio/alerta-webui#86
- feat: add watch switch for alert table by @sbgap in gapitio/alerta-webui#87
- feat: add config for hiding pages in navigation bar by @sbgap in gapitio/alerta#144
- fix: remove notifications without any receivers by @sbgap in gapitio/alerta#145
- fix: select only distinct notification groups by @sbgap in gapitio/alerta#146
- feat: add export of manual setup by @sbgap in gapitio/alerta#147
- Feat: add bulk action, bulk post alerts, and bulk delete of alerts by @sbgap in gapitio/alerta#148
- fix: add h"." in history filter for columns appearing in alert and history by @sbgap in gapitio/alerta#149
- feat: add alert_id to keep track of which alert a history belongs to by @sbgap in gapitio/alerta#150
Full Changelog: gapitio/alerta@v3.1.4...v3.2.0
Full Changelog: gapitio/alerta-webui@v3.1.4...v3.2.0
Full Changelog: v3.1.4...v3.2.0
v3.1.0
What's Changed
- Feat: add filter search for each column in alerta table by @sbgap in gapitio/alerta-webui#45
- Refac: add free text for tags filter by @sbgap in gapitio/alerta-webui#46
- Feat: add poppins font for all texts by @sbgap in gapitio/alerta-webui#47
- feat: add table for viewing which alerts will trigger notification in… by @sbgap in gapitio/alerta-webui#48
- Fix: show all group IDs in notification rules by @sbgap in gapitio/alerta-webui#49
- feat: add custom tags by @sbgap in gapitio/alerta-webui#50
- Feat: update vue, vuetify and add gapit style by @sbgap in gapitio/alerta-webui#51
- fix: add correct perms for pages and buttons by @sbgap in gapitio/alerta-webui#52
- fix: add check for prototype pollution to the start of deepCopy by @sbgap in gapitio/alerta-webui#53
- feat: change userIds to users emails by @sbgap in gapitio/alerta-webui#54
- fix: remove unnecessary call to get users in notification send by @sbgap in gapitio/alerta-webui#55
- feat: add text areas for text input by @sbgap in gapitio/alerta-webui#56
- fix: return new object instead of reference to the same object by @sbgap in gapitio/alerta-webui#57
- fix: change item-value to email for usersEmails by @sbgap in gapitio/alerta-webui#58
- fix: add check for null values for repeats in oncalls by @sbgap in gapitio/alerta-webui#59
- Feat: add better filters by @sbgap in gapitio/alerta#137
- Fix: remove admin:users from notification rules, groups and oncalls by @sbgap in gapitio/alerta#138
- feat: change \n with
in sendgrid messages by @sbgap in gapitio/alerta#139 - fix: change users to emails users in backend by @sbgap in gapitio/alerta#140
- fix: change getUserById to getUserByEmail in oncall users by @sbgap in gapitio/alerta#141
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Heartbeats by @sbgap in gapitio/alerta#136
- refactor: Add all translations to en.js or change translations to already existing keys in en.js by @sbgap in gapitio/alerta-webui#43
- fix: environment tabs in alert history by @sbgap in gapitio/alerta-webui#44
Full Changelog: v2.2.3...v3.0.0
v2.1.0
What's Changed
- Refac: remove twilio and sendgrid libraries by @sbgap in gapitio/alerta#116
- Feat: add and/all and or/any functions for tags in notification rules by @sbgap in gapitio/alerta#117
- feat: add filter for sent status in notification history by @sbgap in gapitio/alerta#118
- Notification-group by @sbgap in gapitio/alerta#119
- Feat: add advanced tags to escalation rules by @sbgap in gapitio/alerta#120
- fix: add or functions betweeen groups of or/and functions in excluded tags by @sbgap in gapitio/alerta#121
- Notes by @sbgap in gapitio/alerta#122
- fix: add status check for plugins and alerta model by @sbgap in gapitio/alerta#123
- fix: add email/phone number from users in notification test by @sbgap in gapitio/alerta#124
- feat: add notification send for sending custom sms and mail to users and notification groups by @sbgap in gapitio/alerta#125
- feat: add notification rule history by @sbgap in gapitio/alerta#127
- fix: remove unused repeatType from oncall list by @sbgap in gapitio/alerta-webui#31
- Feat: add confirm for closing dialogs by @sbgap in gapitio/alerta-webui#32
- Feat: add and/all and or/any function to tags in notification rules by @sbgap in gapitio/alerta-webui#33
- fix: send utc time to backend when adding new on call by @sbgap in gapitio/alerta-webui#34
- feat: add better search and filter functions for notification history by @sbgap in gapitio/alerta-webui#35
- fix: add authentication through api service for report exports by @sbgap in gapitio/alerta-webui#36
- feat: add advanced tags and excluded tags in escalation rules by @sbgap in gapitio/alerta-webui#37
- fix: add fetch of users and notification groups in notification channels by @sbgap in gapitio/alerta-webui#39
- feat: add notification send for sending custom sms and mail. by @sbgap in gapitio/alerta-webui#40
- feat: add dialogs for activating notification rules by @sbgap in gapitio/alerta-webui#41
- feat: add information tooltips and dialogs by @sbgap in gapitio/alerta-webui#38
- feat: add notification history by @sbgap in gapitio/alerta-webui#42
Full Changelog: gapitio/alerta@v2.0.3...v2.1.0
Full Changelog: gapitio/alerta-webui@v2.0.2...v2.1.0
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v2.0.1
What's Changed
- fix: update mylink bearer 10 min before timeout by @sbgap in gapitio/alerta#112
Full Changelog: v2.0.0...v2.0.1
v2.0.2
What's Changed
- feat: add phone_numbers and email to notification groups by @sbgap in gapitio/alerta#113
- fix: set defualt status first time receiveing with normal severity by @sbgap in gapitio/alerta#114
- fix: add error handling with info log for searching by @sbgap in gapitio/alerta#115
- feat: add phone_numbers and emails to notification groups by @sbgap in gapitio/alerta-webui#30
Full Changelog: v2.0.1...v2.0.2
v2.0.0
What's Changed
- feat: add csv export/download for report of top n offenders, standing… by @sbgap in gapitio/alerta#109
- Refac: rename advanced severity to triggers by @sbgap in gapitio/alerta#110
- fix: remove empty triggers by @sbgap in gapitio/alerta#111
- feat: add bulk activate and bulk deactivate of notification_rules by @sbgap in gapitio/alerta-webui#27
- feat: add export of top n offenders, flapping and standing by @sbgap in gapitio/alerta-webui#28
- Refac: combine severity and status into triggers with custom text by @sbgap in gapitio/alerta-webui#29
Full Changelog: v1.6.1...v2.0.0
v1.6.1
What's Changed
- fix: add "unack" to open status check by @sbgap in gapitio/alerta-webui#24
- feat: add gapit version to about/manifest view by @sbgap in gapitio/alerta-webui#25
- fix: remove unsupported notification channel types by @sbgap in gapitio/alerta-webui#26
- Feat: add edit of email when using ldap by @sbgap in gapitio/alerta#106
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Feat: add notification delay by @sbgap in #67
- Feat: add notification delay by @sbgap in gapitio/alerta#101
- fix: remove null variables from excluded_tags by @sbgap in gapitio/alerta#103
- fix: return count of notification history instead of count of notific… by @sbgap in gapitio/alerta#105
Full Changelog: v1.5.1...v1.6.0