1. 21 2月, 2012 2 次提交
  2. 20 2月, 2012 7 次提交
  3. 19 2月, 2012 7 次提交
  4. 18 2月, 2012 1 次提交
  5. 17 2月, 2012 1 次提交
  6. 16 2月, 2012 2 次提交
  7. 15 2月, 2012 3 次提交
  8. 14 2月, 2012 3 次提交
    • B
      [FIXED JENKINS-7733] System Message - Doesnt appear on any view other · f469733f
      baileys 提交于
      than the default view - In the view object appended the system message
      to the view description so that the system message now displays in all
      views.
      f469733f
    • K
      maintain() should assign buildable stuff to executors. · 1ac4872e
      Kohsuke Kawaguchi 提交于
      This came out of the conversation with Nicolas.
      
      When QueueTaskDispatcher vetos the assignment, a buildable item might
      stay buildable and unexecuted. Ane he found that it doesn't get retried,
      despite the MaintainTask class that attempts to do so.
      
      The issue is that the maintain() method actually doesn't try to assign
      buildable tasks to executors. That happens inside the pop() method.
      I think this goes against the original design of the maintain() method,
      which is a giant synchronized block that moves all the relevant actors
      from one state to another.
      
      So I'm moving this code into the maintain method. In this way,
      MaintainTask will automatically reattempt to assign buildable items
      to executors, and scheduleMaintenance() and maintain() will really
      do the same thing, and it solves the original problem.
      1ac4872e
    • K
      doc changes · 8e9d6085
      Kohsuke Kawaguchi 提交于
      8e9d6085
  9. 13 2月, 2012 1 次提交
  10. 10 2月, 2012 5 次提交
  11. 09 2月, 2012 2 次提交
  12. 08 2月, 2012 1 次提交
  13. 06 2月, 2012 2 次提交
  14. 03 2月, 2012 1 次提交
  15. 30 1月, 2012 2 次提交