Branch: refs/heads/2.5.0-beta2
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 137f25b8fb6e89d0f543486bbc03def14c9b0eeb
      
https://github.com/jenkinsci/git-plugin/commit/137f25b8fb6e89d0f543486bbc03def14c9b0eeb
  Author: Norbert Lange <nolang...@gmail.com>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    A src/main/java/hudson/plugins/git/browser/GogsGit.java
    A src/test/java/hudson/plugins/git/browser/GogsGitTest.java

  Log Message:
  -----------
  Added browser component for Gogs

Deleted files will be shown as diff, like most other
Browsers seem to do


  Commit: c685e980a502fa10e3a5fa08e02ab4194950c1df
      
https://github.com/jenkinsci/git-plugin/commit/c685e980a502fa10e3a5fa08e02ab4194950c1df
  Author: Norbert Lange <norbert.la...@andritz.com>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitList.java
    M src/main/java/hudson/plugins/git/browser/GitRepositoryBrowser.java
    M src/main/java/hudson/plugins/git/browser/GithubWeb.java
    M src/main/java/hudson/plugins/git/browser/GogsGit.java
    M src/main/java/hudson/plugins/git/browser/KilnGit.java

  Log Message:
  -----------
  Refactor calculation of path index for browsers

Several git browsers display changed files sorted
alphabetically and offer direct links based on position
instead of name.

This commit adds a common helper function for these,
and modifies the browsers to use it.


  Commit: 7071d0a2ad6ab2d20ffccc4046db4493ff43ab4e
      
