From e21fe70b75cc0edd70f8dfc32b3c7f282714a812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 15:50:47 +0200 Subject: [PATCH] Release: version 2.10.0 --- .changes/unreleased/Feature-20231018-113825.yaml | 6 ------ .changes/unreleased/Feature-20231018-133203.yaml | 6 ------ .changes/unreleased/Feature-20231018-160235.yaml | 6 ------ .changes/unreleased/Feature-20231018-164927.yaml | 6 ------ .changes/unreleased/Feature-20231019-140357.yaml | 5 ----- .changes/unreleased/Feature-20231019-171900.yaml | 6 ------ .changes/unreleased/Fixed-20231019-114350.yaml | 6 ------ .changes/v2.10.0.md | 10 ++++++++++ 8 files changed, 10 insertions(+), 41 deletions(-) delete mode 100644 .changes/unreleased/Feature-20231018-113825.yaml delete mode 100644 .changes/unreleased/Feature-20231018-133203.yaml delete mode 100644 .changes/unreleased/Feature-20231018-160235.yaml delete mode 100644 .changes/unreleased/Feature-20231018-164927.yaml delete mode 100644 .changes/unreleased/Feature-20231019-140357.yaml delete mode 100644 .changes/unreleased/Feature-20231019-171900.yaml delete mode 100644 .changes/unreleased/Fixed-20231019-114350.yaml create mode 100644 .changes/v2.10.0.md diff --git a/.changes/unreleased/Feature-20231018-113825.yaml b/.changes/unreleased/Feature-20231018-113825.yaml deleted file mode 100644 index f8922b356..000000000 --- a/.changes/unreleased/Feature-20231018-113825.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: '[export] Add a filter "grouping accompanying period by opening date" and "trouping - accompanying period by closing date"' -time: 2023-10-18T11:38:25.80362952+02:00 -custom: - Issue: "172" diff --git a/.changes/unreleased/Feature-20231018-133203.yaml b/.changes/unreleased/Feature-20231018-133203.yaml deleted file mode 100644 index f839ebcf3..000000000 --- a/.changes/unreleased/Feature-20231018-133203.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: '[export] add a filter and aggregator on accompanying period work: group/filter - by handling third party' -time: 2023-10-18T13:32:03.565201495+02:00 -custom: - Issue: "172" diff --git a/.changes/unreleased/Feature-20231018-160235.yaml b/.changes/unreleased/Feature-20231018-160235.yaml deleted file mode 100644 index 87fe1de0c..000000000 --- a/.changes/unreleased/Feature-20231018-160235.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: '[export] add a filter and aggregator on activites: group/filter activities - by people participating to the exchange' -time: 2023-10-18T16:02:35.99265091+02:00 -custom: - Issue: "172" diff --git a/.changes/unreleased/Feature-20231018-164927.yaml b/.changes/unreleased/Feature-20231018-164927.yaml deleted file mode 100644 index cf0be6fef..000000000 --- a/.changes/unreleased/Feature-20231018-164927.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: '[export] add a grouping on accompanying period export: group by activity type - associated to at least one activity within the accompanying period' -time: 2023-10-18T16:49:27.567166953+02:00 -custom: - Issue: "172" diff --git a/.changes/unreleased/Feature-20231019-140357.yaml b/.changes/unreleased/Feature-20231019-140357.yaml deleted file mode 100644 index 2ef33a4a5..000000000 --- a/.changes/unreleased/Feature-20231019-140357.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: '[export] sort filters and aggregators by title' -time: 2023-10-19T14:03:57.435338127+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20231019-171900.yaml b/.changes/unreleased/Feature-20231019-171900.yaml deleted file mode 100644 index d8ee98cdd..000000000 --- a/.changes/unreleased/Feature-20231019-171900.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: '[export] create a parameter that will force to skip the filtering by center - (ACL) when generating an export' -time: 2023-10-19T17:19:00.51809407+02:00 -custom: - Issue: "179" diff --git a/.changes/unreleased/Fixed-20231019-114350.yaml b/.changes/unreleased/Fixed-20231019-114350.yaml deleted file mode 100644 index dbb6b4166..000000000 --- a/.changes/unreleased/Fixed-20231019-114350.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: '[export] fix date range selection on filter and grouping "by status of the - course at date", on accompanying periods' -time: 2023-10-19T11:43:50.455829748+02:00 -custom: - Issue: "177" diff --git a/.changes/v2.10.0.md b/.changes/v2.10.0.md new file mode 100644 index 000000000..56c384739 --- /dev/null +++ b/.changes/v2.10.0.md @@ -0,0 +1,10 @@ +## v2.10.0 - 2023-10-24 +### Feature +* ([#172](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/172)) [export] Add a filter "grouping accompanying period by opening date" and "trouping accompanying period by closing date" +* ([#172](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/172)) [export] add a filter and aggregator on accompanying period work: group/filter by handling third party +* ([#172](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/172)) [export] add a filter and aggregator on activites: group/filter activities by people participating to the exchange +* ([#172](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/172)) [export] add a grouping on accompanying period export: group by activity type associated to at least one activity within the accompanying period +* [export] sort filters and aggregators by title +* ([#179](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/179)) [export] create a parameter that will force to skip the filtering by center (ACL) when generating an export +### Fixed +* ([#177](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/177)) [export] fix date range selection on filter and grouping "by status of the course at date", on accompanying periods