stable
Clone or download
Read-only
This covers request #11789 Webhook are triggered for each changeset during xml import Webhook are more taken into account during XML actions where the notifications are also skipped. How to reproduce: *Have a tracker with webhook *Use patch /artifacts/{id} route to move your artifact => Import will no more trigger webhooks for each changesets and slower the query Change-Id: I7c10ad7d56710841fe13fc0461fde9d88dd9fafd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetCreatorBase.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php | +2 | −8 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ArtifactTest.php | +2 | −2 | Go to diff View file |