1. 16 12月, 2014 2 次提交
  2. 06 12月, 2014 1 次提交
  3. 04 12月, 2014 2 次提交
  4. 03 12月, 2014 1 次提交
  5. 27 11月, 2014 3 次提交
  6. 22 11月, 2014 1 次提交
  7. 19 11月, 2014 1 次提交
  8. 17 11月, 2014 3 次提交
  9. 11 11月, 2014 2 次提交
  10. 08 11月, 2014 1 次提交
  11. 06 11月, 2014 2 次提交
  12. 05 11月, 2014 2 次提交
  13. 04 11月, 2014 1 次提交
  14. 02 11月, 2014 2 次提交
  15. 31 10月, 2014 1 次提交
  16. 30 10月, 2014 2 次提交
  17. 29 10月, 2014 1 次提交
    • J
      fromExternalizableId should just return null, not throw IAE, if the job has... · 4cb7414e
      Jesse Glick 提交于
      fromExternalizableId should just return null, not throw IAE, if the job has since been renamed/move/deleted.
      (It could already return null if the run has since been deleted; #1264 failed to mark this properly.)
      Reserving IAE for inputs that getExternalizableId could not actually have produced,
      and making sure to also throw this in case of non-numeric text after the hash.
      Adding Javadoc for both methods.
      4cb7414e
  18. 27 10月, 2014 1 次提交
    • K
      [FIXED JENKINS-25314] · 9b36e2ae
      Kohsuke Kawaguchi 提交于
      The original fix was made in 0c3d6709.
      In this fix, I'm also moving the code that creates LeftItem.
      
      It makes no sense that there's Item.cancel(Queue) and Queue.cancel(Item)
      and they do different things!
      9b36e2ae
  19. 25 10月, 2014 1 次提交
  20. 21 10月, 2014 1 次提交
    • J
      Null safety. · 90292ed2
      Jesse Glick 提交于
      Observed in a test against 1.480:
      … hudson.model.Executor run
      SEVERE: Unexpected executor death
      java.lang.NullPointerException
      	at hudson.model.Computer.getNode(Computer.java:473)
      	at hudson.slaves.SlaveComputer.getNode(SlaveComputer.java:177)
      	at hudson.slaves.SlaveComputer.getRetentionStrategy(SlaveComputer.java:609)
      	at hudson.slaves.SlaveComputer.taskCompleted(SlaveComputer.java:285)
      	at hudson.model.queue.WorkUnitContext.synchronizeEnd(WorkUnitContext.java:140)
      	at hudson.model.Executor.run(Executor.java:253)
      90292ed2
  21. 20 10月, 2014 1 次提交
  22. 17 10月, 2014 2 次提交
  23. 16 10月, 2014 2 次提交
  24. 15 10月, 2014 1 次提交
  25. 14 10月, 2014 1 次提交
  26. 11 10月, 2014 1 次提交
  27. 09 10月, 2014 1 次提交