stable
Clone or download
Read-only
Part of story #16125 [release management] create a new Aggregator Release How to test: - set up multi projects - In the Aggregator project, create a new Release. - Mirror releases should be created in all the Contributor projects. Each mirror release should have an artifact link to the Aggregator release with the system type "_mirrored_milestone". Change-Id: Id3450b15f86f76cb7a83256ba8857983decd30e1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/ArtifactCreatedHandler.php | +3 | −1 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/CopiedValuesGatherer.php | +2 | −0 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MirrorMilestoneFieldsData.php | +45 | −7 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MirrorMilestonesCreator.php | +2 | −0 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/TargetFields.php | +26 | −9 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/TargetFieldsGatherer.php | +38 | −8 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/NoTitleFieldException.php | +4 | −4 | Go to diff View file |
M | plugins/multi_project_backlog/include/multi_project_backlogPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/MirrorMilestoneFieldsDataTest.php | +14 | −2 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/MirrorMilestonesCreatorTest.php | +16 | −6 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/TargetFieldsGathererTest.php | +32 | −8 | Go to diff View file |