stable

Clone or download

Read-only

Enforce checks on User::fromId

part of story #21368 create mirrored iteration No functional changes expected on handling of redis messages for Iterations. Change-Id: I094faae0e2f96fb20577cebe2a2e78c12e510928

Modified Files

Name
M plugins/program_management/include/Adapter/Workspace/UserManagerAdapter.php +8 −1 Go to diff View file
M plugins/program_management/include/Adapter/Workspace/UserProxy.php +0 −5 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreation.php +9 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreationEventHandler.php +5 −0 Go to diff View file
A plugins/program_management/include/Domain/Workspace/StoredUser.php +49 −0 Go to diff View file
A plugins/program_management/include/Domain/Workspace/VerifyIsUser.php +28 −0 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +2 −0 Go to diff View file
A plugins/program_management/tests/unit/Adapter/Workspace/UserManagerAdapterTest.php +73 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/UserProxyTest.php +4 −10 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationEventHandlerTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationTest.php +23 −2 Go to diff View file
A plugins/program_management/tests/unit/Domain/Workspace/StoredUserTest.php +39 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/UserIdentifierStub.php +1 −1 Go to diff View file
A plugins/program_management/tests/unit/Stub/VerifyIsUserStub.php +50 −0 Go to diff View file