stable

Clone or download

Read-only

Log request results

This is part of story #11035 trigger webhook on artifact updates Each request status will be log in the new plugin_tracker_webhook_log SQL table. Change-Id: Idad76d0242cea761d9c01178b1ead69c7fa13512

Modified Files

Name
M plugins/tracker/db/install.sql +8 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2018/201806261500_create_tracker_webhook_log_table.php +48 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookDao.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookStatusLogger.php +12 −1 Go to diff View file