stable
Clone or download
Read-only
part of story #21368 create mirrored iteration No functional change expected when creating new mirrored program increments. You can do the non-regression with cypress e2e tests. Change-Id: Ia0058b51427881aca1f7718f725ca068ec625c55
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapter.php | Go to diff View file | ||
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php | +1 | −2 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ArtifactCreationException.php | Go to diff View file | ||
R | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/CreateArtifact.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxChangeset.php | +1 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxFirstChangeset.php | +74 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php | +29 | −24 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ArtifactCreatorAdapterTest.php | +161 | −0 | Go to diff View file |
D | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php | +0 | −120 | Go to diff View file |
R | plugins/program_management/tests/unit/Adapter/Program/Backlog/TimeboxArtifactLinkTypeTest.php | Go to diff View file | ||
A | plugins/program_management/tests/unit/Builder/MirroredTimeboxFirstChangesetBuilder.php | +53 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/ProgramIncrementCreationBuilder.php | +0 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/SourceTimeboxChangesetValuesBuilder.php | +18 | −33 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxChangesetValuesTest.php | +2 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/MirroredTimeboxFirstChangesetTest.php | +66 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +22 | −40 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/CreateArtifactStub.php | +6 | −13 | Go to diff View file |