stable
Clone or download
Read-only
part of story #21368 create mirrored iteration No functional change expected in Program increments creation checks. Change-Id: Icd0be5a0049cfeed63153133872267f3a0683432
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Plan/PlanProgramIncrementConfigurationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php | +26 | −18 | Go to diff View file |
D | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementCollectionFactory.php | +0 | −82 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollection.php | +25 | −25 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/TrackerCollection.php | +4 | −1 | Go to diff View file |
D | plugins/program_management/include/Domain/Program/Backlog/TrackerCollectionFactory.php | +0 | −45 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +1 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php | +0 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/IterationCreatorCheckerTest.php | +21 | −30 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorCheckerTest.php | +56 | −74 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php | +111 | −62 | Go to diff View file |
D | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementCollectionFactoryTest.php | +0 | −123 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +46 | −37 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php | +31 | −35 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/BuildPlanProgramIncrementConfigurationStub.php | +67 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrievePlanningMilestoneTrackerStub.php | +21 | −8 | Go to diff View file |