1. 25 2月, 2016 2 次提交
  2. 24 2月, 2016 1 次提交
  3. 13 2月, 2016 1 次提交
  4. 07 2月, 2016 1 次提交
  5. 05 2月, 2016 2 次提交
  6. 02 2月, 2016 1 次提交
  7. 01 2月, 2016 1 次提交
  8. 28 1月, 2016 3 次提交
  9. 26 1月, 2016 1 次提交
  10. 01 1月, 2016 1 次提交
  11. 23 12月, 2015 1 次提交
  12. 21 12月, 2015 1 次提交
    • G
      No more no changes entries in the CHANGELOGs · c5b6ec7b
      Genadi Samokovarov 提交于
      During the `5.0.0.beta1` release, the CHANGELOGs got an entry like the
      following:
      
      ```
      * No changes.
      ```
      
      It is kinda confusing as there are indeed changes after it. Not a
      biggie, just a small pass over the CHANGELOGs.
      
      [ci skip]
      c5b6ec7b
  13. 19 12月, 2015 2 次提交
  14. 18 12月, 2015 1 次提交
  15. 07 12月, 2015 1 次提交
  16. 03 12月, 2015 1 次提交
  17. 23 11月, 2015 1 次提交
    • W
      Fix race condition testing for job execution order · 171e788c
      Will Jessop 提交于
      On most filesystems file ctime is limited to 1 second granularity, which means that on
      faster computers multiple simple jobs (for instance dummy TestJob) can finish within the
      same second.
      
      The execution order test in ActiveJob integration tests relies on multiple TestJobs
      writing files then comparing the ctime. As a result integration tests would sometimes
      fail as the ctime of the files written by these TestJobs could have coincidental ctimes
      making the comparison for job order fail.
      
      This commit adds a far more precise execution time (to the extent that the Ruby Time
      class allows) to the file created by TestJob, and updates the execution order assertion
      to use it, removing the race condition.
      171e788c
  18. 09 11月, 2015 1 次提交
  19. 05 11月, 2015 1 次提交
  20. 03 11月, 2015 1 次提交
  21. 08 10月, 2015 1 次提交
  22. 06 10月, 2015 1 次提交
  23. 03 10月, 2015 3 次提交
  24. 21 9月, 2015 4 次提交
  25. 20 9月, 2015 1 次提交
  26. 19 9月, 2015 1 次提交
  27. 18 9月, 2015 1 次提交
  28. 09 9月, 2015 1 次提交
  29. 31 8月, 2015 1 次提交
  30. 26 8月, 2015 1 次提交