An error occurred fetching the project authors.
  1. 31 May, 2017 1 commit
  2. 30 May, 2017 7 commits
  3. 10 May, 2017 2 commits
  4. 03 May, 2017 1 commit
  5. 02 May, 2017 1 commit
  6. 19 Apr, 2017 1 commit
  7. 10 Apr, 2017 1 commit
  8. 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
  9. 16 Mar, 2017 1 commit
  10. 03 Mar, 2017 1 commit
  11. 02 Mar, 2017 2 commits
  12. 01 Mar, 2017 1 commit
    • James Lopez's avatar
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez authored
       Rename column in the database
       Rename fields related to import/export feature
       Rename API endpoints
       Rename documentation links
       Rename the rest of occurrences in the code
       Replace the images that contain the words "build succeeds" and docs referencing to them
       Make sure pipeline is green and nothing is missing.
      
      updated doc images
      
      renamed only_allow_merge_if_build_succeeds in projects and fixed references
      
      more updates
      
      fix some spec failures
      
      fix rubocop offences
      
      fix v3 api spec
      
      fix MR  specs
      
      fixed issues with partials
      
      fix MR spec
      
      fix alignment
      
      add missing v3 to v4 doc
      
      wip - refactor v3 endpoints
      
      fix specs
      
      fix a few typos
      
      fix project specs
      
      copy entities fully to V3
      
      fix  entity error
      
      more fixes
      
      fix failing specs
      
      fixed missing entities in V3 API
      
      remove comment
      
      updated code based on feedback
      
      typo
      
      fix spec
      a0101ebf
  13. 28 Feb, 2017 1 commit
  14. 27 Feb, 2017 1 commit
  15. 23 Feb, 2017 3 commits
  16. 22 Feb, 2017 1 commit
  17. 20 Feb, 2017 1 commit
  18. 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
  19. 13 Feb, 2017 1 commit
  20. 07 Feb, 2017 1 commit
    • Toon Claes's avatar
      API: remove `public` param for projects · c6ad83ec
      Toon Claes authored
      The create and edit actions for projects had these parameters:
      
      - `public` (optional) - if true same as setting `visibility_level = 20`
      - `visibility_level` (optional)
      
      Remove the `public` parameter to avoid contradiction.
      c6ad83ec
  21. 30 Jan, 2017 1 commit
  22. 16 Jan, 2017 1 commit
  23. 15 Jan, 2017 1 commit
  24. 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
  25. 01 Dec, 2016 1 commit
  26. 28 Nov, 2016 1 commit
  27. 24 Nov, 2016 1 commit
  28. 23 Nov, 2016 1 commit
  29. 04 Nov, 2016 1 commit