stable

Clone or download

Read-only

Do not require UserReference in BuildProgram

part of story #21368 create mirrored iteration No functional change expected. UserIdentifier is easier to build than UserReference. Almost all the time we have a UserIdentifier. Since we only need UserReference for a single exception in BuildProgram, and given we must retrieve the full \PFUser anyway, we can rebuild the UserReference at this one place and relax the interface. Change-Id: I1a86a2beff94a68ea38d3bed47bf76b933cab3d2

Modified Files

Name
M plugins/program_management/include/Adapter/Events/ArtifactCreatedProxy.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Events/ProgramIncrementCreationEventProxy.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +8 −7 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Events/ArtifactCreatedEvent.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Events/ProgramIncrementCreationEvent.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessor.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Content/RetrieveFeatureContent.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/RetrieveFeatures.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ModifyContent.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementCreation.php +1 −7 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildProgram.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramIdentifier.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/Team.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/FeatureContentRetrieverTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +10 −10 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php +9 −8 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementCreationTest.php +0 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/ProgramIdentifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactCreatedEventStub.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Stub/ProgramIncrementCreationEventStub.php +3 −3 Go to diff View file