stable
Clone or download
Read-only
part of story #16125 [release management] create a new Aggregator Release No functional change expected. The "+ Add Releases" button only appears if all checks are successful. This is a refactoring to have a "Contributor Tracker Milestone collection" that clearly represents what it contains. It will be useful when creating the "mirror releases" as we don't want to include the aggregator release in the mix. Change-Id: Iba07290055cfe02476bffad06a97a6771299af12
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/multi_project_backlog/include/Aggregator/Milestone/ContributorMilestoneTrackerCollection.php | +73 | −0 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/MilestoneCreatorChecker.php | +19 | −15 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/RequiredFieldChecker.php | +3 | −3 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/WorkflowChecker.php | +11 | −11 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerCollection.php | +2 | −49 | Go to diff View file |
R | plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerCollectionBuilder.php | Go to diff View file | ||
M | plugins/multi_project_backlog/include/multi_project_backlogPlugin.php | +1 | −1 | Go to diff View file |
A | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/ContributorMilestoneTrackerCollectionTest.php | +105 | −0 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/MilestoneCreatorCheckerTest.php | +8 | −4 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/RequiredFieldCheckerTest.php | +4 | −4 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/SemanticCheckerTest.php | +6 | −6 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/StatusSemanticCheckerTest.php | +0 | −1 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/WorkflowCheckerTest.php | +5 | −5 | Go to diff View file |
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneTrackerCollectionBuilderTest.php | Go to diff View file | ||
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneTrackerCollectionTest.php | +5 | −70 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/SynchronizedFieldCollectionBuilderTest.php | +8 | −8 | Go to diff View file |