stable

Clone or download

Read-only

Merge commit 'refs/changes/39/5339/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7897: Save target jenkins server to notify Change-Id: I28577934071260ce651e8a0e7dc7ad754b7e5b6e

Modified Files

Name
A plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php +62 −0 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +1 −0 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/constants.php +10 −0 Go to diff View file
M plugins/git/site-content/en_US/git.tab +2 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +2 −0 Go to diff View file
A plugins/git/templates/settings/hooks.mustache +3 −0 Go to diff View file
A plugins/hudson_git/db/install.sql +5 −0 Go to diff View file
A plugins/hudson_git/db/uninstall.sql +1 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Hook/HookController.php +83 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Hook/HookDao.php +45 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Hook/HookPresenter.php +81 −0 Go to diff View file
M plugins/hudson_git/include/autoload.php +5 −2 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.class.php +36 −1 Go to diff View file
M plugins/hudson_git/site-content/en_US/hudson_git.tab +8 −0 Go to diff View file
M plugins/hudson_git/site-content/fr_FR/hudson_git.tab +8 −0 Go to diff View file
A plugins/hudson_git/templates/hook.mustache +12 −0 Go to diff View file
A plugins/hudson_git/www/index.php +29 −0 Go to diff View file