stable

Clone or download

Read-only

Display existing project creation webhooks

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

Modified Files

Name
M site-content/en_US/admin/admin.tab +8 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +8 −0 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +2 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/project/Admin/WebhooksPresenter.php +57 −0 Go to diff View file
M src/common/project/ProjectManager.class.php +1 −1 Go to diff View file
M src/common/project/Webhook/Retriever.php +3 −10 Go to diff View file
M src/common/project/Webhook/Webhook.php +16 −3 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2017/201703201030_add_project_webhook_name.php +44 −0 Go to diff View file
A src/templates/admin/projects/configuration.mustache +41 −0 Go to diff View file
M src/templates/admin/sidebar_projects.mustache +1 −0 Go to diff View file
A src/www/admin/project-configuration.php +42 −0 Go to diff View file
M tests/simpletest/common/project/Webhook/RetrieverTest.php +5 −7 Go to diff View file
M tests/simpletest/common/project/Webhook/WebhookTest.php +3 −2 Go to diff View file