stable

Clone or download

Read-only

Export webhooks in XML

This is part of story #11035 trigger webhook on artifact updates The import will be done in a dedicated commit. Given that the <webhhooks> tag is optionnal, exported XML with this tag can be safly imported. Change-Id: I8f0c2ae732b61c3173c336f9bdf64104e5b4d5be

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +27 −2 Go to diff View file
A plugins/tracker/include/Tracker/Webhook/WebhookXMLExporter.php +53 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Webhook/WebhookXMLExporterTest.php +71 −0 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +6 −2 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +6 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +11 −0 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +11 −0 Go to diff View file
M tests/phpunit/bootstrap.php +1 −1 Go to diff View file