stable
Clone or download
Read-only
request #13532: No information are logged when Tuleap is unable to create an artifact via the REST API
This contribution adds a few logs at the different spots where an artifact creation fails. Those log messages should help narrow the issue down for someone trying to determine what block the artifact creation in a specific tracker. Change-Id: I3e8578dac0cf9d75e727f92c474bbd1661efe448
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +31 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +16 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +5 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Tracker_ArtifactCreatorTest.php | +2 | −1 | Go to diff View file |