stable
Clone or download
Read-only
This is part of story #21368 create mirrored iteration How to test: - Have an Iteration tracker configured in a Program - Go to this tracker - There are some logs if you can or not create an iteration Change-Id: I979356cdad362e71cfbc2ea8466023386731a116
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/Iteration/IterationsDAO.php | +16 | −1 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/IterationTracker/VisibleIterationTrackerRetriever.php | +78 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/IterationCreatorChecker.php | +30 | −5 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/TimeboxCreatorChecker.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/IterationTracker/RetrieveIterationTracker.php | +28 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/IterationTracker/RetrieveVisibleIterationTracker.php | +37 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollectionBuilder.php | +1 | −1 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollection.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/ProgramTracker.php | +18 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +8 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/IterationTracker/VisibleIterationTrackerRetrieverTest.php | +94 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/IterationCreatorCheckerTest.php | +60 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +1 | −1 | Go to diff View file |
D | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php | +0 | −67 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Source/SourceTrackerCollectionTest.php | +107 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/ProgramTrackerTest.php | +22 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveIterationTrackerStub.php | +50 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveVisibleIterationTrackerStub.php | +61 | −0 | Go to diff View file |