Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 738f926c88c110f0c170b5542afb86f54fdace2f
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/738f926c88c110f0c170b5542afb86f54fdace2f
  Author: Hugo Arès <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M gerrit-events/pom.xml

  Log Message:
  -----------
  Upgrade Jsch library to version 0.1.50.

Upgrade to version 0.1.50 to fix JSchException: verify: false that
from time to time.


  Commit: 5914e8556bb4fa402e481f9e84841a3aa49f8402
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/5914e8556bb4fa402e481f9e84841a3aa49f8402
  Author: rsandell <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  Update build-config dependency version


  Commit: 387bee5d9879ec1f416ba61bb035e73f8b022dc8
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/387bee5d9879ec1f416ba61bb035e73f8b022dc8
  Author: Jyrki Puttonen <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/dto/rest/ChangeId.java
    A 
gerrit-events/src/test/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/dto/rest/ChangeIdTest.java

  Log Message:
  -----------
  Encode ID used in REST endpoint URL

The Gerrit documentation says following:

  "All IDs that appear in the URL of a REST call (e.g. project name,
  group name) must be URL encoded."

As this wasn't done, project where the name was something
like "parent/project" didn't get messages from Gerrit.

The branch name can also have characters that must be encoded.


  Commit: 21a164de18fcfb479e0fd63e5874a18874e94686
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/21a164de18fcfb479e0fd63e5874a18874e94686
  Author: Jyrki Puttonen <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M gerrithudsontrigger/src/main/webapp/manual/help-Search.html
    M gerrithudsontrigger/src/main/webapp/manual/help-Search_ja.html

  Log Message:
  -----------
  Update documentation link to latest release

2.1.4 is pretty old and there's some new operators in
(at least) 2.8.


  Commit: f163e936b198844622a2efdd823bc70ef1f2120b
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/f163e936b198844622a2efdd823bc70ef1f2120b
  Author: Jyrki Puttonen <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/dto/rest/ChangeId.java

  Log Message:
  -----------
  Use constant instead of magic string

Use org.apache.commons.lang.CharEncoding.UTF_8 as
encoding instead of "UTF-8" -string.


  Commit: 9ca7beeed161d6cbbd335a12ecb0e63c2049a27d
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/9ca7beeed161d6cbbd335a12ecb0e63c2049a27d
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/version/GerritVersionChecker.java

  Log Message:
  -----------
  Fixed usage of serverName in regards to ANY_SERVER


  Commit: 7fd879e44303d6928d6c26c114678ac8b1544180
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/7fd879e44303d6928d6c26c114678ac8b1544180
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release gerrit-trigger-2.11.0-beta-2


  Commit: b29b8a256749f8643b82dbabf374a445416988d0
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/b29b8a256749f8643b82dbabf374a445416988d0
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: eb748c7baa90b0397cb63eb059ed78a83ded5989
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/eb748c7baa90b0397cb63eb059ed78a83ded5989
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M .gitignore
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  Update build-config dependency version


  Commit: fe37e2d5174de370221cda6e36dcc31bc7482ebb
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/fe37e2d5174de370221cda6e36dcc31bc7482ebb
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/PluginImpl.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java
    A 
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParametersTest.java
    M 
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/project/GerritTriggerProjectHudsonTest.java
    M 
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/DuplicateGerritListenersHudsonTestCase.java

  Log Message:
  -----------
  One more "Any Server" fix.

Also changed some methods that returned LinkedList to List


  Commit: 8f88523733371291b8f4c0762c8fee477dbe71c5
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/8f88523733371291b8f4c0762c8fee477dbe71c5
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M 
gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger/config.jelly

  Log Message:
  -----------
  This var is not needed any more.

Quick fix for working as before with templates plugin


  Commit: fdc02c0b30faa3e0751cf3abcdf64185936e232d
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/fdc02c0b30faa3e0751cf3abcdf64185936e232d
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release gerrit-trigger-2.11.0-beta-3


  Commit: 8ba675974dfd21f5834c22701e3c6e541486a972
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/8ba675974dfd21f5834c22701e3c6e541486a972
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: c4f0aeb9e32ba95e8dfe677fd97be91bc4e6de59
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/c4f0aeb9e32ba95e8dfe677fd97be91bc4e6de59
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  Update build-config dependency


  Commit: c3d922b942233eb3f423a5b8f52cf234e2fba0de
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/c3d922b942233eb3f423a5b8f52cf234e2fba0de
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritManagement.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java
    M 
gerrithudsontrigger/src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServerTest.java

  Log Message:
  -----------
  Fix JENKINS-21067 by jumping hoops


  Commit: 4e647eb371ad997358bbc77e5e5b8da169658982
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/4e647eb371ad997358bbc77e5e5b8da169658982
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release gerrit-trigger-2.11.0-beta-4


  Commit: 3039f5de9cabf542ef292a851d6b231b31330d03
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/3039f5de9cabf542ef292a851d6b231b31330d03
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 3705a4db0b186b3b21a6e076184071eb02f8f3df
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/3705a4db0b186b3b21a6e076184071eb02f8f3df
  Author: Robert Sandell <[email protected]>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  Update build-config dependency versions

Because maven release is derpy as usual.


  Commit: 5fcb53b87596b0ebe5f7eba9b90fc66430572bec
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/5fcb53b87596b0ebe5f7eba9b90fc66430572bec
  Author: Robert Sandell <[email protected]>
  Date:   2014-01-14 (Tue, 14 Jan 2014)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release gerrit-trigger-2.11.0


  Commit: 6e15374b5803b591fda24c9e39f208e771fdff73
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/6e15374b5803b591fda24c9e39f208e771fdff73
  Author: Robert Sandell <[email protected]>
  Date:   2014-01-14 (Tue, 14 Jan 2014)

  Changed paths:
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: cd69e1520164a48865b537b1b303a1f8bc220550
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/cd69e1520164a48865b537b1b303a1f8bc220550
  Author: Robert Sandell <[email protected]>
  Date:   2014-01-15 (Wed, 15 Jan 2014)

  Changed paths:
    M .gitignore
    M build-config/pom.xml
    M gerrit-events/pom.xml
    M gerrithudsontrigger/pom.xml
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/2.11-beta'

Conflicts:
        gerrit-events/pom.xml
        gerrithudsontrigger/pom.xml
        
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
        gerrithudsontrigger/src/main/webapp/manual/help-Search.html
        gerrithudsontrigger/src/main/webapp/manual/help-Search_ja.html
        pom.xml

MmmmmmmmMonster Merge... Git Cain Wins...


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/72cc1299486a...cd69e1520164

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to