Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7f4014c74047d96b1557eae09d06853fd841beb4
      
https://github.com/jenkinsci/jenkins/commit/7f4014c74047d96b1557eae09d06853fd841beb4
  Author: Daniel Beck <[email protected]>
  Date:   2014-08-21 (Thu, 21 Aug 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Job.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M test/src/test/java/hudson/model/JobTest.java

  Log Message:
  -----------
  [FIXED JENKINS-19764] Ensure parent dir of new builds dir exists.


  Commit: 1657107f9e875eb5357e4d724245a0be810f97bc
      
https://github.com/jenkinsci/jenkins/commit/1657107f9e875eb5357e4d724245a0be810f97bc
  Author: Daniel Beck <[email protected]>
  Date:   2014-08-23 (Sat, 23 Aug 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Label.java
    M core/src/main/java/hudson/model/labels/LabelAtom.java
    M 
core/src/main/resources/hudson/model/AbstractModelObject/descriptionForm.jelly
    M core/src/main/resources/hudson/model/Label/index.jelly
    M core/src/main/resources/hudson/model/Label/sidepanel.jelly
    M core/src/main/resources/hudson/model/labels/LabelAtom/configure.jelly

  Log Message:
  -----------
  [FIXED JENKINS-6153] Add description for label atoms

The change to descriptionForm.jelly is necessary because JEXL
interprets the previous version as a call to the static method
get(String) of LabelAtom if ${it} is of that type.


  Commit: 71d8eedaaf4bb41a131686f3024b7755c784d953
      
https://github.com/jenkinsci/jenkins/commit/71d8eedaaf4bb41a131686f3024b7755c784d953
  Author: Daniel Beck <[email protected]>
  Date:   2014-08-23 (Sat, 23 Aug 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/Label/sidepanel.jelly

  Log Message:
  -----------
  [JENKINS-6153] Only show configure link for label atoms


  Commit: f8638bab1acab79905786b6ded5d350d128ee7f1
      
https://github.com/jenkinsci/jenkins/commit/f8638bab1acab79905786b6ded5d350d128ee7f1
  Author: Daniel Beck <[email protected]>
  Date:   2014-08-24 (Sun, 24 Aug 2014)

  Changed paths:
    M core/src/main/java/hudson/model/labels/LabelAtom.java

  Log Message:
  -----------
  [JENKINS-6153] Move @since comment to getter


  Commit: 1a4aef1172d6ebc49620f5e698b56bb59aac70cd
      
https://github.com/jenkinsci/jenkins/commit/1a4aef1172d6ebc49620f5e698b56bb59aac70cd
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  the trunk is toward 1.580-SNAPSHOT


  Commit: 1a6e943d04a1fd4b2aabc9fbe290a204df5afd16
      
https://github.com/jenkinsci/jenkins/commit/1a6e943d04a1fd4b2aabc9fbe290a204df5afd16
  Author: Jesse Glick <[email protected]>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/ExecutorListener.java

  Log Message:
  -----------
  Improved Javadoc for ExecutorListener.


  Commit: 314bd64604d6891e5871893d8ef5742e25b3870d
      
https://github.com/jenkinsci/jenkins/commit/314bd64604d6891e5871893d8ef5742e25b3870d
  Author: Nicolas De loof <[email protected]>
  Date:   2014-09-02 (Tue, 02 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/Launcher.java

  Log Message:
  -----------
   set @since on DecoratedLauncher


  Commit: 78d4b85a8d4ef50ccdc30291c45eccdbaed020e0
      
https://github.com/jenkinsci/jenkins/commit/78d4b85a8d4ef50ccdc30291c45eccdbaed020e0
  Author: Dominique <[email protected]>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/Label/index.jelly

  Log Message:
  -----------
  Incorrect link to master node on label page


  Commit: 66766953eb8428863909c6a290e2727888abeafb
      
https://github.com/jenkinsci/jenkins/commit/66766953eb8428863909c6a290e2727888abeafb
  Author: Nicolas De Loof <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/util/ConsistentHash.java

  Log Message:
  -----------
  typos


  Commit: 9b7b1364c0f33bb7485ace9b49a6d964e9e9faf9
      
https://github.com/jenkinsci/jenkins/commit/9b7b1364c0f33bb7485ace9b49a6d964e9e9faf9
  Author: Nicolas De Loof <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/util/ConsistentHash.java

  Log Message:
  -----------
  use a Builder to create ConsistentHash<Node> 
invoking add(Node, replica) for all nodes rebuild the internal Table many 
times. Using a builder, Table is only created (and sorted) once
also avoid creating a fresh new Hash object (java 8 lambdas, I miss you)


  Commit: 990a84f75396fe942d2cbc690a7c047223b648dd
      
https://github.com/jenkinsci/jenkins/commit/990a84f75396fe942d2cbc690a7c047223b648dd
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/HealthReport.java

  Log Message:
  -----------
  [FIXED JENKINS-24407] Restore icon class name during deserialization


  Commit: 9650ec5e9c503b637bd06b0a58846ab3d8838360
      
https://github.com/jenkinsci/jenkins/commit/9650ec5e9c503b637bd06b0a58846ab3d8838360
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/Label/index.jelly

  Log Message:
  -----------
  Merge pull request #1390 from dominiquebrice/incorrect_master_link

Incorrect link to master node on label page


  Commit: 6a2b879262436966f9348ddd6449322dc6243501
      
https://github.com/jenkinsci/jenkins/commit/6a2b879262436966f9348ddd6449322dc6243501
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/util/ConsistentHash.java
    M core/src/test/java/hudson/util/ConsistentHashTest.java

  Log Message:
  -----------
  Revisiting 9b7b1364c0f33bb7485ace9b49a6d964e9e9faf9 a bit.

Since ConsistentHash is written as a mutable class, I think a better way to fit 
the existing design is to provide a bulk add operation.
It already has several methods to that end, so I just added one more that's 
needed for our purpose.


  Commit: 4bc1043244c8669030bd9ae9eb56ea5902b9be8b
      
https://github.com/jenkinsci/jenkins/commit/4bc1043244c8669030bd9ae9eb56ea5902b9be8b
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Noting 990a84


  Commit: 9bc2f1d057b49b7a802eb9a39a6412adaa7acc73
      
https://github.com/jenkinsci/jenkins/commit/9bc2f1d057b49b7a802eb9a39a6412adaa7acc73
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Job.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M test/src/test/java/hudson/model/JobTest.java

  Log Message:
  -----------
  Merge pull request #1377 from daniel-beck/JENKINS-19764

[FIXED JENKINS-19764] Ensure parent dir of new builds dir exists.


  Commit: c49649bc5ae5a4348f74673c2d87e29549d55bde
      
https://github.com/jenkinsci/jenkins/commit/c49649bc5ae5a4348f74673c2d87e29549d55bde
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Noting #1377


  Commit: 8aac35d4a1caa6e8accf87c4ce0c505f78fe0818
      
https://github.com/jenkinsci/jenkins/commit/8aac35d4a1caa6e8accf87c4ce0c505f78fe0818
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Label.java
    M core/src/main/java/hudson/model/labels/LabelAtom.java
    M 
core/src/main/resources/hudson/model/AbstractModelObject/descriptionForm.jelly
    M core/src/main/resources/hudson/model/Label/index.jelly
    M core/src/main/resources/hudson/model/Label/sidepanel.jelly
    M core/src/main/resources/hudson/model/labels/LabelAtom/configure.jelly

  Log Message:
  -----------
  Merge pull request #1380 from daniel-beck/JENKINS-6153

[FIXED JENKINS-6153] Add description for label atoms


  Commit: 934d000bfd22f0983fa64d41e9d74643e3cc105c
      
https://github.com/jenkinsci/jenkins/commit/934d000bfd22f0983fa64d41e9d74643e3cc105c
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Label.java

  Log Message:
  -----------
  Inserted missing at-since


  Commit: 2c5900f5a9a50969aa5b2fd7e722018a8c4f0c29
      
https://github.com/jenkinsci/jenkins/commit/2c5900f5a9a50969aa5b2fd7e722018a8c4f0c29
  Author: Daniel Beck <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Noting #1380


  Commit: e659407bb022028c63e6237d81b1d3aac4e4565a
      
https://github.com/jenkinsci/jenkins/commit/e659407bb022028c63e6237d81b1d3aac4e4565a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M changelog.html
    M debian/debian/changelog

  Log Message:
  -----------
  merged back the RC branch


  Commit: daadca75e388aa2354275de8e36806a2576b7d82
      
https://github.com/jenkinsci/jenkins/commit/daadca75e388aa2354275de8e36806a2576b7d82
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  creating an RC branch


Compare: 
https://github.com/jenkinsci/jenkins/compare/3b9ac2fbfa43...daadca75e388

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

Reply via email to