1. 20 3月, 2017 5 次提交
  2. 19 3月, 2017 1 次提交
    • A
      [JENKINS-42319] - Fix broken compareTo method of Run (#2762) · e8efc96f
      Akbashev Alexander 提交于
      * JENKINS-42319: Fix broken compareTo method of Run
      
      Previous implementation relied on fact that users always compare run
      objects with same parent. But this is not always the case.
      So, it was not safe to put runs from different parents to TreeSet, i.e.
      
      * Make comparasion more performance friendly
      e8efc96f
  3. 17 3月, 2017 8 次提交
    • J
      Merge pull request #2790 from jglick/security-settings-save · 4fd4bd3a
      Jesse Glick 提交于
      Save after calling setSecurityRealm or setAuthorizationStrategy
      4fd4bd3a
    • Y
      [JENKINS-42191] Enhance CLI HTTP proxy support (#2711) · 1b3121db
      Yoann Dubreuil 提交于
      * Enhance CLI HTTP proxy support
      
      Fix few issues around proxy support in CLI:
      
      * make proxy support work with recent Squid version which reply with HTTP/1.1 even if request is HTTP 1.0
      * close the socket connected to the proxy if the connection failed
      * output an error message when proxy connection failed
      * don't do a reverse DNS lookup, instead use the host string provided in X-Jenkins-CLI-Host headers (we don't know if the DNS resolver on the
      proxy will be able to resolve the name correctly, or like us).
      
      * Use stdout to output CLI proxy connection error message
      
      * Use the logger to output the error message, not System.out
      
      * Add a 'verbose' option to the CLI to turn logging on
      
      This should help people diagnosing connection issues with the CLI.
      
      * [JENKINS-42191] Set log level to FINEST when -v is passed
      1b3121db
    • O
      Merge pull request #2796 from oleg-nenashev/sshd/1.10 · 255acdac
      Oleg Nenashev 提交于
      Update SSHD Core to 1.10.
      255acdac
    • B
      Merge pull request #2805 from batmat/clarify_PermissionGroup.owner_is_Nonnull · 0717285e
      Baptiste Mathus 提交于
      Clarify PermissionGroup.owner is @Nonnull
      0717285e
    • J
      Depending on what seems to have been timing conditions,... · ee01d1b9
      Jesse Glick 提交于
      Depending on what seems to have been timing conditions, connectNodeShouldSucceedWithForce could fail with a cryptic message.
      Found an error in the launch log:
      java.lang.IllegalStateException: Already connected
      	at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:567)
      	at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:390)
      	at hudson.slaves.CommandLauncher.launch(CommandLauncher.java:132)
      	at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:262)
      I think the slave was being launched in the background, and then the test tried to disconnect and reconnect it.
      Perhaps if these actions overlapped in time, the loose locking semantics of SlaveComputer.setChannel could cause the error.
      ee01d1b9
    • J
      Merge branch 'master' into security-settings-save · 24dec27e
      Jesse Glick 提交于
      24dec27e
    • J
      Comment. · c5e1fc09
      Jesse Glick 提交于
      c5e1fc09
    • S
      Merge pull request #2794 from stephenc/dont-wrap-interrupt · 1bc1d617
      Stephen Connolly 提交于
      Don't wrap the InterruptedException without unwrapping
      1bc1d617
  4. 16 3月, 2017 1 次提交
  5. 15 3月, 2017 12 次提交
  6. 14 3月, 2017 2 次提交
  7. 13 3月, 2017 2 次提交
  8. 12 3月, 2017 6 次提交
  9. 11 3月, 2017 1 次提交
  10. 10 3月, 2017 2 次提交