BigW Consortium Gitlab

  1. 01 Dec, 2017 6 commits
  2. 09 Nov, 2017 1 commit
  3. 06 Nov, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 31 Aug, 2017 1 commit
  6. 30 Aug, 2017 1 commit
  7. 29 Aug, 2017 1 commit
  8. 28 Aug, 2017 2 commits
  9. 24 Aug, 2017 1 commit
  10. 23 Aug, 2017 1 commit
  11. 20 Jul, 2017 1 commit
  12. 06 Jun, 2017 1 commit
  13. 30 May, 2017 2 commits
    • Add :owned param to ProjectFinder · db679788
      Toon Claes authored
      And use it in the API.
    • 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.
  14. 17 May, 2017 1 commit
  15. 10 May, 2017 2 commits
  16. 10 Apr, 2017 2 commits
  17. 09 Apr, 2017 1 commit
  18. 06 Apr, 2017 1 commit
    • 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.
  19. 16 Mar, 2017 1 commit
  20. 02 Mar, 2017 1 commit
  21. 24 Feb, 2017 1 commit
  22. 14 Feb, 2017 1 commit
    • 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.
  23. 08 Feb, 2017 2 commits
  24. 03 Jan, 2017 1 commit
  25. 21 Dec, 2016 2 commits
    • 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.
  26. 13 Dec, 2016 1 commit
  27. 12 Dec, 2016 1 commit
  28. 04 Dec, 2016 1 commit
  29. 24 Nov, 2016 1 commit