stable

Clone or download

Read-only

Beautifull table displays

This is part of story #7897 trigger a jenkins polling on git push On the last pushed jab table, you should see the push date on a single line, if a push catches more than one job, they are displayed on the same line Change-Id: Ib645d60aa6545bc657b6fca85de1d0cde0faba99

Modified Files

Name
M plugins/git/www/themes/default/css/style.less +5 −0 Go to diff View file
M plugins/hudson_git/db/install.sql +1 −1 Go to diff View file
A plugins/hudson_git/db/mysql/updates/2016/201604121535_alter_table_hudson_git_job.php +44 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookPresenter.php +5 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php +8 −4 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/CannotCreateJobException.php +6 −3 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/Job.php +5 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobDao.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobManager.php +2 −1 Go to diff View file
M plugins/hudson_git/include/autoload.php +3 −3 Go to diff View file
M plugins/hudson_git/templates/hook.mustache +6 −2 Go to diff View file
M src/common/Jenkins/Client.class.php +3 −2 Go to diff View file
M tests/simpletest/common/Jenkins/ClientTest.php +18 −12 Go to diff View file