stable
Clone or download
Read-only
part of story #21385 display Program's iterations No functional change expected in the REST routes that return User Stories: - GET Iteration content - GET Feature content (in Program app, when you browse the children of a feature) Notes: Retrieving the Tracker of an Artifact is always the same process. It is the same for a Timebox or a User Story or a Feature, so we aim to have one adapter that implements many interfaces, similar to RetrieveCrossReference or RetrieveTitle. Change-Id: Ieea479453d827f715e47ffece036ef97b7b44ee6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateProcessorBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessorBuilder.php | +1 | −1 | Go to diff View file |
D | plugins/program_management/include/Adapter/Program/Backlog/UserStory/TrackerFromUserStoryRetriever.php | +0 | −43 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/Tracker/TrackerOfArtifactRetriever.php | +10 | −10 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/UserStoryTrackerIdentifier.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/UserStory/RetrieveTrackerFromUserStory.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/IterationResource.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php | +7 | −8 | Go to diff View file |
D | plugins/program_management/tests/unit/Adapter/Program/Backlog/UserStory/TrackerFromUserStoryRetrieverTest.php | +0 | −54 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/Tracker/TrackerOfArtifactRetrieverTest.php | +12 | −16 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/RetrieveTrackerFromUserStoryStub.php | +1 | −1 | Go to diff View file |