1. 06 7月, 2012 1 次提交
  2. 02 7月, 2012 2 次提交
  3. 28 6月, 2012 1 次提交
  4. 25 6月, 2012 2 次提交
  5. 24 6月, 2012 1 次提交
  6. 23 6月, 2012 1 次提交
  7. 20 6月, 2012 2 次提交
    • 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
    • K
      [FIXED JENKINS-13148] · aa5e0790
      Kohsuke Kawaguchi 提交于
      All top-level jobs show up in search, as opposed to just jobs in the
      current view or in the primary view.
      aa5e0790
  8. 19 6月, 2012 4 次提交
  9. 16 6月, 2012 2 次提交
  10. 15 6月, 2012 1 次提交
  11. 14 6月, 2012 1 次提交
  12. 13 6月, 2012 2 次提交
  13. 12 6月, 2012 5 次提交
    • K
      updated changelog for release · 4a9a9441
      Kohsuke Kawaguchi 提交于
      4a9a9441
    • K
      creating an RC branch · a9bf9b26
      Kohsuke Kawaguchi 提交于
      a9bf9b26
    • K
      Fixed a regression in 1.468 that broke LDAP · 40c10ff6
      Kohsuke Kawaguchi 提交于
      Stack trace:
      
      org.jvnet.hudson.reactor.ReactorException: java.lang.IllegalAccessError: tried to access method hudson.security.SecurityRealm.findBean(Ljava/lang/Class;Lorg/springframework/context/ApplicationContext;)Ljava/lang/Object; from class hudson.security.LDAPSecurityRealm$LDAPUserDetailsService
        at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
        at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
        at jenkins.model.Jenkins.executeReactor(Jenkins.java:885)
        at jenkins.model.Jenkins.<init>(Jenkins.java:790)
        at hudson.model.Hudson.<init>(Hudson.java:81)
        at hudson.model.Hudson.<init>(Hudson.java:77)
        at hudson.WebAppMain$2.run(WebAppMain.java:217)
      Caused by: java.lang.IllegalAccessError: tried to access method hudson.security.SecurityRealm.findBean(Ljava/lang/Class;Lorg/springframework/context/ApplicationContext;)Ljava/lang/Object; from class hudson.security.LDAPSecurityRealm$LDAPUserDetailsService
        at hudson.security.LDAPSecurityRealm$LDAPUserDetailsService.<init>(LDAPSecurityRealm.java:419)
        at hudson.security.LDAPSecurityRealm.createSecurityComponents(LDAPSecurityRealm.java:369)
        at hudson.security.SecurityRealm.getSecurityComponents(SecurityRealm.java:398)
        at hudson.security.HudsonFilter.reset(HudsonFilter.java:134)
        at jenkins.model.Jenkins.setSecurityRealm(Jenkins.java:1960)
        at jenkins.model.Jenkins$17.run(Jenkins.java:2524)
        at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
        at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
        at jenkins.model.Jenkins$7.runTask(Jenkins.java:874)
        at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
        at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:680)
      40c10ff6
    • K
      creating an RC branch · 3427f2c0
      Kohsuke Kawaguchi 提交于
      3427f2c0
    • K
      updated changelog for release · fd3548b2
      Kohsuke Kawaguchi 提交于
      fd3548b2
  14. 10 6月, 2012 2 次提交
  15. 07 6月, 2012 2 次提交
  16. 06 6月, 2012 3 次提交
  17. 05 6月, 2012 1 次提交
  18. 31 5月, 2012 2 次提交
  19. 30 5月, 2012 5 次提交