An error occurred fetching the project authors.
  1. 17 Jul, 2017 1 commit
    • Lin Jen-Shin's avatar
      Use RequestStoreWrap for Commit#author · aada5273
      Lin Jen-Shin authored
      We also try to use instance variable to cache the result if
      RequestStore is not available, so we could keep the same logic,
      using the same cache key. Also introduce a way to specify method
      specific cache key
      aada5273
  2. 06 Jul, 2017 1 commit
    • Sean McGivern's avatar
      Add table for merge request commits · aff5c9f3
      Sean McGivern authored
      This is an ID-less table with just three columns: an association to the merge
      request diff the commit belongs to, the relative order of the commit within the
      merge request diff, and the commit SHA itself.
      
      Previously we stored much more information about the commits, so that we could
      display them even when they were deleted from the repo. Since 8.0, we ensure
      that those commits are kept around for as long as the target repo itself is, so
      we don't need to duplicate that data in the database.
      aff5c9f3
  3. 15 Jun, 2017 2 commits
  4. 07 Jun, 2017 1 commit
  5. 02 Jun, 2017 3 commits
  6. 13 May, 2017 1 commit
  7. 12 May, 2017 1 commit
  8. 11 May, 2017 1 commit
  9. 10 May, 2017 1 commit
  10. 09 May, 2017 3 commits
  11. 07 May, 2017 1 commit
  12. 02 May, 2017 2 commits
  13. 27 Apr, 2017 1 commit
  14. 11 Apr, 2017 1 commit
  15. 05 Apr, 2017 1 commit
  16. 16 Mar, 2017 1 commit
  17. 15 Mar, 2017 1 commit
  18. 23 Feb, 2017 7 commits
  19. 27 Jan, 2017 1 commit
  20. 24 Jan, 2017 1 commit
  21. 19 Jan, 2017 1 commit
  22. 17 Jan, 2017 1 commit
  23. 03 Jan, 2017 1 commit
  24. 14 Dec, 2016 1 commit
  25. 09 Dec, 2016 1 commit
  26. 02 Dec, 2016 1 commit
  27. 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
  28. 24 Nov, 2016 1 commit