Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 60cfb2426db196607228a7af633369d0b8db0eae
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/60cfb2426db196607228a7af633369d0b8db0eae
  Author: David Pursehouse <[email protected]>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M README.txt

  Log Message:
  -----------
  Wrap lines in the README.txt file at 80 characters

Github does not automatically format .txt files.  It simply displays
the file as-is.

Reformat the file so that the lines are wrapped at 80 characters and
it looks a bit nicer.

Change-Id: I95d9545b944a67091d2951310fa82fb9137ed97f


  Commit: c572302107707f1d7c681217ff9422535139e8c4
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/c572302107707f1d7c681217ff9422535139e8c4
  Author: David Pursehouse <[email protected]>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/dto/attr/Account.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritDynamicUrlProcessor.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/version/GerritVersionChecker.java

  Log Message:
  -----------
  Use `isEmpty()` instead of `equals("")` to check for empty string

Change-Id: Id588424b65bdb95c544c6ac2e70caf60edc6167f


  Commit: 6c1ba3cec4b97be2dcbceb594b9afd98e1b554e4
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/6c1ba3cec4b97be2dcbceb594b9afd98e1b554e4
  Author: David Pursehouse <[email protected]>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Ignore unnecessary plugin executions in Eclipse build

Some plugins either should not or cannot be executed in the
Eclipse build.

Add exclusion of these in the pom.

Change-Id: I0592bdfa3ba35258c8546dd89452f1c7573c8c84


  Commit: 7e81119f6d898234303bd9331180d0d2af9bf165
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/7e81119f6d898234303bd9331180d0d2af9bf165
  Author: David Pursehouse <[email protected]>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M gerrithudsontrigger/pom.xml

  Log Message:
  -----------
  Add add-source plugin execution step in gerrit-trigger pom

Use build-helper-maven-plugin to make sure the generated-sources
from the localizer are included in the Eclipse build.

Change-Id: I676252cacf6e674c0ae63d54c67faba033da9925


  Commit: 4d515abe8a34eb1335836d34b9b51b21fe4a423f
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/4d515abe8a34eb1335836d34b9b51b21fe4a423f
  Author: David Pursehouse <[email protected]>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

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

  Log Message:
  -----------
  Make sure stream is closed after reading trigger config URL

Refactor the dynamic URL processor to ensure that the input stream
and stream reader are closed after reading the config, even if an
exception is raised.

Change-Id: I1c48be006a92f5d2bc837cf5a440f5971bd73420


  Commit: 155ab6790a33b6f0b229976a40f5ee5f64d1ce22
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/155ab6790a33b6f0b229976a40f5ee5f64d1ce22
  Author: Robert Sandell <[email protected]>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M gerrithudsontrigger/pom.xml
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerBuildChooser.java

  Log Message:
  -----------
  Removed use of deprecated APIs for git BuildChooser

Followup fix for JENKINS-16851 which is fixed in git plugin v. 1.2.0
this commit should remove any use of deprecated APIs after the
introduction of gitclient plugin.

Change-Id: Ibaa11fe9e06150555af675aae1a32f29cb15aab3


  Commit: 33d471094c14e7d79749ac4797f99030d78f6f4b
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/33d471094c14e7d79749ac4797f99030d78f6f4b
  Author: Robert Sandell <[email protected]>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M gerrithudsontrigger/pom.xml
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerBuildChooser.java

  Log Message:
  -----------
  Merge "Removed use of deprecated APIs for git BuildChooser" into internal


  Commit: 4c34e0bf542ad2817a62320fd5d76d67e85035bf
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/4c34e0bf542ad2817a62320fd5d76d67e85035bf
  Author: Robert Sandell <[email protected]>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M README.txt
    M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/dto/attr/Account.java
    M gerrithudsontrigger/pom.xml
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritDynamicUrlProcessor.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerBuildChooser.java
    M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/version/GerritVersionChecker.java
    M pom.xml

  Log Message:
  -----------
  Merge branch 'i'


  Commit: 1f8d0dfda1e51725c5f1f6c13d342aef8a1250f1
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/1f8d0dfda1e51725c5f1f6c13d342aef8a1250f1
  Author: Robert Sandell <[email protected]>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

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

  Log Message:
  -----------
  Added back the separator field

XStream was complaining during startup for unknown reason.


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/062f73f25573...1f8d0dfda1e5

-- 
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