stable
Clone or download
Read-only
part of story #21385 display Program's iterations No functional changes REST route now rely on a Domain object, all logic is now done by Domain Change-Id: Iaf603492f0039e525ae64f8f01f37b6a775e947d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapter.php | +10 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/FeatureIdentifier.php | +13 | −2 | Go to diff View file |
R | plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryRepresentationBuilder.php | Go to diff View file | ||
A | plugins/program_management/include/Domain/Program/Backlog/Feature/PlannableFeatureIdentifier.php | +62 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/VerifyFeatureIsVisible.php | +34 | −0 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/Feature/VerifyIsVisibleFeature.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/UserStory/UserStoryIdentifier.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/PossibleParentHandler.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php | +21 | −23 | 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/FeatureElementsRetrieverTest.php | +2 | −2 | Go to diff View file |
D | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryRepresentationBuilderTest.php | +0 | −151 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapterTest.php | +20 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/FeatureIdentifierBuilder.php | +3 | −3 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/PlannableFeatureBuilder.php | +51 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/UserStoryIdentifierBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php | +33 | −10 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Links/UserStoryRetrieverTest.php | +75 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/PlannableFeatureIdentifierTest.php | +60 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/UserStory/UserStoryIdentifierTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/PossibleParentHandlerTest.php | +8 | −8 | Go to diff View file |
R | plugins/program_management/tests/unit/Stub/VerifyIsVisibleFeatureStub.php | Go to diff View file | ||
A | plugins/program_management/tests/unit/Stub/VerifyFeatureIsVisibleStub.php | +53 | −0 | Go to diff View file |