Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3e45ce9a2c72ed5119f5810168e8e16afd27c7bd
      
https://github.com/jenkinsci/jenkins/commit/3e45ce9a2c72ed5119f5810168e8e16afd27c7bd
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-07-18 (Thu, 18 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/CreateNodeCommand.java
    M core/src/main/java/hudson/cli/GetNodeCommand.java
    M core/src/main/java/hudson/model/Computer.java
    M core/src/main/resources/hudson/model/Messages.properties
    M test/src/test/java/hudson/cli/CreateNodeCommandTest.java
    M test/src/test/java/hudson/cli/GetNodeCommandTest.java
    M test/src/test/java/hudson/cli/UpdateNodeCommandTest.java
    A test/src/test/java/hudson/model/ComputerConfigDotXmlTest.java
    R test/src/test/resources/hudson/cli/node.xml
    A test/src/test/resources/hudson/model/node.xml

  Log Message:
  -----------
  [FIXED JENKINS-18485] Use correct node permissions in remote API

>From now on user needs:
  Computer.CREATE to use 'create-node' CLI command
  Computer.DELETE to use 'delete-node' CLI command
  Computer.CONFIGURE to use 'update-node' CLI command and its REST alternative
  Computer.READ to use 'get-node' CLI command and its REST alternative


  Commit: 5db147e85802c75bac19320383dcaeed88bc77ba
      
https://github.com/jenkinsci/jenkins/commit/5db147e85802c75bac19320383dcaeed88bc77ba
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-08-13 (Tue, 13 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/GetNodeCommand.java
    M core/src/main/java/hudson/model/Computer.java
    M core/src/main/resources/hudson/model/Messages.properties
    M test/src/test/java/hudson/cli/GetNodeCommandTest.java
    M test/src/test/java/hudson/model/ComputerConfigDotXmlTest.java

  Log Message:
  -----------
  [FIXED JENKINS-18485] Introduce Computer.EXTENDED_READ permission

    From now on user needs:
      Computer.CREATE to use 'create-node' CLI command
      Computer.DELETE to use 'delete-node' CLI command
      Computer.CONFIGURE to use 'update-node' CLI command and its REST 
alternative
      Computer.EXTENDED_READ to use 'get-node' CLI command and its REST 
alternative


  Commit: 83d5ac10a5b97162d201ad01d79c8811f32a3049
      
https://github.com/jenkinsci/jenkins/commit/83d5ac10a5b97162d201ad01d79c8811f32a3049
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Computer.java
    M test/src/main/java/hudson/cli/CLICommandInvoker.java
    M test/src/test/java/hudson/model/ComputerConfigDotXmlTest.java

  Log Message:
  -----------
  [JENKINS-18485] Enable Computer.EXTENDED_READ permission using 
"hudson.security.ExtendedReadPermission".


  Commit: 37d1b8d7a42be63b8dd28c60a24e7d358371890c
      
https://github.com/jenkinsci/jenkins/commit/37d1b8d7a42be63b8dd28c60a24e7d358371890c
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/cli/CreateNodeCommand.java
    M core/src/main/java/hudson/cli/GetNodeCommand.java
    M core/src/main/java/hudson/model/Computer.java
    M core/src/main/resources/hudson/model/Messages.properties
    M test/src/main/java/hudson/cli/CLICommandInvoker.java
    M test/src/test/java/hudson/cli/CreateNodeCommandTest.java
    M test/src/test/java/hudson/cli/GetNodeCommandTest.java
    M test/src/test/java/hudson/cli/UpdateNodeCommandTest.java
    A test/src/test/java/hudson/model/ComputerConfigDotXmlTest.java
    R test/src/test/resources/hudson/cli/node.xml
    A test/src/test/resources/hudson/model/node.xml

  Log Message:
  -----------
  Merge pull request #855 from olivergondza/node-permissions


  Commit: b70f4c07f298d79af91aa911a5cc5ce78083663a
      
https://github.com/jenkinsci/jenkins/commit/b70f4c07f298d79af91aa911a5cc5ce78083663a
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M core/src/main/java/hudson/cli/CreateNodeCommand.java
    M core/src/main/java/hudson/cli/GetNodeCommand.java
    M core/src/main/java/hudson/cli/UpdateNodeCommand.java
    M core/src/main/java/hudson/cli/handlers/NodeOptionHandler.java
    M core/src/main/java/hudson/model/Computer.java

  Log Message:
  -----------
  Add forgotten @since from pull reguest #803


Compare: 
https://github.com/jenkinsci/jenkins/compare/7ec87871227a...b70f4c07f298

-- 
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/groups/opt_out.

Reply via email to