chore: release 13/11/25 merge back - #1262
Conversation
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Yoganandan Pandiyan <yoganandan.pandiyan@ess.eu> Co-authored-by: Yoganandan Pandiyan <132274772+yoganandaness@users.noreply.github.com> Co-authored-by: Jekabs Karklins <58165815+jekabs-karklins@users.noreply.github.com> Co-authored-by: jekabskarklins <jekabs.karklins@ess.eu> Co-authored-by: Simon Fernandes <simon.fernandes@stfc.ac.uk> Co-authored-by: Thomas Cottee Meldrum <81559866+TCMeldrum@users.noreply.github.com> Co-authored-by: Gergely Nyiri <gergely.nyiri@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ellen Wright <144028998+ellen-wright@users.noreply.github.com> Co-authored-by: Chi Kai Lam <chi-kai.lam@stfc.ac.uk> Co-authored-by: Deepak Jaison <149392207+deepaksftc@users.noreply.github.com> Co-authored-by: Gergely Nyiri <gergely.nyiri@eli-alps.hu> Co-authored-by: Chi Kai Lam <114708346+bashanlam@users.noreply.github.com>
janosbabik
left a comment
There was a problem hiding this comment.
Hi @Scott-James-Hurley , I think when you created the last release, during the conflict resolution the Event.DATA_ACCESS_USERS_UPDATED section became duplicated.
So when this is merged back, it should be fixed in the dev branch.
5f6a0b1
Line: 399 and 412
Thanks, I'll put in a PR for that after this is merged. |
|
|
1 similar comment
|
|
|
I'm going to close this pr and try opening another one |
Description
This pull request introduces a new event handler for data access user updates in the message broker.
Motivation and Context
This change is required to ensure that when data access users are updated, a
DATA_ACCESS_USERS_UPDATEDevent is appropriately dispatched and handled, thereby keeping the system state consistent and up-to-date.Changes
DATA_ACCESS_USERS_UPDATEDevent is added in the message broker.getProposalMessageData.This change ensures that all updates related to data access users are appropriately propagated through the system, maintaining data integrity and consistency.
How Has This Been Tested?
Fixes Jira Issue
https://jira.esss.lu.se/browse/
Depends On
Tests included/Docs Updated?