stable
Clone or download
Read-only
part of request #23043 Program management: clean domain It's the last step, before be able to replace `Project` by `ProjectIdentifier` (or evenutaly `ProjectReference`) in `RetrieveProject` interface No functional changes Change-Id: Ib584107047ca638dd8c4663ede0780c3af7d04a7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifier.php | +5 | −15 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/ProgramsSearcher.php | +3 | −9 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/TeamsSearcher.php | +3 | −9 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +10 | −11 | Go to diff View file |
R | plugins/program_management/tests/unit/Adapter/Events/CollectLinkProjectsProxyTest.php | Go to diff View file | ||
M | plugins/program_management/tests/unit/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifierTest.php | +8 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/ProgramsSearcherTest.php | +7 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/TeamsSearcherTest.php | +7 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Workspace/CollectLinkedProjectsHandlerTest.php | +20 | −10 | Go to diff View file |