stable
Clone or download
Read-only
part of story #27185 add a team and inherit the existing PI & Iterations How to test: - Have a Program with Program increments and Iterations inside - Create a Team project - Add it to the program - Click on synchronize --> Program increments and their iterations are created in the team project Change-Id: I3ca8a700c65fe289118cb8804563089c9336abf1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php | +17 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/Iteration/IterationsLinkedToProgramIncrementDAO.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/IterationCreation.php | +64 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/ProgramIncrementsPlanner.php | +31 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Iteration/IterationIdentifier.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Iteration/SearchIterations.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/IterationTracker/IterationTrackerIdentifier.php | +28 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/IterationIdentifierCollectionBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/JustLinkedIterationCollectionBuilder.php | +3 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ArtifactUpdatedHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationDetectorTest.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/IterationCreationTest.php | +56 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/ProgramIncrementsPlannerTest.php | +19 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/IterationIdentifierCollectionTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/IterationIdentifierTest.php | +6 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/IterationsRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/JustLinkedIterationCollectionTest.php | +6 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Backlog/BacklogSearcherTest.php | +4 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/MirroredTimebox/MirroredIterationIdentifierCollectionTest.php | +4 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/SearchIterationsStub.php | +5 | −6 | Go to diff View file |