stable

Clone or download

Read-only

Project creation webhook can be edited

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

Modified Files

Name
M site-content/en_US/admin/admin.tab +8 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +8 −1 Go to diff View file
M src/common/project/Admin/WebhookPresenter.php +6 −0 Go to diff View file
M src/common/project/Admin/WebhooksPresenter.php +10 −4 Go to diff View file
M src/common/project/Webhook/WebhookDao.php +14 −0 Go to diff View file
M src/common/project/Webhook/WebhookUpdater.php +15 −0 Go to diff View file
M src/templates/admin/projects/configuration.mustache +37 −7 Go to diff View file
M src/www/admin/project-configuration.php +39 −18 Go to diff View file
M tests/simpletest/common/project/Webhook/WebhookUpdaterTest.php +12 −0 Go to diff View file