stable
Clone or download
Read-only
This is part of story #20111 change features priority No functional changes Change-Id: Ic6019c5c2d80950b9d4f9339f76ae3b49103ba80
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/Rank/FeaturesRankOrderer.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/FeaturesDao.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapter.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/PlanProgramAdapter.php | +11 | −4 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifier.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php | +7 | −9 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/ProgramDao.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/FeatureIdentifier.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/FeaturesStore.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/VerifyIsVisibleFeature.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Plan/BuildPlanProgramConfiguration.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Plan/ConfigurationChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/BuildProgramIncrementTrackerConfiguration.php | +2 | −2 | 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/ProgramIncrement/RetrieveProgramIncrements.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Rank/OrderFeatureRank.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/CannotManipulateTopBacklog.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/TopBacklog/TopBacklogChangeProcessor.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/BuildProgram.php | +7 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Plan/VerifyPrioritizeFeaturesPermission.php | +2 | −2 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Program.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/ProgramSearcher.php | +10 | −3 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +16 | −2 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilderTest.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php | +17 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php | +5 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php | +7 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php | +9 | −8 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php | +8 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php | +5 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php | +5 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php | +5 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapterTest.php | +5 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/PlanProgramAdapterTest.php | +8 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifierTest.php | +6 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php | +6 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php | +4 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php | +4 | −23 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/PlanningCheck/ConfigurationCheckerTest.php | +5 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/ProgramSearcherTest.php | +4 | −3 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/BuildProgramStub.php | +82 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/VerifyIsVisibleFeatureStub.php | +2 | −2 | Go to diff View file |