Skip to content

Commit

Permalink
Update changelog and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Dec 19, 2024
1 parent 87cc829 commit 5337edf
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 16 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,51 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.30.0] - 2024-12-19

Mostly changes to the alpha frontend

### Added

- Added docs for how to vendor a repo (copy one repo into another, preserving
history).

### HTMX app

- Add HTMX version of the destinations page
([#1001](https://github.com/Uninett/Argus/issues/1001))
- Show user an error message in case a htmx partial request fails
([#1023](https://github.com/Uninett/Argus/issues/1023))
- Allow extending preferences page
([#1070](https://github.com/Uninett/Argus/issues/1070))
- Keep django messages in queue on htmx redirects or refreshes
([#1071](https://github.com/Uninett/Argus/issues/1071))

#### Added

- Replaced the placeholder notification profile page with a very ugly but
functional one.
- Replaced the placeholder time-slots page with a very ugly but functional one.
- Added loading indicator to bulk action buttons

#### Changed

- Performance: Reduced the number of queries to preferences db table
([#1082](https://github.com/Uninett/Argus/issues/1082))
- Declared argus-theme as one with the light color scheme in order to always
have reasonable fallbacks.
([#1088](https://github.com/Uninett/Argus/issues/1088))
- Generalized the multiselect dropdown widget used for the source field in the
filterbox so that we can use it for other dropdowns on other pages.
- Renamed some directories and templates to give them better, more
consistent names.

#### Fixed

- Fixed background color in input fields for argus-theme globally.
([#1088](https://github.com/Uninett/Argus/issues/1088))


## [1.29.0] - 2024-12-06

Mostly changes to the alpha frontend
Expand Down
13 changes: 13 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
This file documents changes to Argus that are relevant for operations and
end-users.

## [1.30.0] - 2024-12-19

Final release of the year! This was again mostly changes to the alpha frontend.

This release adds support for showing, adding, changing and deleting timeslots
and notificaton profiles, though with no graphical polish whatsoever.

The only functionality that is still to be finished is in the filter box on the
incidents page:

* filtering on tags
* loading and saving filters

## [1.29.0] - 2024-12-06

Mostly changes to the alpha frontend that will not be detailed here.
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+add-rudimentary-timeslots-page.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+bulk-action-indicator.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+document-how-to-vendor-a-repo.added.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+improve-dropdown-widget.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+singularize-easy-pickings.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1001.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1023.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1070.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1071.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1075.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1076.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1082.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1088.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1088.fixed.md

This file was deleted.

0 comments on commit 5337edf

Please sign in to comment.