Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
  2. Jan 15, 2018
  3. Jan 12, 2018
  4. Jan 04, 2018
  5. Dec 19, 2017
    • 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.
      Unverified
      c6edae38
  6. Dec 13, 2017
    • Jacopo's avatar
      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.
      55f32208
  7. Dec 07, 2017
  8. Nov 23, 2017
  9. Nov 21, 2017
  10. Nov 16, 2017
  11. Nov 15, 2017
  12. Sep 25, 2017
  13. Sep 06, 2017
  14. Sep 05, 2017
  15. Aug 21, 2017
  16. Aug 17, 2017
  17. Aug 16, 2017
  18. Aug 15, 2017
  19. Aug 14, 2017
  20. Aug 10, 2017
  21. Aug 08, 2017
  22. Jul 27, 2017
  23. Jul 18, 2017
Loading