stable

Clone or download

Read-only

Refacto - Rename RetrieveRootPlanningMilestoneTracker and retrieve second planning milestone tracker

This is part of story #21368 create mirrored iteration How to test: - Have 2 Teams linked to Program -> Have 1 team with configured second planning -> Have 1 team without a second planning - Go to Program service - Open program_management_syslog file => You will see some logs about the team without second planning Note to reviewer: -> For the moment, there are no checks about iteration tracker. -> Even if there are logs, we can still create artifacts (PI, Iteration, ...) => These 2 points will be done in next patches. Change-Id: Ic8aa238893eac685740533d74126e01cff24ad09

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/PlanningAdapter.php +31 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandler.php +8 −1 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/CreationCheck/IterationCreatorChecker.php +80 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php +3 −3 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Iteration/PlanningHasNoMilestoneTrackerException.php +33 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/TrackerCollection.php +19 −2 Go to diff View file
A plugins/program_management/include/Domain/Program/PlanningConfiguration/SecondPlanningNotFoundInProjectException.php +31 −0 Go to diff View file
M plugins/program_management/include/Domain/ProgramTracker.php +16 −2 Go to diff View file
R plugins/program_management/include/Domain/Team/MirroredTimebox/RetrieveRootPlanningMilestoneTracker.php Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +6 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php +63 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php +34 −5 Go to diff View file
A plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/IterationCreatorCheckerTest.php +129 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorCheckerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +10 −10 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/TrackerCollectionTest.php +56 −37 Go to diff View file
M plugins/program_management/tests/unit/Domain/ProgramTrackerTest.php +3 −3 Go to diff View file
R plugins/program_management/tests/unit/Stub/RetrieveRootPlanningMilestoneTrackerStub.php Go to diff View file