stable

Clone or download

Read-only

A project created webhook can be added

This is part of story #9962: trigger a webhook when a project is created Change-Id: I6b9ad75b387aa74a79784dfff47c17271470f26b

Modified Files

Name
M site-content/en_US/admin/admin.tab +7 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +7 −1 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/project/Admin/WebhooksPresenter.php +27 −13 Go to diff View file
M src/common/project/Webhook/WebhookDao.php +13 −0 Go to diff View file
A src/common/project/Webhook/WebhookMalformedDataException.php +25 −0 Go to diff View file
A src/common/project/Webhook/WebhookUpdater.php +64 −0 Go to diff View file
M src/templates/admin/projects/configuration.mustache +49 −3 Go to diff View file
M src/www/admin/project-configuration.php +35 −2 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-project-webhooks.scss +24 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +2 −1 Go to diff View file
A tests/simpletest/common/project/Webhook/WebhookUpdaterTest.php +56 −0 Go to diff View file