Branch: refs/heads/config-ui-changes
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 05c6e66f0767347604b51cb02190882cca77ad6b
      
https://github.com/jenkinsci/jenkins/commit/05c6e66f0767347604b51cb02190882cca77ad6b
  Author: Craig Rodrigues <[email protected]>
  Date:   2015-07-20 (Mon, 20 Jul 2015)

  Changed paths:
    M core/pom.xml

  Log Message:
  -----------
  akuma 1.10 adds support for FreeBSD


  Commit: 252e1296099e838b8fba52221910442e0a757db4
      
https://github.com/jenkinsci/jenkins/commit/252e1296099e838b8fba52221910442e0a757db4
  Author: Stephen Connolly <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M core/src/main/java/hudson/slaves/NodeProvisioner.java

  Log Message:
  -----------
  The call to PlannedNode.spent() *must* always occur

- They have been removed from the pendingLaunches, so once we leave this method 
we have no reference to them
- Arguably the call to spent should take place when removing from the 
pendingLaunches, but that would change
  the method contract


  Commit: 44d1d2b75fd4df1ab93ee33648ba645a0d4a3680
      
https://github.com/jenkinsci/jenkins/commit/44d1d2b75fd4df1ab93ee33648ba645a0d4a3680
  Author: Jesse Glick <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
    M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java

  Log Message:
  -----------
  Offering new convenience methods in ParameterizedJobMixIn.


  Commit: e55f356ed0132b966200e5266a5e382a1c019388
      
https://github.com/jenkinsci/jenkins/commit/e55f356ed0132b966200e5266a5e382a1c019388
  Author: Jesse Glick <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
    M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java

  Log Message:
  -----------
  Merged #1771.


  Commit: ab133abf9fce6de93a0ac3e4f853988bbb2ee02d
      
https://github.com/jenkinsci/jenkins/commit/ab133abf9fce6de93a0ac3e4f853988bbb2ee02d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M changelog.html
    M core/pom.xml

  Log Message:
  -----------
  Merge pull request #1770


  Commit: 4ece8c06aa80e05edad876ad1b7d93e55995cbd5
      
https://github.com/jenkinsci/jenkins/commit/4ece8c06aa80e05edad876ad1b7d93e55995cbd5
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    A test/src/test/java/lib/form/RowSetTest.java
    A test/src/test/resources/lib/form/RowSetTest/Subject/test1.jelly

  Log Message:
  -----------
  Added a test case to verify the behaviour of rowSet

... as a control case in the master branch to ensure the changes in the
config-ui-changes do not break its behaviour.


  Commit: 6ae0fbaab5661d46f144460aad448b5c64aca54a
      
https://github.com/jenkinsci/jenkins/commit/6ae0fbaab5661d46f144460aad448b5c64aca54a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M core/src/main/java/hudson/slaves/NodeProvisioner.java
    M core/src/main/java/jenkins/model/ParameterizedJobMixIn.java
    M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java
    A test/src/test/java/lib/form/RowSetTest.java
    A test/src/test/resources/lib/form/RowSetTest/Subject/test1.jelly

  Log Message:
  -----------
  Merge branch 'master' into config-ui-changes


  Commit: 149675f29d294f92e3a77dcc46211adad1aba287
      
https://github.com/jenkinsci/jenkins/commit/149675f29d294f92e3a77dcc46211adad1aba287
  Author: gusreiber <[email protected]>
  Date:   2015-07-23 (Thu, 23 Jul 2015)

  Changed paths:
    M core/src/main/resources/lib/form/section.jelly
    M war/src/main/js/jenkins.js
    A war/src/main/js/section/index.js

  Log Message:
  -----------
  fixing accordion behavior to use Tom


  Commit: c84f827b1b78330e969948bdb06404113297086b
      
https://github.com/jenkinsci/jenkins/commit/c84f827b1b78330e969948bdb06404113297086b
  Author: gusreiber <[email protected]>
  Date:   2015-07-23 (Thu, 23 Jul 2015)

  Changed paths:
    M core/src/main/resources/lib/form/optionalBlock.jelly
    A core/src/main/resources/lib/form/optionalBlock/optionalBlock.js
    M core/src/main/resources/lib/form/rowSet.jelly
    M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  -----------
  Merge branch 'config-ui-changes' of github.com:jenkinsci/jenkins into 
config-ui-changes


  Commit: 9cf41da32a7f1bda44843456a028c5c8e285fdc9
      
https://github.com/jenkinsci/jenkins/commit/9cf41da32a7f1bda44843456a028c5c8e285fdc9
  Author: gusreiber <[email protected]>
  Date:   2015-07-23 (Thu, 23 Jul 2015)

  Changed paths:
    M core/src/main/resources/lib/form/optionalBlock.jelly
    M core/src/main/resources/lib/form/radioBlock.jelly
    M core/src/main/resources/lib/form/rowSet.jelly
    M war/src/main/js/jenkins.js
    A war/src/main/js/optionalBlock/index.js
    A war/src/main/js/radioBlock/index.js
    M war/src/main/js/section/index.js
    M war/src/main/webapp/css/lib.css

  Log Message:
  -----------
  fixing radio and checkbox options


  Commit: f152d2b84774f737f0ec6822cfbcd1a8b97f7f0f
      
https://github.com/jenkinsci/jenkins/commit/f152d2b84774f737f0ec6822cfbcd1a8b97f7f0f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-07-24 (Fri, 24 Jul 2015)

  Changed paths:
    M core/src/main/resources/lib/form/optionalBlock.jelly
    M core/src/main/resources/lib/form/radioBlock.jelly
    M core/src/main/resources/lib/form/rowSet.jelly
    M core/src/main/resources/lib/form/section.jelly
    M war/src/main/js/jenkins.js
    A war/src/main/js/optionalBlock/index.js
    A war/src/main/js/radioBlock/index.js
    A war/src/main/js/section/index.js
    M war/src/main/webapp/css/lib.css

  Log Message:
  -----------
  Merge remote-tracking branch 'gusreiber/config-ui-changes' into 
config-ui-changes


Compare: 
https://github.com/jenkinsci/jenkins/compare/8404cd2e0c5b...f152d2b84774

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