An error occurred fetching the project authors.
  1. 22 Dec, 2017 1 commit
  2. 20 Oct, 2017 1 commit
  3. 07 Sep, 2017 1 commit
  4. 27 Jul, 2017 1 commit
  5. 05 Jul, 2017 1 commit
  6. 22 May, 2017 1 commit
  7. 08 May, 2017 1 commit
  8. 04 May, 2017 1 commit
    • James Edwards-Jones's avatar
      Cycle analytics specs needed Commit to reference issue · 29519edb
      James Edwards-Jones authored
      The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
      29519edb
  9. 21 Apr, 2017 1 commit
  10. 26 Jan, 2017 1 commit
  11. 25 Jan, 2017 1 commit
  12. 16 Jan, 2017 1 commit
  13. 04 Dec, 2016 1 commit
  14. 01 Dec, 2016 1 commit
    • Yorick Peterse's avatar
      Pass commit data to ProcessCommitWorker · 6b4d3356
      Yorick Peterse authored
      By passing commit data to this worker we remove the need for querying
      the Git repository for every job. This in turn reduces the time spent
      processing each job.
      
      The migration included migrates jobs from the old format to the new
      format. For this to work properly it requires downtime as otherwise
      workers may start producing errors until they're using a newer version
      of the worker code.
      6b4d3356
  15. 29 Nov, 2016 1 commit
  16. 17 Nov, 2016 12 commits