stable
Clone or download
Read-only
part of story #17878 rename Multi Project Backlog into Scaled Agile No functional changes. Scale administration page should still be displayed. When a release is created in program project, it should be created as project increment in team projects. Change-Id: I29ea2727979bfe3787f9a98f43237221887ec052
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItemsCollectionBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItemsTrackersUpdater.php | +14 | −20 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollectionBuilder.php | +16 | −10 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Administration/ReadOnlyProgramAdminURLBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Administration/ReadOnlyProgramAdminViewController.php | +25 | −23 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php | +12 | −13 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php | +2 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php | +15 | −11 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/ProjectIncrementArtifactCreatorChecker.php | +7 | −9 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/SemanticChecker.php | +3 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/StatusSemanticChecker.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php | +11 | −14 | Go to diff View file |
A | plugins/scaled_agile/include/Program/PlanningConfiguration/PlanningAdapter.php | +77 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/PlanningConfiguration/PlanningData.php | +79 | −0 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Administration/PlannableItems/TopPlanningNotFoundInProgramProjectException.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/CreationCheck/MissingRootPlanningException.php | Go to diff View file | ||
M | plugins/scaled_agile/include/scaled_agilePlugin.php | +46 | −20 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/PlannableItemsCollectionBuilderTest.php | +10 | −8 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/PlannableItemsTrackersUpdaterTest.php | +21 | −40 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollectionBuilderTest.php | +22 | −41 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminURLBuilderTest.php | +9 | −18 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminViewControllerTest.php | +25 | −121 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/AsynchronousCreation/ArtifactCreatedHandlerTest.php | +22 | −39 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/AsynchronousCreation/CreateProgramIncrementsTaskTest.php | +6 | −33 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/CreationCheck/ArtifactCreatorCheckerTest.php | +25 | −27 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/CreationCheck/ProjectIncrementCreatorCheckerTest.php | +20 | −25 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/CreationCheck/SemanticCheckerTest.php | +7 | −6 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/CreationCheck/StatusSemanticCheckerTest.php | +14 | −49 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/CreationCheck/WorkflowCheckerTest.php | +4 | −9 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/ProjectIncrement/Project/TeamProjectsCollectionBuilderTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/ProjectIncrement/Tracker/TeamMilestoneTrackerCollectionTest.php | +5 | −10 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/Source/SourceTrackerCollectionTest.php | +6 | −11 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Artifact/TrackerCollectionFactoryTest.php | +25 | −58 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Program/PlanningConfiguration/PlanningAdapterTest.php | +76 | −0 | Go to diff View file |
M | plugins/tracker/composer.json | +5 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Builders/TrackerTestBuilder.php | +125 | −0 | Go to diff View file |