stable
Clone or download
Read-only
Part of story #21793 configure Program Management No functional change expected: - Using the REST API, I can still configure user group permissions for Program Management Change-Id: Ieffa527cb6bef4b2f0813835352ee7da4339ba75
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php | +0 | −10 | Go to diff View file |
R | plugins/program_management/include/Adapter/Program/ProgramUserGroupBuildAdapter.php | Go to diff View file | ||
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramCannotBeATeamException.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/ProgramUserGroupCollection.php | +71 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/BuildProgram.php | +0 | −6 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/CreatePlan.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/Plan.php | +5 | −7 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/PlanCreator.php | +35 | −34 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/ProgramUserGroup.php | +8 | −21 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Plan/BuildProgramUserGroup.php | Go to diff View file | ||
D | plugins/program_management/include/Domain/Program/ProgramForManagement.php | +0 | −53 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/ProgramIdentifier.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +12 | −7 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php | +0 | −98 | Go to diff View file |
D | plugins/program_management/tests/unit/Adapter/Program/ProgramUserGroupBuildAdapterTest.php | +0 | −89 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/ProgramUserGroupRetrieverTest.php | +82 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Admin/ProgramUserGroupCollectionTest.php | +52 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php | +38 | −13 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/ProgramUserGroupTest.php | +30 | −41 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/BuildProgramStub.php | +7 | −23 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveProgramUserGroupStub.php | +58 | −0 | Go to diff View file |