stable

Clone or download

Read-only

Remove ArtifactLinkValue from Source values

part of story #22675 replicate program increment changes to mirrored program increments How to test: No functional change expected when creating mirror program increments. You can test for non-regression with the end-to-end tests. Notes: We must build ArtifactLinkValue separately from other values because for program increment updates we will *not* pass it. The link already exists, no need to recreate it. Change-Id: If9b2a2630a8c113a0fd8ce8f870287398c39c713

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php +14 −11 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValue.php +2 −3 Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceChangesetValuesCollection.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/MirroredProgramIncrementChangeset.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php +8 −7 Go to diff View file
R plugins/program_management/tests/unit/Builder/SourceChangesetValuesCollectionBuilder.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValueTest.php +4 −4 Go to diff View file
R plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceChangesetValuesCollectionTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/MirroredProgramIncrementChangesetTest.php +8 −5 Go to diff View file