Releases: Uninett/Argus-frontend
Releases · Uninett/Argus-frontend
[v1.14.1] - 2024-04-24
[v1.14.0] - 2024-04-22
Added
- Missing article in ticket generation modal.
(#552) - Link to Django administration site for users with admin permissions. Link is
available in the user menu dropdown.
(#553) - Added towncrier to automatically produce changelog
Changed
- Styling in the user menu dropdown: added a horizontal divider and icons.
(#553) - Incident ID in <its source system> field to incident details view, which
displays ID by which incident is referenced internally in its source system.
(#557)
Fixed
- Bug with blank page being rendered when manually refreshing, or copy-pasting
incident permalinks
[v1.13.0] - 2024-04-10
Changed
- Configuration values can now be changed at runtime in development and production environments. See the docs for info about how to properly configure the frontend application in production.
- Upgraded lots of dependencies
[v1.12.0] - 2023-09-28
Fixed
- Error handling on filter deletion.
- Uniform alignment of the input fields in the notification profiles.
- Bug with endless calls to destinations endpoint from the /notificationprofiles page.
Added
- Users can give custom names to Notification profiles via Title input field.
- Scrollbar to the Acknowledgements- and Events-feed in the detailed incident view.
[v1.11.0] - 2023-09-19
This version strongly prefers argus-server version 1.13 or newer.
Fixed
- There was a race condition when looking at destinations in notification
profiles. This lead to weird behavior (rows loading in very late)
particularly on flaky networks.
Changed
- How the actual filter is saved and used changed in the backend with v1.13, so
the frontend was updated to use the new method.
[v1.10.1] - 2023-05-02
Changed
- Updated dependencies
[v1.10.0] - 2023-04-28
Added
- Handling of both network errors, and errors with fetching existing user in Login view .
Fixed
- Bug with misleading error message in Login view on connection problems.
Changed
- Made LOGIN WITH FEIDE button more generic.
- LOGIN WITH FEIDE will not render by default anymore. Instead, LOGIN WITH button will only render if there are configured login methods that are other than userpass.
- Updated user manual
[v1.9.0] - 2023-03-17
Changed
- Settings are replaced with Destinations. User may now create/update/delete emails and other media (that are configured), in addition to phone numbers.
- Switched to API v.2 calls for notification profiles
- The structure of notification profiles: removed the Media-selector, replaced the Phone number-selector with the Destinations-selector. User can now select multiple destinations per notification profile.
- Replaced add phone number from notification profiles feature with add destination from notification profiles feature.
- Removed all use of phone numbers, except for phone numbers as a part of destinations.
[v1.8.1] - 2023-02-15
Fixed
- Ensure that description is stored properly when acking, both in bulk and directly
[v1.8.0] - 2023-02-02
Added
- Use backend bulk endpoints to speed up updating incidents in bulk
- Visual feedback (table loading) when changing incident filter parameters, and when navigating incident table pages