An error occurred fetching the project authors.
  1. 06 Mar, 2018 1 commit
    • Zeger-Jan van de Weg's avatar
      Lock gRPC gem to 1.8 · cf34f33a
      Zeger-Jan van de Weg authored
      Given 1.9 has issues we're aware of, for now we're locking to 1.8.
      Closes gitlab-org/gitaly#1059 and will probably be removed if 1.10 is
      tested an deemed ok.
      cf34f33a
  2. 02 Mar, 2018 1 commit
  3. 01 Mar, 2018 1 commit
  4. 26 Feb, 2018 1 commit
  5. 21 Feb, 2018 1 commit
  6. 20 Feb, 2018 1 commit
  7. 16 Feb, 2018 1 commit
  8. 07 Feb, 2018 3 commits
  9. 06 Feb, 2018 1 commit
  10. 05 Feb, 2018 1 commit
  11. 31 Jan, 2018 2 commits
  12. 30 Jan, 2018 4 commits
  13. 26 Jan, 2018 1 commit
  14. 24 Jan, 2018 2 commits
  15. 22 Jan, 2018 2 commits
  16. 18 Jan, 2018 1 commit
  17. 16 Jan, 2018 2 commits
  18. 15 Jan, 2018 1 commit
  19. 09 Jan, 2018 2 commits
  20. 08 Jan, 2018 1 commit
  21. 07 Jan, 2018 1 commit
  22. 02 Jan, 2018 3 commits
  23. 27 Dec, 2017 1 commit
  24. 22 Dec, 2017 3 commits
  25. 20 Dec, 2017 1 commit
  26. 19 Dec, 2017 1 commit
    • Zeger-Jan van de Weg's avatar
      Load commit in batches for pipelines#index · c6edae38
      Zeger-Jan van de Weg authored
      Uses `list_commits_by_oid` on the CommitService, to request the needed
      commits for pipelines. These commits are needed to display the user that
      created the commit and the commit title.
      
      This includes fixes for tests failing that depended on the commit
      being `nil`. However, now these are batch loaded, this doesn't happen
      anymore and the commits are an instance of BatchLoader.
      c6edae38