1. 02 12月, 2015 1 次提交
  2. 27 11月, 2015 1 次提交
  3. 24 11月, 2015 1 次提交
  4. 10 11月, 2015 1 次提交
    • C
      remove unused import statements · 7efb9090
      Christopher Simons 提交于
      In addition to cluttering the namespace, unused imports generate
      compiler warnings, introducing noise and obscuring more important
      compiler warnings.  This change removes them.
      7efb9090
  5. 22 10月, 2015 1 次提交
  6. 05 6月, 2015 1 次提交
  7. 19 5月, 2015 1 次提交
  8. 15 5月, 2015 1 次提交
  9. 07 5月, 2015 1 次提交
  10. 16 9月, 2013 1 次提交
  11. 18 7月, 2013 1 次提交
    • O
      [FIXED JENKINS-18485] Use correct node permissions in remote API · 3e45ce9a
      Oliver Gondža 提交于
      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
      3e45ce9a
  12. 11 6月, 2013 4 次提交
  13. 20 6月, 2012 1 次提交
    • K
      [FIXED JENKINS-12318] · 9fbd6d3a
      Kohsuke Kawaguchi 提交于
      Preserve in-progress builds when reloading a job.
      Because in-flight builds tend to update the state a lot, with this
      change we refrain from reloading those builds from the disk.
      
      This should be acceptable since we are primarily reloading a job, and
      reloading of builds are secondary.
      9fbd6d3a
  14. 29 9月, 2011 1 次提交
  15. 13 8月, 2011 2 次提交
  16. 10 8月, 2011 1 次提交
  17. 28 7月, 2011 1 次提交
  18. 08 8月, 2010 1 次提交
    • M
      [SECURITY-5] Add several missing permission checks in CLI commands. · d4c9e40b
      mindless 提交于
      Current CLI is always available and most commands can be run by anonymous users.
      Now only a short help message and the login command are available for anonymous
      in a Hudson without anonymous read permission, and each individual command also
      checks the appropriate permission for that command.  Details:
      * Vulnerable CLI commands now fixed:
        build, clear-queue, copy-job, create-job, delete-builds, delete-job,
        disable-job, enable-job, install-plugin, install-tool, keep-build,
        mail, restart, safe-restart, set-build-result
      * Broken CLI commands now fixed:
        connect-node, delete-node, disconnect-node, offline-node, online-node
      * Other vulnerable command (not CLI) now fixed: /gc (JVM garbage collect)
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33626 71c3de6d-444a-0410-be80-ed276b4c234a
      d4c9e40b
  19. 13 7月, 2010 1 次提交
  20. 19 9月, 2009 1 次提交
  21. 29 4月, 2009 3 次提交
  22. 07 2月, 2009 1 次提交
  23. 16 8月, 2008 1 次提交