stable
Clone or download
Read-only
part of story #16125 [release management] create a new Aggregator Release This patch is not mandatory to make Safe work, but as we are doing a lot of changes in artifact creation I took the opportunity to be here to : - have a builder, so next injections will be less painfull - extract it in a dedicated namespace - add the typehinting required by psalm - remove the patter of returning Tracker_Artifact|false to have ?Tracker_Artifact instead Change-Id: Ie83c3b11a8fa6ee9995a8a94af7bb23dc8e00aa0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsTask.php | +4 | −16 | Go to diff View file |
M | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MirrorMilestonesCreator.php | +4 | −3 | Go to diff View file |
M | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/MirrorMilestonesCreatorTest.php | +6 | −5 | Go to diff View file |
R | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +12 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +5 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +4 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +4 | −15 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Tracker_Artifact_XMLImportTest.php | +4 | −3 | Go to diff View file |
R | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactCreatorTest.php | Go to diff View file | ||
M | plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php | +3 | −3 | Go to diff View file |