From c1db6bae546b5c06f18c2e4aa6bf32a6d3a494a9 Mon Sep 17 00:00:00 2001 From: Laura Kinkead Date: Tue, 8 Oct 2024 13:38:22 +0200 Subject: [PATCH 1/3] add search fix to user facing changes --- CHANGELOG.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3b384871b..a1dff6a159 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,10 @@ 0.58.0 ------ +Renku ``0.57.2`` fixes several issues related to Renku 2.0 search, and also squashes a bug where the +Renku 2.0 dashboard displayed content not related to you. + + User-Facing Changes ~~~~~~~~~~~~~~~~~~~ @@ -12,9 +16,10 @@ User-Facing Changes **🐞 Bug Fixes** +- **Search Services**: Resolve issues that caused items to be missing from Renku 2.0 search, including the in the search for adding members to projects and groups. +- **UI**: Resolve an issue where the Renku 2.0 dashboard displayed projects and groups that the user was not a member of (`#3289 `__) +- **UI**: Fix a bug where clicking on 'Show all my projects' on the Renku 2.0 dashboard redirected to a page displaying not only the user's projects but also others' projects (`#3289 `__) - **UI**: Prevent glitches in the new session details sections (`#3313 `__). -- **UI**: Resolved an issue where the dashboard displayed projects and groups that the user was not a member of (`#3289 `__) -- **UI**: Fixed a bug where clicking on 'Show all my projects' redirected to a page displaying not only the user's projects but also others' projects (`#3289 `__) Internal Changes ~~~~~~~~~~~~~~~~ From 990f9e0c27d50038fdaaeecabf046bd749e573ec Mon Sep 17 00:00:00 2001 From: Laura Kinkead Date: Tue, 8 Oct 2024 14:06:32 +0200 Subject: [PATCH 2/3] typos --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1dff6a159..41386a6df3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ 0.58.0 ------ -Renku ``0.57.2`` fixes several issues related to Renku 2.0 search, and also squashes a bug where the +Renku ``0.58.0`` fixes several issues related to Renku 2.0 search, and also squashes a bug where the Renku 2.0 dashboard displayed content not related to you. @@ -16,7 +16,7 @@ User-Facing Changes **🐞 Bug Fixes** -- **Search Services**: Resolve issues that caused items to be missing from Renku 2.0 search, including the in the search for adding members to projects and groups. +- **Search Services**: Resolve issues that caused items to be missing from Renku 2.0 search, including in the search for adding members to projects and groups. - **UI**: Resolve an issue where the Renku 2.0 dashboard displayed projects and groups that the user was not a member of (`#3289 `__) - **UI**: Fix a bug where clicking on 'Show all my projects' on the Renku 2.0 dashboard redirected to a page displaying not only the user's projects but also others' projects (`#3289 `__) - **UI**: Prevent glitches in the new session details sections (`#3313 `__). From 5f6376710e0f00c816b074eeef1ef22641ab9915 Mon Sep 17 00:00:00 2001 From: Laura Kinkead Date: Tue, 8 Oct 2024 14:23:20 +0200 Subject: [PATCH 3/3] wordsmithing --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41386a6df3..4b42956e0b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,7 +16,7 @@ User-Facing Changes **🐞 Bug Fixes** -- **Search Services**: Resolve issues that caused items to be missing from Renku 2.0 search, including in the search for adding members to projects and groups. +- **Search Services**: Resolve issues that caused items to be missing from Renku 2.0 search, including the search for members when adding members to projects and groups. - **UI**: Resolve an issue where the Renku 2.0 dashboard displayed projects and groups that the user was not a member of (`#3289 `__) - **UI**: Fix a bug where clicking on 'Show all my projects' on the Renku 2.0 dashboard redirected to a page displaying not only the user's projects but also others' projects (`#3289 `__) - **UI**: Prevent glitches in the new session details sections (`#3313 `__).