stable

Clone or download

Read-only

Replace ProgramManagementProject by ProjectReference

part of request #23043 Program management: clean domain The two objects are actually doing the same thing Except ProgramManagementProject is not properly built, does not respect our naming convention and leaks to core. No functional change. Change-Id: Ibd52e187319aacb967a93bd7ff71d62643b7cca7

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/PlanningAdapter.php +7 −13 Go to diff View file
R plugins/program_management/include/Adapter/ProgramManagementProjectAdapter.php Go to diff View file
M plugins/program_management/include/Adapter/Workspace/ProjectReferenceProxy.php +7 −2 Go to diff View file
M plugins/program_management/include/DisplayAdminProgramManagementController.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Configuration/ConfigurationErrorsCollector.php +1 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Configuration/TeamHasNoRootPlanningPresenter.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Team/TeamPresenter.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessor.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ConfigurationErrorsGatherer.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollection.php +8 −8 Go to diff View file
M plugins/program_management/include/Domain/Program/BuildPlanning.php +0 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/PlanningConfiguration/Planning.php +2 −10 Go to diff View file
D plugins/program_management/include/Domain/ProgramManagementProject.php +0 −62 Go to diff View file
M plugins/program_management/include/Domain/ProjectReference.php +2 −0 Go to diff View file
R plugins/program_management/include/Domain/BuildProject.php Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/RetrievePlanningMilestoneTracker.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Workspace/ComponentInvolvedVerifier.php +4 −4 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +6 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationErrorPresenterBuilderTest.php +2 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Admin/Configuration/ConfigurationErrorsCollectorTest.php +1 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorTest.php +2 −2 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 +2 −2 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 +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProjectFromTrackerRetrieverTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +0 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/ProgramManagementProjectAdapterTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProjectReferenceProxyTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProjectReferenceBuilder.php +10 −1 Go to diff View file
M plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/Team/TeamsPresenterBuilderTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php +2 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ConfigurationErrorsGathererTest.php +4 −11 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/IterationCreatorCheckerTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorCheckerTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TrackerErrorPresenterTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Source/SourceTrackerCollectionTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/TrackerCollectionTest.php +9 −9 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildPlanningStub.php +0 −6 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrievePlanningMilestoneTrackerStub.php +4 −4 Go to diff View file
R plugins/program_management/tests/unit/Stub/BuildProjectStub.php Go to diff View file