stable

Clone or download

Read-only

Remove dependency to PFUser in ProgramIncrementChanged

part of request #22231 Decrease adapter responsibility No functional changes Change-Id: I40cdd61cca2415184e6fb8cd515dea0ef078e759

Modified Files

Name
M plugins/program_management/include/Adapter/Events/ArtifactUpdatedProxy.php +4 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +9 −24 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php +9 −5 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlanner.php +42 −35 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Feature/Links/RetrieveUnlinkedUserStoriesOfMirroredProgramIncrement.php +32 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/ProgramIncrementChanged.php +6 −13 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +8 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ArtifactUpdatedProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlannerTest.php +17 −16 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Content/FeaturePlanChangeTest.php +5 −0 Go to diff View file
A plugins/program_management/tests/unit/Stub/RetrieveUnlinkedUserStoriesOfMirroredProgramIncrementStub.php +39 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveUserStub.php +6 −0 Go to diff View file