stable
Clone or download
Read-only
part of story #21385 display Program's iterations No functional changes. Most of IterationRepresentation building was done inside Adapter, now it's done in Domain Change-Id: Ia2751e0712dfc794b5592f591d64a889f3f8f874
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php | +29 | −31 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/Timebox/CrossReferenceRetriever.php | +46 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/Timebox/StatusValueRetriever.php | +52 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/Timebox/TimeframeValueRetriever.php | +73 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/Timebox/TitleValueRetriever.php | +45 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/Timebox/UriRetriever.php | +47 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/Timebox/UserCanUpdateRetriever.php | +49 | −0 | Go to diff View file |
D | plugins/program_management/include/Adapter/Workspace/Tracker/Artifact/ArtifactProxy.php | +0 | −97 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Iteration/Iteration.php | +76 | −0 | Go to diff View file |
R | plugins/program_management/include/Adapter/Program/Backlog/Iteration/IterationsRetriever.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrement.php | +53 | −57 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/RetrieveCrossRef.php | +31 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/RetrieveStatusValueUserCanSee.php | +32 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/RetrieveTimeframeValueUserCanSee.php | +34 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/RetrieveTitleValueUserCanSee.php | +31 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/RetrieveUri.php | +31 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/RetrieveUserCanUpdate.php | +32 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Timebox/TimeboxNotFoundException.php | +34 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/IterationRepresentation.php | +12 | −23 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +25 | −15 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +19 | −4 | Go to diff View file |
D | plugins/program_management/tests/unit/Adapter/Program/Backlog/Iteration/IterationsRetrieverTest.php | +0 | −101 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php | +31 | −86 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/Timebox/CrossReferenceRetrieverTest.php | +65 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/Timebox/StatusValueRetrieverTest.php | +111 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/Timebox/TimeframeValueRetrieverTest.php | +110 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/Timebox/TitleValueRetrieverTest.php | +63 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/Timebox/UriRetrieverTest.php | +65 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/Timebox/UserCanUpdateRetrieverTest.php | +68 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/IterationTest.php | +59 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/IterationsRetrieverTest.php | +72 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/REST/v1/IterationRepresentationTest.php | +56 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveCrossRefStub.php | +43 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveStatusValueUserCanSeeStub.php | +44 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveTimeframeValueUserCanSeeStub.php | +50 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveTitleValueUserCanSeeStub.php | +49 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveUriStub.php | +42 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveUserCanUpdateStub.php | +46 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/TimeboxIdentifierStub.php | +45 | −0 | Go to diff View file |