Skip to content
Snippets Groups Projects
  1. Feb 08, 2018
  2. Dec 01, 2017
  3. Nov 09, 2017
  4. Nov 06, 2017
  5. Sep 07, 2017
  6. Aug 31, 2017
  7. Aug 30, 2017
  8. Aug 29, 2017
  9. Aug 28, 2017
  10. Aug 24, 2017
  11. Aug 23, 2017
  12. Jul 20, 2017
  13. Jun 06, 2017
  14. May 30, 2017
  15. May 17, 2017
  16. May 10, 2017
  17. Apr 10, 2017
  18. Apr 09, 2017
  19. Apr 06, 2017
    • Jacopo's avatar
      ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
      b996a82f
  20. Mar 16, 2017
  21. Mar 02, 2017
  22. Feb 24, 2017
  23. 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
  24. Feb 08, 2017
  25. Jan 03, 2017
  26. 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
    • Markus Koller's avatar
      Verified
      d5c49779
  27. Dec 13, 2016
  28. Dec 12, 2016
  29. Dec 04, 2016
Loading