stable
Clone or download
Read-only
part of story #21385 display Program's iterations No functional change expected when planning a Feature in a Program Increment or in the Program Increment's backlog REST route. Notes: The interface returned tracker_name which was never used, so it was removed. The interface and adapter were in the "Feature/Content" namespace which was incorrect. They have been moved to "ProgramIncrement/Content" because they return Features (which are the PI's content), not User Stories (which are the Feature's content). The interface has been hardened so it requires a ProgramIncrementIdentifier instead of any int. Change-Id: I665a2f2bd169a736bcb4410bb8c5b223bf92e314
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Content/ContentDao.php | +63 | −0 | Go to diff View file |
D | plugins/program_management/include/Adapter/Program/Feature/Content/ContentDao.php | +0 | −62 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlanner.php | +3 | −3 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/Feature/Content/ContentStore.php | Go to diff View file | ||
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Content/FeatureContentRetrieverTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredProgramIncrementsPlannerTest.php | +7 | −15 | Go to diff View file |
R | plugins/program_management/tests/unit/Stub/ContentStoreStub.php | Go to diff View file |