stable

Clone or download

Read-only

Merge 'gerrit #20810' into stable/master

* commit '611b9e0ed7': story #17992: trigger jenkins git notification without sha1 Change-Id: I5268dfcc30012276becee81cc870645a75b3e817

Modified Files

Name
M plugins/hudson_git/db/install.sql +1 −0 Go to diff View file
A plugins/hudson_git/db/mysql/updates/2020/202011161327_add_is_commit_reference_needded_column.php +46 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitWebhooksSettingsEnhancer.php +3 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookController.php +2 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookDao.php +6 −5 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php +76 −53 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/JenkinsClient.php +8 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/ModalsPresenter.php +10 −1 Go to diff View file
M plugins/hudson_git/site-content/fr_FR/LC_MESSAGES/tuleap-hudson_git.po +16 −0 Go to diff View file
M plugins/hudson_git/templates/modal-jenkins.mustache +18 −1 Go to diff View file
M plugins/hudson_git/tests/unit/HudsonGit/Hook/HookTriggerControllerTest.php +88 −7 Go to diff View file
M plugins/hudson_git/tests/unit/HudsonGit/Hook/JenkinsClientTest.php +62 −4 Go to diff View file