Releases: gapitio/alerta-webui
Releases · gapitio/alerta-webui
Release v4.0.0-beta.1
feat: add custom confirm popup box (#96)
Release v4.0.0-alpha.1
feat: add support for adding scopes in config (#94)
Release v4.0.0-alpha.0
feat: change detail search to filter (#92) add config for showing advanced search bar for alerts and history set default config for showing advanced search bar to false change searches done from detail page to a filter search move watch view switch next to header
Release v3.2.2-beta.3
fix: add correct base-url for auth redirect
Release v3.2.2-beta.2
fix: add correct base-url for auth redirect
Release v3.2.2-beta.1
fix: add ./ as base to support dynamic subpath
Release v3.2.2-beta.0
feat: add support for base-url
Release v3.2.1
fix: make status exact match in alert and history filter
Release v3.2.0
What's Changed
- fix: add correct sort-by to all tables by @sbgap in #65
- fix: remove attriubtes and history from alert-export by @sbgap in #66
- fix: remove double fetch of notification rules when updating pagination by @sbgap in #67
- feat: add option to hide pages in navigatino drawer by @sbgap in #68
- feat: add export of notification history by @sbgap in #69
- fix: remove notification sends without receivers by @sbgap in #70
- refac: add style formatting for all files in src folder by @sbgap in #71
- fix: only replace +, = in string attributes by @sbgap in #72
- feat: add hash for filters and sorting in URL by @sbgap in #73
- fix: add correct height for notification history table by @sbgap in #74
- feat: add dialogs for exporting history and alerts by @sbgap in #75
- fix: remove loading bar/loading of table when fetching data by @sbgap in #76
- refac: change clickable element by @sbgap in #78
- refac: add new favicon by @sbgap in #77
- feat: add notes icon for alerts table by @sbgap in #79
- feat: add bulk action and delete by @sbgap in #80
- feat: add collapsible nav-bar by @sbgap in #81
- refac: add correct padding and table heights for all pages by @sbgap in #82
- feat: add user prefs for collapsing nav bar by @sbgap in #83
- fix: add environments to history filter by @sbgap in #84
- fix: use alert id for alert detail page in history table by @sbgap in #85
- feat: add simple search for alert and history filters by @sbgap in #86
- feat: add watch switch for alert table by @sbgap in #87
Full Changelog: v3.1.4...v3.2.0
Release v3.2.0-beta.5
feat: add watch switch for alert table (#87)