stable
Clone or download
Read-only
Being a project admin is only required when doing management operations. Part of story #18408: plan Features in Program Increment Change-Id: I12c333917fce1d724abb6a74807b7ca17e5ba1bc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php | +50 | −13 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/ProgramUserGroupBuildAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Program/Plan/BuildProgram.php | +7 | −0 | Go to diff View file |
M | plugins/program_management/include/Program/Plan/BuildProgramUserGroup.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Program/Plan/PlanCreator.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Program/Plan/ProgramUserGroup.php | +3 | −3 | Go to diff View file |
A | plugins/program_management/include/Program/ProgramForManagement.php | +39 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramManagementResource.php | +8 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +12 | −1 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +7 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php | +46 | −34 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/ProgramUserGroupBuildAdapterTest.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php | +6 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Program/Plan/PlanCreatorTest.php | +3 | −3 | Go to diff View file |