stable

Clone or download

Read-only

Create generic webhook

This is part of story #9083: trigger webhooks on git push We can now add many custom webhooks. Change-Id: I991b80d682da0deaedebe7bc4906c66c454a606a

Modified Files

Name
M plugins/git/include/Git.class.php +19 −3 Go to diff View file
M plugins/git/include/Git/Hook/WebHookDao.php +11 −0 Go to diff View file
A plugins/git/include/Git/Webhook/CreateWebhookModalPresenter.php +46 −0 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookPresenter.php +0 −1 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookSettingsPresenter.php +14 −2 Go to diff View file
M plugins/git/include/GitActions.class.php +20 −0 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php +7 −4 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/site-content/en_US/git.tab +4 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +4 −0 Go to diff View file
M plugins/git/templates/settings/hooks.mustache +2 −0 Go to diff View file
A plugins/git/templates/settings/modal-create-webhook.mustache +33 −0 Go to diff View file
M plugins/git/templates/settings/modal-logs.mustache +1 −1 Go to diff View file
M plugins/git/templates/settings/popover-remove-hook.mustache +1 −1 Go to diff View file
M plugins/git/www/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file
M plugins/git/www/themes/default/css/style.scss +15 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/JenkinsWebhooksPresenter.php +0 −1 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.class.php +2 −14 Go to diff View file
M plugins/hudson_git/templates/modal-jenkins.mustache +2 −2 Go to diff View file
M plugins/hudson_git/templates/modals.mustache +2 −2 Go to diff View file
D plugins/hudson_git/www/themes/default/css/style.scss +0 −30 Go to diff View file