stable

Clone or download

Read-only

Display existing webhooks in UI

This is part of story #11035 trigger webhook on artifact updates Existing webhooks added by hand in the DB are displayed in a table with their last push. 30 Last logs and actions will be done in next commits. Change-Id: I6fc55f9258fc2226b2ae5ce89cf72febc78a840a

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +10 −0 Go to diff View file
A plugins/tracker/include/Tracker/Webhook/Actions/AdminPresenter.php +35 −0 Go to diff View file
A plugins/tracker/include/Tracker/Webhook/Actions/AdminWebhooks.php +107 −0 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookDao.php +11 −0 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookRetriever.php +5 −0 Go to diff View file
M plugins/tracker/include/workflow/Action.class.php +14 −6 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +26 −0 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +22 −0 Go to diff View file
A plugins/tracker/templates/webhook/administration.mustache +49 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +13 −1 Go to diff View file