Skip to content

Releases: gapitio/alerta-webui

Release v4.0.0-beta.1

13 Apr 11:05
744d4f4

Choose a tag to compare

Release v4.0.0-beta.1 Pre-release
Pre-release
feat: add custom confirm popup box (#96)

Release v4.0.0-alpha.1

26 Mar 14:11
4bf3eb1

Choose a tag to compare

Pre-release
feat: add support for adding scopes in config (#94)

Release v4.0.0-alpha.0

24 Mar 12:54
b5f7372

Choose a tag to compare

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

10 Mar 07:54

Choose a tag to compare

Release v3.2.2-beta.3 Pre-release
Pre-release
fix: add correct base-url for auth redirect

Release v3.2.2-beta.2

09 Mar 09:40

Choose a tag to compare

Release v3.2.2-beta.2 Pre-release
Pre-release
fix: add correct base-url for auth redirect

Release v3.2.2-beta.1

06 Mar 10:00

Choose a tag to compare

Release v3.2.2-beta.1 Pre-release
Pre-release
fix: add ./ as base to support dynamic subpath

Release v3.2.2-beta.0

05 Mar 13:06

Choose a tag to compare

Release v3.2.2-beta.0 Pre-release
Pre-release
feat: add support for base-url

Release v3.2.1

24 Feb 13:06

Choose a tag to compare

fix: make status exact match in alert and history filter

Release v3.2.0

04 Feb 14:35
86d4968

Choose a tag to compare

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

04 Feb 12:47
86d4968

Choose a tag to compare

Release v3.2.0-beta.5 Pre-release
Pre-release
feat: add watch switch for alert table (#87)