An error occurred fetching the project authors.
  1. 01 May, 2018 1 commit
  2. 08 Feb, 2018 1 commit
  3. 01 Dec, 2017 6 commits
  4. 09 Nov, 2017 1 commit
  5. 06 Nov, 2017 1 commit
  6. 07 Sep, 2017 1 commit
  7. 31 Aug, 2017 1 commit
  8. 30 Aug, 2017 1 commit
  9. 29 Aug, 2017 1 commit
  10. 28 Aug, 2017 2 commits
  11. 24 Aug, 2017 1 commit
  12. 23 Aug, 2017 1 commit
  13. 20 Jul, 2017 1 commit
  14. 06 Jun, 2017 1 commit
  15. 30 May, 2017 2 commits
    • Toon Claes's avatar
      Add :owned param to ProjectFinder · db679788
      Toon Claes authored
      And use it in the API.
      db679788
    • Toon Claes's avatar
      Use helper to construct Finder params · 0f0b9a84
      Toon Claes authored
      The ProjectsFinder and GroupFinder both support the same set of params. And the
      `/api/v4/projects` and `/api/v4/group/:id/projects` also support the same set of
      params. But they do not match the Finder params. So use a helper method to
      transform them.
      0f0b9a84
  16. 17 May, 2017 1 commit
  17. 10 May, 2017 2 commits
  18. 10 Apr, 2017 2 commits
  19. 09 Apr, 2017 1 commit
  20. 06 Apr, 2017 1 commit
    • 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
  21. 16 Mar, 2017 1 commit
  22. 02 Mar, 2017 1 commit
  23. 24 Feb, 2017 1 commit
  24. 14 Feb, 2017 1 commit
    • 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
  25. 08 Feb, 2017 2 commits
  26. 03 Jan, 2017 1 commit
  27. 21 Dec, 2016 2 commits
    • 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.
      3ef4f74b
    • Markus Koller's avatar
      d5c49779
  28. 13 Dec, 2016 1 commit
  29. 12 Dec, 2016 1 commit