Branch: refs/heads/refactoring Home: https://github.com/jenkinsci/git-plugin Commit: 73249eeac564567f86d8e7d70cf85efa5e5f0b5b https://github.com/jenkinsci/git-plugin/commit/73249eeac564567f86d8e7d70cf85efa5e5f0b5b Author: Olaf Mandel <o.man...@menlosystems.com> Date: 2013-06-13 (Thu, 13 Jun 2013)
Changed paths: M src/main/java/hudson/plugins/git/browser/GitLab.java Log Message: ----------- Adapt file link for GitLab 5.2 Fix the defective file link for GitLab browsers: For older GitLab versions, there was a duplicate slash and for newer versions the link is completely wrong. Fix both: Old: http://urlbase//0123456789...01234567/tree/file.name <5.2: http://urlbase/0123456789...01234567/tree/file.name >=5.2: http://urlbase/blob/0123456789...01234567/file.name Note: I do not know at which version of GitLab the new link format was introduced. This patch assumes 5.2.0, but it may be that older versions already need the new format. Closes #JENKINS-18328 Commit: c5b127f98ebc652eead68b39aa7f1c93094cbcc4 https://github.com/jenkinsci/git-plugin/commit/c5b127f98ebc652eead68b39aa7f1c93094cbcc4 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-08-01 (Thu, 01 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/test/java/hudson/plugins/git/GitSCMTest.java Log Message: ----------- [FIXED JENKINS-7411] Environment variables are in fact not used at all during expansions. This commit fixes that. As discussed in the ticket, and as done elsewhere, the standard convention is to use previous build's environment to expand polling. Also see JENKINS-19042 Commit: 5c4ddd4aa59dbf864f026e871f10028b0cd8301d https://github.com/jenkinsci/git-plugin/commit/5c4ddd4aa59dbf864f026e871f10028b0cd8301d Author: Olaf Mandel <o.man...@menlosystems.com> Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/browser/GitLab.java Log Message: ----------- Update GitLab version number switch The switch in commit 73249eeac is needed starting from GitLab 5.1. Commit: 58997a88a07fb64c173c8e7148b8d28ac8a92da5 https://github.com/jenkinsci/git-plugin/commit/58997a88a07fb64c173c8e7148b8d28ac8a92da5 Author: Nicolas De loof <nicolas.del...@gmail.com> Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/browser/GitLab.java Log Message: ----------- Merge pull request #164 from olafmandel/JENKINS-18328 [FIXED JENKINS-18328] Defective file link for GitLab browsers Commit: 333262ee344157b0d04202df0f73d059bc161446 https://github.com/jenkinsci/git-plugin/commit/333262ee344157b0d04202df0f73d059bc161446 Author: jmalm <jakob.m...@gmail.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/browser/RhodeCode.java Log Message: ----------- Use 'changeset' path for inspecting changesets -- not 'file' Commit: aa60c529d7bab715ebb47585ce9dfb3dda8da896 https://github.com/jenkinsci/git-plugin/commit/aa60c529d7bab715ebb47585ce9dfb3dda8da896 Author: jmalm <jakob.m...@gmail.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/browser/RhodeCode.java Log Message: ----------- changeset URL must not end with '/' Commit: 190a33b764e14ef63bb31beec001cbad1417e5d6 https://github.com/jenkinsci/git-plugin/commit/190a33b764e14ef63bb31beec001cbad1417e5d6 Author: Nicolas De loof <nicolas.del...@gmail.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/browser/RhodeCode.java Log Message: ----------- Merge pull request #167 from jmalm/patch-1 RhodeCode changeset URL Commit: fc1235f8fce7702dfdc1ce0557b2974da258842c https://github.com/jenkinsci/git-plugin/commit/fc1235f8fce7702dfdc1ce0557b2974da258842c Author: jmalm <jakob.m...@gmail.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java Log Message: ----------- Update testGetChangeSetLinkGitChangeSet() Commit: 82ba353436825843d8e388d12e5efb2f96384fdb https://github.com/jenkinsci/git-plugin/commit/82ba353436825843d8e388d12e5efb2f96384fdb Author: Nicolas De loof <nicolas.del...@gmail.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java Log Message: ----------- Merge pull request #168 from jmalm/patch-1 Update testGetChangeSetLinkGitChangeSet() Commit: 064e95c3fd44c4e33e8b66634c5192bfb5692e73 https://github.com/jenkinsci/git-plugin/commit/064e95c3fd44c4e33e8b66634c5192bfb5692e73 Author: Norman Specht <norman.spe...@infratix.de> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- Removed possible NullPointerException during start Commit: 0660cd867737539652792dac8a7d1d77028df6a5 https://github.com/jenkinsci/git-plugin/commit/0660cd867737539652792dac8a7d1d77028df6a5 Author: Nicolas De loof <nicolas.del...@gmail.com> Date: 2013-08-08 (Thu, 08 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- Merge pull request #169 from vralfy/master Removed possible NullPointerException during start Commit: b1d16e55e1cba63c2cc5614db564c04edbcc10a9 https://github.com/jenkinsci/git-plugin/commit/b1d16e55e1cba63c2cc5614db564c04edbcc10a9 Author: Nicolas De Loof <nicolas.del...@gmail.com> Date: 2013-08-19 (Mon, 19 Aug 2013) Changed paths: M pom.xml Log Message: ----------- git-client 1.2.0 Commit: 492b2809d0c0f26caea044e6e4bfb375a12aad56 https://github.com/jenkinsci/git-plugin/commit/492b2809d0c0f26caea044e6e4bfb375a12aad56 Author: Nicolas De Loof <nicolas.del...@gmail.com> Date: 2013-08-20 (Tue, 20 Aug 2013) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/browser/GitLab.java M src/main/java/hudson/plugins/git/browser/RhodeCode.java M src/main/java/hudson/plugins/git/extensions/impl/PreBuildMerge.java M src/test/java/hudson/plugins/git/GitSCMTest.java M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java Log Message: ----------- Merge branch 'master' into refactoring Conflicts: src/main/java/hudson/plugins/git/GitSCM.java src/test/java/hudson/plugins/git/GitSCMTest.java Compare: https://github.com/jenkinsci/git-plugin/compare/fab278adc1f8...492b2809d0c0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.