stable
Clone or download
Read-only
part of story #21368 create mirrored iteration No functional changes expected on handling of redis messages for Iterations. Change-Id: Ife13af6aa5a17ca46f53e5f501eb7bc8111df3c6
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ChangesetDAO.php | +35 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ChangesetIdentifier.php | +4 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreation.php | +5 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreationEventHandler.php | +4 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/VerifyIsChangeset.php | +28 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +3 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ChangesetIdentifierTest.php | +7 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationEventHandlerTest.php | +4 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationTest.php | +27 | −2 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/VerifyIsChangesetStub.php | +50 | −0 | Go to diff View file |