stable
Clone or download
Read-only
part of story #18408 plan Features in Program Increment No functional changes, when a feature is planned in a PI, then user story are still added in teams. The easiest way to check that feature does not try to add/plan thing is to add debuger/traces in FeatureInProgramIncrementPlanner::plan Change-Id: I739827bc6f60db483edf86d45535551b055b3962
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php | +10 | −8 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php | +4 | −3 | Go to diff View file |
R | plugins/program_management/include/Adapter/Program/Feature/FeaturePlanner.php | Go to diff View file | ||
A | plugins/program_management/include/Adapter/Program/Feature/TrackerShouldPlanFeatureChecker.php | +56 | −0 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/PlanProgramIncrementConfigurationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Program/Backlog/Feature/Content/FeaturePlanChange.php | +4 | −4 | Go to diff View file |
A | plugins/program_management/include/Program/Backlog/Feature/FieldData.php | +75 | −0 | Go to diff View file |
M | plugins/program_management/include/Program/Backlog/Feature/PlanFeatureInProgramIncrement.php | +1 | −3 | Go to diff View file |
A | plugins/program_management/include/Program/Backlog/Feature/ProgramIncrementChanged.php | +49 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +19 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php | +3 | −3 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Feature/CanProgramIncrementBeChangedCheckerTest.php | +97 | −0 | Go to diff View file |
R | plugins/program_management/tests/unit/Adapter/Program/Feature/FeaturePlannerTest.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Event/ArtifactUpdated.php | +11 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php | +4 | −12 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_Changeset_NewChangesetCreatorTest.php | +1 | −0 | Go to diff View file |