stable
Clone or download
Read-only
part of request #23043 Program management: clean domain ProjectReference interface is an extension of ProjectIdentifier (it only has some properties in addition) We do not need two different Proxy to build almost the same thing Change-Id: I5887ef59ea4243b51b29666c0b8ef12b42278f60
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProjectFromTrackerRetriever.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/PlanningAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/ProjectReferenceRetriever.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/ProjectManagerAdapter.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/ProjectProxy.php | +15 | −5 | Go to diff View file |
D | plugins/program_management/include/Adapter/Workspace/ProjectReferenceProxy.php | +0 | −56 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/Configuration/TeamHasNoPlanningPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeamsCollection.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/Team/TeamPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/ProjectReference.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Workspace/ComponentInvolvedVerifier.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/ProjectServiceBeforeActivationProxyTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/RootPlanningEditionEventProxyTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/ServiceDisabledCollectorProxyTest.php | +1 | −1 | 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/ProgramManagementProjectAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php | +1 | −1 | Go to diff View file |
R | plugins/program_management/tests/unit/Adapter/Workspace/ProjectReferenceProxyTest.php | Go to diff View file | ||
M | plugins/program_management/tests/unit/Builder/ProjectReferenceBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +2 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Service/ProjectServiceBeforeActivationHandlerTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Service/ServiceDisabledCollectorHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/RootPlanning/RootPlanningEditionHandlerTest.php | +1 | −1 | Go to diff View file |