BigW Consortium Gitlab

  1. 15 Jan, 2018 1 commit
  2. 12 Jan, 2018 2 commits
  3. 04 Jan, 2018 1 commit
  4. 19 Dec, 2017 1 commit
    • 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.
  5. 13 Dec, 2017 1 commit
    • Adds ordering to projects contributors in API · 55f32208
      Jacopo authored
      Allows ordering in GET api/v4/projects/:project_id/repository/contributors
      through `order_by` and `sort` params.
      The available `order_by` options are: name|email|commits.
      The available `sort` options are: asc|desc.
  6. 07 Dec, 2017 1 commit
  7. 23 Nov, 2017 1 commit
  8. 21 Nov, 2017 1 commit
  9. 16 Nov, 2017 2 commits
  10. 15 Nov, 2017 2 commits
  11. 25 Sep, 2017 2 commits
  12. 06 Sep, 2017 1 commit
  13. 05 Sep, 2017 1 commit
  14. 21 Aug, 2017 2 commits
  15. 17 Aug, 2017 1 commit
  16. 16 Aug, 2017 1 commit
  17. 15 Aug, 2017 3 commits
  18. 14 Aug, 2017 1 commit
  19. 10 Aug, 2017 1 commit
  20. 08 Aug, 2017 2 commits
  21. 27 Jul, 2017 8 commits
  22. 18 Jul, 2017 3 commits
  23. 17 Jul, 2017 1 commit
    • 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