1. 27 Feb, 2017 2 commits
  2. 23 Feb, 2017 5 commits
  3. 22 Feb, 2017 3 commits
  4. 16 Feb, 2017 4 commits
  5. 15 Feb, 2017 2 commits
  6. 14 Feb, 2017 6 commits
  7. 13 Feb, 2017 3 commits
  8. 10 Feb, 2017 2 commits
  9. 09 Feb, 2017 5 commits
  10. 08 Feb, 2017 2 commits
  11. 07 Feb, 2017 1 commit
  12. 03 Feb, 2017 1 commit
  13. 31 Jan, 2017 2 commits
  14. 30 Jan, 2017 2 commits
    • Morris Jette's avatar
      Clear job BeginTime reason · 0abbf727
      Morris Jette authored
      Clear job's reason of "BeginTime" in a more timely fashion and/or prevents
          them from being stuck in a PENDING state. There are multiple ways of
          clearing the reason, especially on a lightly loaded system, but the
          state can persist indefinitely on a heavily loaded system.
      bug 3368
      0abbf727
    • Morris Jette's avatar
      will_run fix for job with begin time in past · f75abc9c
      Morris Jette authored
      Fix to logic for getting expected start time of existing job ID with
          explicit begin time that is in the past. Previous logic would
          compare that (past) begin time with advanced reservations that
          would compete with it rather than the current time.
      f75abc9c