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 Aug 30, 2024
1 parent 2a10a2a commit 77e2d32
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 10 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.22.0] - 2024-08-30


### Changed

- Refactored ticket creation code so the actual changing of the incident
happens only in one place. Also moved the actual autocreation magic to
utility functions (sans error-handling since that is response-type
dependent). Made bulk changes of tickets actually create the ChangeEvents so
that it behaves like other bulk actions and make it possible to get notified
of changed ticket urls.
- Replace the setting `STATICFILES_STORAGE` with `STORAGES` to prepare for
running on newer Djangos. See NOTES for details.

### Fixed

- Hopefully there will be fewer spurious test-failures thanks to explicitly
creating the user connected to a sourcesystem. UniqueError, you won't be
missd.
- Fixed broken link to dataporten authentication docs in README
([#broken-dataporten-link](https://github.com/Uninett/Argus/issues/broken-dataporten-link))
- Renamed 'docker-compose' to 'Docker Compose' in README
([#update-readme-command-naming](https://github.com/Uninett/Argus/issues/update-readme-command-naming))


## [1.21.0] - 2024-08-20


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

## [1.22.0] - 2024-08-30

There's a backwards incompatible change to prepare for the next Django LTS
(5.2): The setting `STATICFILES_STORAGE` has been replaced with `STORAGES`. If
`STATICFILES_STORAGE` has been changed from the provided default in
a deployment, it will have to be updated. See `STORAGES["staticfiles"]` in for
instance `argus.site.settings.base`.

Changing ticket urls in bulk now sends out change events, behaving like other
bulk changes. This means there will be an overall increase in events if bulk
changing tickets is common.

## [1.21.0] - 2024-08-20

The "description" field on Incident is now editable via API.
Expand Down
6 changes: 0 additions & 6 deletions changelog.d/+improve-ticket-url-handling.changed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+set-storages.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/broken-dataporten-link.fixed.txt

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/update-readme-command-naming.fixed.txt

This file was deleted.

0 comments on commit 77e2d32

Please sign in to comment.