stable
Clone or download
Read-only
This is part of story #9083: trigger webhooks on git push Change-Id: I8b5c51fca5f017a5536f3742c50acb99bde61363
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/hudson_git/include/HudsonGit/Hook/HookController.php | +43 | −15 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/HookDao.php | +15 | −3 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/HookPresenter.php | +19 | −10 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.class.php | +20 | −2 | Go to diff View file |
M | plugins/hudson_git/site-content/en_US/hudson_git.tab | +7 | −2 | Go to diff View file |
A | plugins/hudson_git/site-content/en_US/script_locale.js | +3 | −0 | Go to diff View file |
M | plugins/hudson_git/site-content/fr_FR/hudson_git.tab | +7 | −2 | Go to diff View file |
A | plugins/hudson_git/site-content/fr_FR/script_locale.js | +3 | −0 | Go to diff View file |
M | plugins/hudson_git/templates/hook.mustache | +21 | −4 | Go to diff View file |
M | plugins/hudson_git/templates/modal-jenkins.mustache | +1 | −0 | Go to diff View file |
M | plugins/hudson_git/www/scripts/hudson_git.js | +26 | −0 | Go to diff View file |
M | plugins/hudson_git/www/themes/default/css/style.scss | +75 | −30 | Go to diff View file |