stable

Clone or download

Read-only

Project creation webhooks can be deleted

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

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/project/Admin/WebhookPresenter.php +4 −0 Go to diff View file
M src/common/project/Admin/WebhooksPresenter.php +4 −0 Go to diff View file
M src/common/project/Webhook/WebhookDao.php +15 −0 Go to diff View file
M src/common/project/Webhook/WebhookUpdater.php +16 −0 Go to diff View file
M src/templates/admin/projects/configuration.mustache +25 −2 Go to diff View file
M src/www/admin/project-configuration.php +14 −0 Go to diff View file
M tests/simpletest/common/project/Webhook/WebhookUpdaterTest.php +10 −0 Go to diff View file