stable

Clone or download

Read-only

Delete a custom webhook

This is part of story #9083: trigger webhooks on git push Now administrator can delete a given webhook (jenkins or custom) through the web interface. Change-Id: I2cad6130cba7527a6219ac0814a409a9faaaf0dc

Modified Files

Name
M plugins/git/include/Git.class.php +22 −3 Go to diff View file
M plugins/git/include/Git/Hook/WebHookDao.php +12 −0 Go to diff View file
M plugins/git/include/Git/Webhook/WebhookPresenter.php +1 −1 Go to diff View file
M plugins/git/include/GitActions.class.php +38 −19 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php +3 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +3 −1 Go to diff View file
M plugins/git/site-content/en_US/git.tab +3 −1 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +3 −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/tests/GitActionsTest.php +8 −4 Go to diff View file
M plugins/git/tests/GitTest.php +2 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookController.php +1 −1 Go to diff View file
M plugins/hudson_git/templates/modal-jenkins.mustache +1 −1 Go to diff View file