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 Jan 17, 2025
1 parent 8b98bad commit bfa8920
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 24 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,59 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.31.0] - 2025-01-17

Mostly changes to the new frontend this time around.

Two development-relevant changes:

- Refactor of incident-specific frontend pages, many files have new names
- How to define a preference has changed

There are visible changes to the destinations-page and profiles page as well.

### Added

- Added howto for how to easily toggle the use of django-debug-toolbar with the
help of the extra/overriding-apps machinery and an environment variable.

### HTMx app

#### Added

- Centre destination page content.
([#1079](https://github.com/Uninett/Argus/issues/1079))
- Add vertical gap between collapse element and create form on HTMX
destinations page. ([#1080](https://github.com/Uninett/Argus/issues/1080))

#### Changed

- Streamline definition and usage of preferences
([#1072](https://github.com/Uninett/Argus/issues/1072))
- Only update the related media list when deleting a destination.
([#1128](https://github.com/Uninett/Argus/issues/1128))
- Customizers beware: Major refactor in src/argus/htmx/incident(s) and
src/argus/htmx/templates/htmx/incident(s).

* All directories named "incidents" was changed to "incident".
* The templates that defines columns in the incident list was moved to
`htmx/incident/cells/`.
* The template for selecting sources in the filterbox was moved to
`htmx/incident/widgets/`.
* Whenever there were plural view-names or url-names for incident-related
views they were made singular.

There will be empty directories left behind, `git` cannot do anything with
these. Run `make clean` to delete cached files then find empty directories
with `find . -type d -empty`. Delete them manually.
- Polished the looks of the profiles page. More to come!

#### Fixed

- Fix create destination form generating extra div when submitting.
([#1129](https://github.com/Uninett/Argus/issues/1129))


## [1.30.0] - 2024-12-19

Mostly changes to the alpha frontend
Expand Down
18 changes: 16 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Release Notes

This file documents changes to Argus that are relevant for operations and
end-users.
This file documents changes to Argus that are relevant for operations,
customizers and end-users.

## [1.31.0] - 2025-01-17

Mostly changes to the new frontend this time around.

Two development-relevant changes that affect customization:

- Refactor of incident-specific frontend pages, many files have new names
- How to define a preference has changed

There are visible changes to the destinations-page and profiles page as well.

This release is the first round of polish for the profiles page. More is to
come.

## [1.30.0] - 2024-12-19

Expand Down
1 change: 0 additions & 1 deletion changelog.d/+polish-profiles-page.changed.md

This file was deleted.

14 changes: 0 additions & 14 deletions changelog.d/+singularize-incidents.changed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+toggle-django-debug-toolbar.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit bfa8920

Please sign in to comment.