An error occurred fetching the project authors.
  1. 26 Apr, 2018 1 commit
  2. 15 Mar, 2018 1 commit
  3. 07 Mar, 2018 1 commit
  4. 06 Mar, 2018 1 commit
  5. 28 Feb, 2018 1 commit
  6. 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
  7. 03 Dec, 2017 2 commits
  8. 03 Oct, 2017 1 commit
  9. 19 Sep, 2017 1 commit
  10. 09 Aug, 2017 1 commit
  11. 02 Aug, 2017 1 commit
  12. 19 Jul, 2017 1 commit
  13. 04 Jul, 2017 1 commit
    • Lin Jen-Shin's avatar
      Introduce Gitlab::Cache::RequestStoreWrap · 216bf78f
      Lin Jen-Shin authored
      So that we cache the result of UserAccess#can_push_or_merge_to_branch?
      in RequestStore, avoiding querying ProtectedBranch over and over for
      the list of pipelines (i.e. in PipelineSerializer)
      
      I don't think this is ideal because I don't like the idea of
      RequestStore in general, but this is the easiest way to cache it
      without changing the architecture. In the future we should cache
      more explicitly rather than this kind of global store.
      216bf78f
  14. 14 Jun, 2017 1 commit
  15. 09 Jun, 2017 1 commit
  16. 02 Jun, 2017 1 commit
  17. 09 May, 2017 1 commit
  18. 17 Apr, 2017 1 commit
  19. 13 Apr, 2017 1 commit
  20. 06 Apr, 2017 6 commits
  21. 23 Mar, 2017 5 commits
  22. 23 Feb, 2017 4 commits
  23. 06 Feb, 2017 1 commit
  24. 03 Feb, 2017 1 commit
  25. 27 Jan, 2017 1 commit
  26. 28 Dec, 2016 1 commit
  27. 15 Dec, 2016 1 commit