From 0a946c1e6ea511b9e03f9d75eac5ff162c0a3c62 Mon Sep 17 00:00:00 2001 From: Hanne Moa Date: Wed, 13 Nov 2024 14:39:38 +0100 Subject: [PATCH] Update changelog and notes --- CHANGELOG.md | 9 +++++++++ NOTES.md | 12 ++++++++++++ changelog.d/+user-prefderences-decorator.changed.md | 1 - changelog.d/+user-prefderences.added.md | 1 - 4 files changed, 21 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/+user-prefderences-decorator.changed.md delete mode 100644 changelog.d/+user-prefderences.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a70a71137..cdcf67a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.27.0] - 2024-11-13 + +### Added + +- Added a database model to store user preferences. Remember to migrate! +- Added a new testenv to tox to easily regenerate the ER model. It needs + regenerating thanks to the new model. + + ## [1.26.1] - 2024-11-08 ### Changed diff --git a/NOTES.md b/NOTES.md index 7e82fabb2..216da2989 100644 --- a/NOTES.md +++ b/NOTES.md @@ -3,6 +3,18 @@ This file documents changes to Argus that are relevant for operations and end-users. +## [1.27.0] - 2024-11-13 + +The big but hidden new feature this time is a new database table to hold user +preferences, in a namespaced fashion. Different apps can have different sets of +preferences with the same names but different values. + +There is as of yet nothing that uses the preferences. The machinery needs to +be in place for the new frontend. + +See the docs and remember to migrate. + + ## [1.26.1] - 2024-11-08 Bugfix release, logout via the React SPA frontend should now work again. diff --git a/changelog.d/+user-prefderences-decorator.changed.md b/changelog.d/+user-prefderences-decorator.changed.md deleted file mode 100644 index 2bce6fb87..000000000 --- a/changelog.d/+user-prefderences-decorator.changed.md +++ /dev/null @@ -1 +0,0 @@ -Move User Preferences subclass boilerplate to a decorator \ No newline at end of file diff --git a/changelog.d/+user-prefderences.added.md b/changelog.d/+user-prefderences.added.md deleted file mode 100644 index b7e67ff82..000000000 --- a/changelog.d/+user-prefderences.added.md +++ /dev/null @@ -1 +0,0 @@ -Added a database model to store user preferences. Remember to migrate!