1. 22 4月, 2013 1 次提交
  2. 17 4月, 2013 3 次提交
    • K
      creating an RC branch · 1c35f363
      Kohsuke Kawaguchi 提交于
      1c35f363
    • K
      [JENKINS-13995] · 084da443
      Kohsuke Kawaguchi 提交于
      Added logging more liberally, and fixed the problem.
      The root cause was that when the mouse enters a hot spot, I wasn't cancelling the previous delayed hide timer.
      
      This fix eliminates the need for the hack in the hide method where I was testing if the mouse was still over the hotspot.
      084da443
    • J
      [JENKINS-17637] Noting. · 293403f3
      Jesse Glick 提交于
      293403f3
  3. 15 4月, 2013 1 次提交
  4. 13 4月, 2013 2 次提交
  5. 12 4月, 2013 1 次提交
  6. 11 4月, 2013 4 次提交
  7. 10 4月, 2013 3 次提交
  8. 08 4月, 2013 2 次提交
  9. 07 4月, 2013 3 次提交
  10. 06 4月, 2013 1 次提交
  11. 04 4月, 2013 2 次提交
  12. 03 4月, 2013 1 次提交
  13. 02 4月, 2013 3 次提交
  14. 29 3月, 2013 1 次提交
  15. 28 3月, 2013 2 次提交
  16. 26 3月, 2013 5 次提交
    • K
      updated changelog for release · 4da0beb8
      Kohsuke Kawaguchi 提交于
      4da0beb8
    • K
      creating an RC branch · ec1f5138
      Kohsuke Kawaguchi 提交于
      ec1f5138
    • K
      recording the fix · cb8ba8cc
      Kohsuke Kawaguchi 提交于
      cb8ba8cc
    • K
      [FIXED JENKINS-7291] Permit flyweight tasks to run on master even when it has... · a114c693
      Kohsuke Kawaguchi 提交于
      [FIXED JENKINS-7291] Permit flyweight tasks to run on master even when it has zero configured executors.
      
      Always adding Computer for master as a fallback
      
      The original proposed fix for JENKINS-7291 creates a Computer object
      transitively. This seems unwise as it violates the design of Computer
      as stated in the javadoc, and for example we can end up creating two
      Computers for the master.
      
      I think a better fix is to create a Computer for the master all the
      time, even if there's no executors configured. The discrimination in
      Queue.makeBuildable would ensure that such phantom Computer is only used
      as a last resort (statistically speaking).
      
      I've also tweaked executors.jelly a bit. I simplified it somewhat
      based on the idea that "if there's only one computer to show, the
      context is likely making it obvious".
      
      (I must be missing the intricacy in the current code.)
      
      Originally developed in a branch at
      2c5b57fcc1f39ed39057254e802f4183db5aa0dc then squashed for clarity.
      a114c693
    • K
      recording JENKINS-17311 · c4760b47
      Kohsuke Kawaguchi 提交于
      c4760b47
  17. 25 3月, 2013 2 次提交
  18. 23 3月, 2013 2 次提交
  19. 22 3月, 2013 1 次提交