Skip to content
Snippets Groups Projects
  1. Feb 08, 2018
  2. Dec 14, 2017
  3. Dec 08, 2017
  4. Nov 17, 2017
  5. Nov 09, 2017
  6. Nov 06, 2017
  7. Oct 24, 2017
  8. Aug 24, 2017
  9. May 10, 2017
  10. Apr 08, 2017
  11. Mar 06, 2017
  12. Mar 02, 2017
  13. Mar 01, 2017
  14. Feb 24, 2017
  15. Feb 14, 2017
    • Toon Claes's avatar
      API: Consolidate /projects endpoint · 4e9e29d2
      Toon Claes authored
      It consolidates these endpoints:
       - /projects
       - /projects/owned
       - /projects/visible
       - /projects/starred
       - /projects/all
      
      Into the /projects endpoint using query parameters.
      4e9e29d2
  16. Feb 08, 2017
  17. Jan 30, 2017
  18. Jan 03, 2017
  19. Dec 21, 2016
    • Markus Koller's avatar
      Add more storage statistics · 3ef4f74b
      Markus Koller authored
      This adds counters for build artifacts and LFS objects, and moves
      the preexisting repository_size and commit_count from the projects
      table into a new project_statistics table.
      
      The counters are displayed in the administration area for projects
      and groups, and also available through the API for admins (on */all)
      and normal users (on */owned)
      
      The statistics are updated through ProjectCacheWorker, which can now
      do more granular updates with the new :statistics argument.
      Verified
      3ef4f74b
  20. Dec 13, 2016
  21. Nov 17, 2016
    • Sean McGivern's avatar
      Allow sorting groups in API · 79122896
      Sean McGivern authored
      Allow `order_by` and `sort` parameters to `/api/v3/groups.json`. At
      present, only ordering by name and path is supported, and the default
      sort is name ascending (alphabetical order).
      79122896
  22. Nov 08, 2016
  23. Oct 31, 2016
  24. Sep 19, 2016
  25. Sep 15, 2016
  26. Aug 10, 2016
  27. Aug 08, 2016
  28. Jul 08, 2016
  29. Jun 03, 2016
  30. May 21, 2016
  31. Apr 12, 2016
  32. Mar 20, 2016
  33. Jan 19, 2016
Loading