https://github.com/jenkinsci/git-plugin/commit/7071d0a2ad6ab2d20ffccc4046db4493ff43ab4e
  Author: Norbert Lange <norbert.la...@andritz.com>
  Date:   2016-05-03 (Tue, 03 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitLab.java
    M src/test/java/hudson/plugins/git/browser/GitLabTest.java

  Log Message:
  -----------
  Fix Links for Gitlab Browser >= 8.0

Gitlab changed the links to File-Diffs, atleast with Version
8.0 and higher.


  Commit: d05bd42d66ec1040102c3abc055bedb671a5346b
      
https://github.com/jenkinsci/git-plugin/commit/d05bd42d66ec1040102c3abc055bedb671a5346b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitLab.java
    M src/main/java/hudson/plugins/git/browser/GitList.java
    M src/main/java/hudson/plugins/git/browser/GitRepositoryBrowser.java
    M src/main/java/hudson/plugins/git/browser/GithubWeb.java
    A src/main/java/hudson/plugins/git/browser/GogsGit.java
    M src/main/java/hudson/plugins/git/browser/KilnGit.java
    M src/test/java/hudson/plugins/git/browser/GitLabTest.java
    A src/test/java/hudson/plugins/git/browser/GogsGitTest.java

  Log Message:
  -----------
  Merge pull request #397 from nolange/master

Support for browsing  gogs and gitlab >= 8.0


  Commit: 3d7d2de857d2aae53293f291a8ab6f341451b93c
      
https://github.com/jenkinsci/git-plugin/commit/3d7d2de857d2aae53293f291a8ab6f341451b93c
  Author: Norbert Lange <nolang...@gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitLab.java
    M src/test/java/hudson/plugins/git/browser/GitLabTest.java

  Log Message:
  -----------
  Set default Gitlab Version to current release

The previous default 7.11 is not available anymore.
Should the version field be missing, a recent installation
is a more sensible default.

Additionally disable some broken tests
(double for a version number is not a good idea)


  Commit: 300fa782b2b4c2655ab7cb34993b38c54f322b21
      
https://github.com/jenkinsci/git-plugin/commit/300fa782b2b4c2655ab7cb34993b38c54f322b21
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java

  Log Message:
  -----------
  Added SCMRevisionImpl.toString.


  Commit: 53864cc35c62a1d2cce89d890e0f390687f8cec7
      
https://github.com/jenkinsci/git-plugin/commit/53864cc35c62a1d2cce89d890e0f390687f8cec7
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitLab.java
    M src/test/java/hudson/plugins/git/browser/GitLabTest.java

  Log Message:
  -----------
  Merge pull request #399 from nolange/gitlab_defaultver

Set default Gitlab Version to current release


  Commit: ce5479a42e74b45dd8b954776ad4220c9c0151bc
      
https://github.com/jenkinsci/git-plugin/commit/ce5479a42e74b45dd8b954776ad4220c9c0151bc
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java

  Log Message:
  -----------
  Merge pull request #400 from jglick/toString

Added SCMRevisionImpl.toString


  Commit: bf65ed5a132846170bfc3403b473439c418b7364
      
https://github.com/jenkinsci/git-plugin/commit/bf65ed5a132846170bfc3403b473439c418b7364
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/browser/GitLab.java
    M src/main/java/hudson/plugins/git/browser/GitList.java
    M src/main/java/hudson/plugins/git/browser/GitRepositoryBrowser.java
    M src/main/java/hudson/plugins/git/browser/GithubWeb.java
    A src/main/java/hudson/plugins/git/browser/GogsGit.java
    M src/main/java/hudson/plugins/git/browser/KilnGit.java
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
    M src/test/java/hudson/plugins/git/browser/GitLabTest.java
    A src/test/java/hudson/plugins/git/browser/GogsGitTest.java

  Log Message:
  -----------
  Merge branch 'master' into 2.5.0-beta2


  Commit: 75ff78dce022812b27e19bcbe21def100fec5170
      
https://github.com/jenkinsci/git-plugin/commit/75ff78dce022812b27e19bcbe21def100fec5170
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2016-05-16 (Mon, 16 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitChangeSet.java

  Log Message:
  -----------
  Fix case of invalid user email

If the user email was set improperly (in this case it was sent as just '@'), 
string split returns a null or 0 length array, which we then index improperly.


  Commit: c72d27e4e09779635604310fe974ca5880a1d9c7
      
https://github.com/jenkinsci/git-plugin/commit/c72d27e4e09779635604310fe974ca5880a1d9c7
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M 
src/main/resources/hudson/plugins/git/ChangelogToBranchOptions/config.jelly
    M src/main/resources/hudson/plugins/git/GitPublisher/config.jelly
    M src/main/resources/hudson/plugins/git/GitSCM/config.jelly
    M src/main/resources/hudson/plugins/git/UserMergeOptions/config.jelly

  Log Message:
  -----------
  Deleting obsolete encodeAllInputs function. Do not put <script> between <tr>s.


  Commit: 5c043aca9648002f701bf182772f25aa34205144
      
https://github.com/jenkinsci/git-plugin/commit/5c043aca9648002f701bf182772f25aa34205144
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-21 (Sat, 21 May 2016)

  Changed paths:
    M 
src/main/resources/hudson/plugins/git/ChangelogToBranchOptions/config.jelly
    M src/main/resources/hudson/plugins/git/GitPublisher/config.jelly
    M src/main/resources/hudson/plugins/git/GitSCM/config.jelly
    M src/main/resources/hudson/plugins/git/UserMergeOptions/config.jelly

  Log Message:
  -----------
  Merge pull request #402 from jglick/no-script-inside-table

Deleting obsolete encodeAllInputs function


  Commit: 30710581d52df8698769c80e2e5e20c4a698cdc2
      
https://github.com/jenkinsci/git-plugin/commit/30710581d52df8698769c80e2e5e20c4a698cdc2
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-21 (Sat, 21 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitChangeSet.java

  Log Message:
  -----------
  Merge pull request #401 from mmitche/fix-invalid-emails

Fix case of invalid user email


  Commit: dd53701fdbe8b5aa7dc9893b8851d1bc423a6b5b
      
https://github.com/jenkinsci/git-plugin/commit/dd53701fdbe8b5aa7dc9893b8851d1bc423a6b5b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-21 (Sat, 21 May 2016)

  Changed paths:
    A src/test/java/hudson/plugins/git/GitChangeSetMalformedEmailTest.java

  Log Message:
  -----------
  Add test of invalid email


  Commit: bb0ec5ffdda8dfa5260e66769f13a063312f4f5c
      
https://github.com/jenkinsci/git-plugin/commit/bb0ec5ffdda8dfa5260e66769f13a063312f4f5c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2016-05-21 (Sat, 21 May 2016)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitChangeSet.java
    M 
src/main/resources/hudson/plugins/git/ChangelogToBranchOptions/config.jelly
    M src/main/resources/hudson/plugins/git/GitPublisher/config.jelly
    M src/main/resources/hudson/plugins/git/GitSCM/config.jelly
    M src/main/resources/hudson/plugins/git/UserMergeOptions/config.jelly
    A src/test/java/hudson/plugins/git/GitChangeSetMalformedEmailTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into 2.5.0-beta2


Compare: 
https://github.com/jenkinsci/git-plugin/compare/ad4a2511dde9...bb0ec5ffdda8

-- 
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/d/optout.

Reply via email to