stable
Clone or download
Read-only
Part of story #21368: create mirrored iteration How to test: Breaking change in the payload for PUT projects/:id/program_plan custom_label => program_increment_label custom_sub_label => program_increment_sub_label No other functional change expected Change-Id: Ib4e022dd9760e7f6f8870cc6e82fd78ac0b8c0a1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Domain/Program/Plan/CreatePlan.php | +1 | −13 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Plan/PlanChange.php | +89 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/PlanCreator.php | +17 | −29 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Plan/PlanProgramIncrementChange.php | +49 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +19 | −11 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResourcePutPlanRepresentation.php | +2 | −2 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Plan/PlanChangeTest.php | +68 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php | +23 | −47 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Plan/PlanProgramIncrementChangeTest.php | +51 | −0 | Go to diff View file |