From 95786a6d37de3b05cb91b5878e8f46cda8ad1316 Mon Sep 17 00:00:00 2001 From: Mara Karagianni Date: Tue, 17 Oct 2023 17:12:21 +0300 Subject: [PATCH] release v2310.1 --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++++++++++++-- changelog/0002.md | 3 --- changelog/39.md | 7 ------ changelog/4444.md | 3 --- changelog/7429.md | 13 ----------- changelog/7431.md | 7 ------ changelog/7536.md | 9 -------- changelog/7538.md | 3 --- changelog/7540.md | 7 ------ changelog/7541.md | 11 ---------- changelog/7542.md | 4 ---- changelog/7571.md | 3 --- changelog/7581.md | 3 --- changelog/7586.md | 3 --- changelog/7601.md | 4 ---- changelog/_0074.md | 2 -- changelog/_0564.md | 3 --- 17 files changed, 52 insertions(+), 87 deletions(-) delete mode 100644 changelog/0002.md delete mode 100644 changelog/39.md delete mode 100644 changelog/4444.md delete mode 100644 changelog/7429.md delete mode 100644 changelog/7431.md delete mode 100644 changelog/7536.md delete mode 100644 changelog/7538.md delete mode 100644 changelog/7540.md delete mode 100644 changelog/7541.md delete mode 100644 changelog/7542.md delete mode 100644 changelog/7571.md delete mode 100644 changelog/7581.md delete mode 100644 changelog/7586.md delete mode 100644 changelog/7601.md delete mode 100644 changelog/_0074.md delete mode 100644 changelog/_0564.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be9205f..0a82be29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,57 @@ All notable changes to this project will be documented in this file. -Since version Unreleased the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +Since version v2310.1 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v2310.1 + +### Added + +- support for celery task queues with a redis message broker +- makefile commands for starting and status checking of celery worker processes +- ai_report field to dashboard moderation comments serializer +- userdashboard: added field "user_reports" to moderation comment serializer +- Ai report serializer for comments viewset (#7571) +- general switch button react component +- switch button to AIreportExplanation component +- show_in_discussion field to AiReport model +- component to show AiReport in userdashboard and a toggle to show/hide + the report in the discussion +- react component to show AI report with dummy data for now +- new filter category for comments in moderator dashboard: "reported by ai" +- project insight model, create insight function, + update insights with signals (#2492) +- pyenv file and vim backup extension in gitignore +- in contrib templates for item_detail: + request http referer for go back/overview to filtered/paginated list +- in topicprio templates for topic_detail: + request http referer for go back/overview to filtered/paginated list +- in budgeting, idea, mapidea, topicprio: + index id to be used with href anchor to navigate back to item list +- in contrib templates for map_filter_and_sort and pagination: + index id to be used with href anchor to navigate back to item list + + +### Changed + +- ai_report field from StringRelatedField to AiReportSerializer in + CommentWithFeedbackSerializer +- brand-alert color to match the design +- structure of ModerationNotification to be more a11y compliant +- fix tests which included removed modules +- update a4 to 208d5c1134da702fc5c6e8c5c8ea8d55ac2d012d +- update a4 to 73ad60e06a557dbd00e7a1118fb639d13e8b4244 +- only english and german language options + +### Fixed + +- fix broken pytest-lastfailed command in Makefile + +### Removed + +- modules brainstorming, map-brainstorming, idea-collection, + map-idea-collection, poll, participatory-budgeting, interactive-event and + associated tests +- frontend coverage ci actions +- unused language translations from locale fork diff --git a/changelog/0002.md b/changelog/0002.md deleted file mode 100644 index 896716a6..00000000 --- a/changelog/0002.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- add pyenv file and vim backup extension in gitignore diff --git a/changelog/39.md b/changelog/39.md deleted file mode 100644 index e8aeee6e..00000000 --- a/changelog/39.md +++ /dev/null @@ -1,7 +0,0 @@ -### Fixed - -- only english and german language options - -### Removed - -- unused language translations from locale fork diff --git a/changelog/4444.md b/changelog/4444.md deleted file mode 100644 index 2b9097ce..00000000 --- a/changelog/4444.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- update a4 to 73ad60e06a557dbd00e7a1118fb639d13e8b4244 diff --git a/changelog/7429.md b/changelog/7429.md deleted file mode 100644 index dcab6892..00000000 --- a/changelog/7429.md +++ /dev/null @@ -1,13 +0,0 @@ -### Added - -- in contrib templates for item_detail: - request http referer for go back/overview to filtered/paginated list -- in topicprio templates for topic_detail: - request http referer for go back/overview to filtered/paginated list -- in budgeting, idea, mapidea, topicprio: - index id to be used with href anchor to navigate back to item list -- in contrib templates for map_filter_and_sort and pagination: - index id to be used with href anchor to navigate back to item list - - - diff --git a/changelog/7431.md b/changelog/7431.md deleted file mode 100644 index f3139024..00000000 --- a/changelog/7431.md +++ /dev/null @@ -1,7 +0,0 @@ -### Added - -- project insight model, create insight function, - update insights with signals (#2492) - -### Changed -- update a4 to 208d5c1134da702fc5c6e8c5c8ea8d55ac2d012d diff --git a/changelog/7536.md b/changelog/7536.md deleted file mode 100644 index 0c759ab1..00000000 --- a/changelog/7536.md +++ /dev/null @@ -1,9 +0,0 @@ -### Changed - -- fix tests which included removed modules - -### Removed - -- removed modules brainstorming, map-brainstorming, idea-collection, - map-idea-collection, poll, participatory-budgeting, interactive-event and - associated tests diff --git a/changelog/7538.md b/changelog/7538.md deleted file mode 100644 index 5452b21c..00000000 --- a/changelog/7538.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- new filter category for comments in moderator dashboard: "reported by ai" diff --git a/changelog/7540.md b/changelog/7540.md deleted file mode 100644 index 6b4dcb6f..00000000 --- a/changelog/7540.md +++ /dev/null @@ -1,7 +0,0 @@ -### Added - -- react component to show AI report with dummy data for now - -### Changed - -- structure of ModerationNotification to be more a11y compliant diff --git a/changelog/7541.md b/changelog/7541.md deleted file mode 100644 index fe0f0cc5..00000000 --- a/changelog/7541.md +++ /dev/null @@ -1,11 +0,0 @@ -### Added - -- added show_in_discussion field to AiReport model -- added component to show AiReport in userdashboard and a toggle to show/hide - the report in the discussion - -### Changed - -- changed ai_report field from StringRelatedField to AiReportSerializer in - CommentWithFeedbackSerializer -- changed brand-alert color to match the design diff --git a/changelog/7542.md b/changelog/7542.md deleted file mode 100644 index d21868a5..00000000 --- a/changelog/7542.md +++ /dev/null @@ -1,4 +0,0 @@ -### Added - -- general switch button react component -- switch button to AIreportExplanation component diff --git a/changelog/7571.md b/changelog/7571.md deleted file mode 100644 index 3cd0f6d9..00000000 --- a/changelog/7571.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- Ai report serializer for comments viewset (#7571) diff --git a/changelog/7581.md b/changelog/7581.md deleted file mode 100644 index 22754b87..00000000 --- a/changelog/7581.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- userdashboard: added field "user_reports" to moderation comment serializer diff --git a/changelog/7586.md b/changelog/7586.md deleted file mode 100644 index 06513c48..00000000 --- a/changelog/7586.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- ai_report field to dashboard moderation comments serializer diff --git a/changelog/7601.md b/changelog/7601.md deleted file mode 100644 index 5bda8543..00000000 --- a/changelog/7601.md +++ /dev/null @@ -1,4 +0,0 @@ -## Added - -- adds support for celery task queues with a redis message broker -- adds makefile commands for starting and status checking of celery worker processes diff --git a/changelog/_0074.md b/changelog/_0074.md deleted file mode 100644 index 5db1b41c..00000000 --- a/changelog/_0074.md +++ /dev/null @@ -1,2 +0,0 @@ -### Removed -- removed frontend coverage ci actions diff --git a/changelog/_0564.md b/changelog/_0564.md deleted file mode 100644 index 5e125847..00000000 --- a/changelog/_0564.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- fix broken pytest-lastfailed command in Makefile