Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 68a91b0b1c71839fb135f1d30fe503bbd2d7d6ca
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/68a91b0b1c71839fb135f1d30fe503bbd2d7d6ca
  Author: Tomas Westling <tomas.westl...@sonymobile.com>
  Date:   2015-03-02 (Mon, 02 Mar 2015)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/SpecGerritTriggerHudsonTest.java

  Log Message:
  -----------
  Fixes for "Build Current Patches Only"

The feature "Build Current Patches Only" cancels
builds that are already running for the same
change. I've added checks for if one of the triggers
was manual trigger as well as if an older patch set
gets triggered (due to a retrigger),
where the builds won't get cancelled.

Change-Id: I4131f0a7f305df39d2fd21ea3f745a619e5d83c3


  Commit: 9264ecb5d4452f6771a229ab466130cd27a1984e
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/9264ecb5d4452f6771a229ab466130cd27a1984e
  Author: Tomas Westling <tomas.westl...@sonymobile.com>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/SpecGerritTriggerHudsonTest.java

  Log Message:
  -----------
  Merge branch 'i' of gerrit-trigger-plugin


  Commit: 54df546e34e3d4d9012c8fb52027ba2dc377caaf
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/54df546e34e3d4d9012c8fb52027ba2dc377caaf
  Author: Tomas Westling <tomas.westl...@sonymobile.com>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/IGerritHudsonTriggerConfig.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
    A src/main/webapp/help-GerritAbortManualPatchSets.html
    A src/main/webapp/help-GerritAbortNewPatchSets.html
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/SpecGerritTriggerHudsonTest.java

  Log Message:
  -----------
  Made fix for "Build Current Patches Only" optional

The fix, where Manual patch sets and old patch sets didn't
abort builds of newer patch sets has been made optional,
with 2 checkboxes in the advanced part of the server configuration.

Change-Id: I3af5b212bdf0817e627d201f026d9256c74d65b9


  Commit: 70cce36fbf119e66d298352fbe2cb1de9b22b3bb
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/70cce36fbf119e66d298352fbe2cb1de9b22b3bb
  Author: Tomas Westling <tomas.westl...@sonymobile.com>
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/IGerritHudsonTriggerConfig.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    A 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/BuildCancellationPolicy.java
    M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/TestUtils.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/SpecGerritTriggerHudsonTest.java

  Log Message:
  -----------
  Made buildCurrentPatchesOnly an optionalblock and added tests.

Changed the gerritBuildCurrentPatchesOnly checkbox to an
optionalblock with the extra configuration for manual and new
patch sets hidden in the optionalblock.

Added tests for the different configuration options.

Change-Id: If99f8a4f5cd71dc01c193256214846a225ac632e


  Commit: 8d5978d4d4aeaa5abf6a60328540922afbc382cd
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/8d5978d4d4aeaa5abf6a60328540922afbc382cd
  Author: Tomas Westling <tomas.westl...@sonymobile.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

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

  Log Message:
  -----------
  Added null check

Added a null check for serverConfig.
Also made sure that the event is added to
runningJobs even if no serverConfig exists
or buildCurrentPatchesOnly is false.

Change-Id: I290c83df267cf29b6d9ba47b4758aa6b3d4bdd23


  Commit: ddeb6973b69c491a97b219e5311bcb4ba5f34e56
      
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/ddeb6973b69c491a97b219e5311bcb4ba5f34e56
  Author: Robert Sandell <rsand...@cloudbees.com>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/IGerritHudsonTriggerConfig.java
    M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTrigger.java
    A 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/BuildCancellationPolicy.java
    M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
    A src/main/webapp/help-GerritAbortManualPatchSets.html
    A src/main/webapp/help-GerritAbortNewPatchSets.html
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/TestUtils.java
    M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/spec/SpecGerritTriggerHudsonTest.java

  Log Message:
  -----------
  Merge pull request #215 from TWestling/master

Fix for "Build Current Patches Only"


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/a88f2c8c1242...ddeb6973b69c

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