stable

Clone or download

Read-only

Rename PlanFeaturesInProgramIncrement

Part of story #20111 change features priority No functional change expected. Notes: Add an interface in front of ArtifactsExplicitTopBacklogDAO. Some classes have been renamed to better reflect what they really do. PlanFeatureInProgramIncrement => PlanUserStoriesInMirroredMilestones FeatureInProgramIncrementPlanner => UserStoriesInMirroredMilestonesPlanner VerifyCanBePlannedInProgramIncrement has been moved to Content namespace as Program/Plan namespace is getting too crowded. FeatureHasPlannedUserStoryException has been moved to Feature namespace instead of TopBacklog In a later contribution, we will have an actual "FeaturePlanner", hence the rename. Change-Id: Ic56f2c28e87b9ce6610173fcc4c3d2ea8d19c99f

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +6 −6 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactsExplicitTopBacklogDAO.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChange.php +8 −7 Go to diff View file
R plugins/program_management/include/Adapter/Program/Feature/FeatureInProgramIncrementPlanner.php Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanDao.php +1 −1 Go to diff View file
R plugins/program_management/include/Program/Backlog/TopBacklog/FeatureHasPlannedUserStoryException.php Go to diff View file
R plugins/program_management/include/Program/Backlog/Feature/PlanFeatureInProgramIncrement.php Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +0 −13 Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/FeatureRemoval.php +1 −1 Go to diff View file
R plugins/program_management/include/Program/Plan/VerifyCanBePlannedInProgramIncrement.php Go to diff View file
M plugins/program_management/include/Program/Backlog/TopBacklog/TopBacklogChangeProcessor.php +1 −0 Go to diff View file
A plugins/program_management/include/Program/Backlog/TopBacklog/TopBacklogStore.php +40 −0 Go to diff View file
M plugins/program_management/include/Program/Backlog/TopBacklog/TopBacklogUpdater.php +1 −0 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/include/program_managementPlugin.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php +4 −3 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureInProgramIncrementPlannerTest.php Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +0 −1 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php +1 −1 Go to diff View file