1. 01 8月, 2014 4 次提交
  2. 31 7月, 2014 1 次提交
    • J
      Skip a test if starting Jenkins was interrupted. · 7bbf36b7
      Jesse Glick 提交于
      For reasons TBD, sometimes CI tests fail with (1.565.x):
      java.lang.InterruptedException: null
      	at java.lang.Object.wait(Native Method)
      	at java.lang.Object.wait(Object.java:503)
      	at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:267)
      	at jenkins.InitReactorRunner.run(InitReactorRunner.java:44)
      	at jenkins.model.Jenkins.executeReactor(Jenkins.java:915)
      	at jenkins.model.Jenkins.<init>(Jenkins.java:814)
      	at hudson.model.Hudson.<init>(Hudson.java:82)
      	at org.jvnet.hudson.test.JenkinsRule.newHudson(JenkinsRule.java:539)
      	at org.jvnet.hudson.test.JenkinsRule.before(JenkinsRule.java:331)
      	at org.jvnet.hudson.test.JenkinsRule$2.evaluate(JenkinsRule.java:479)
      7bbf36b7
  3. 30 7月, 2014 4 次提交
    • T
      <l:icon> tag · 42190ed9
      tfennelly 提交于
      42190ed9
    • T
      divification of pane tag · bced2c75
      tfennelly 提交于
      bced2c75
    • K
      Create a single point in which the basic authentication header is processed. · b2a98f6b
      Kohsuke Kawaguchi 提交于
      Previously, basic auth header was processed from two different servlet
      filters in a single filter chain.
      
      In case the 1st filter (ApiTokenFilter) manages to authenticate the
      request, the 2nd filter (BasicProcessingFilter) tries to avoid
      interpreting the API token as the password and failing authentication
      (see BasicProcessingFilter.authenticationIsRequired), but the check
      feels rather fragile.
      
      Although I did eventually discover that the original problem (ZD-19640)
      was not caused by this, I've already implemented & tested this change,
      and this feels like a good work to be wasted, so I'm pushing this in
      anyway.
      
      Refrence: ZD-19640
      b2a98f6b
    • D
      Noting JENKINS-23872, JENKINS-24006, 19d8b80b · 02b46fc5
      Daniel Beck 提交于
      02b46fc5
  4. 29 7月, 2014 5 次提交
  5. 28 7月, 2014 9 次提交
  6. 27 7月, 2014 12 次提交
  7. 26 7月, 2014 5 次提交