stable
Clone or download
Read-only
Part of story #18408: plan Features in Program Increment New route should allow us to display artifacts linked in a PI. Change-Id: Ib49ea13ea75f0d8f998371ae16ad22914a894af1
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/scaled_agile/include/Adapter/Program/Feature/Content/ContentDao.php | +61 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php | +84 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Feature/Content/ProgramIncrementNotFoundException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Feature/Content/ProgramIncrementRetriever.php | +67 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Feature/FeatureElementsRetriever.php | +15 | −36 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php | +79 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/Feature/Content/ContentStore.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/Feature/Content/PlannedProgramIncrement.php | +44 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/Feature/Content/RetrieveFeatureContent.php | +37 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/Feature/Content/RetrieveProgramIncrement.php | +28 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/REST/ResourcesInjector.php | +2 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/REST/v1/ProgramIncrementResource.php | +111 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/REST/v1/ProjectResource.php | +6 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php | +18 | −1 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/_fixtures/program_scaled_agile/project.xml | +107 | −120 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/_fixtures/team_scaled_agile/project.xml | +2 | −1 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Adapter/Program/Feature/Content/FeatureRetrieverTest.php | +110 | −0 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php | +171 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php | +5 | −43 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php | +130 | −0 | Go to diff View file |