stable
Clone or download
Read-only
part of request #22615 Transition rule for add to top backlog can fail No functional changes Change-Id: I2307ac351459d84008cfca5a3cdf4b07c9fed444
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Admin/Configuration/ConfigurationChecker.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilder.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessor.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +12 | −12 | Go to diff View file |
M | plugins/program_management/include/DisplayProgramBacklogController.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandler.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/FeatureIdentifier.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/ProgramIdentifier.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/ProgramSearcher.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/UserCanPrioritize.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php | +8 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/ProgramIdentifierBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php | +4 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php | +4 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php | +4 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/UserCanPrioritizeTest.php | +4 | −2 | Go to diff View file |