1. 31 5月, 2017 3 次提交
  2. 30 5月, 2017 1 次提交
  3. 11 5月, 2017 2 次提交
  4. 03 5月, 2017 1 次提交
  5. 02 5月, 2017 1 次提交
  6. 20 4月, 2017 1 次提交
  7. 11 4月, 2017 1 次提交
  8. 06 4月, 2017 1 次提交
    • J
      ProjectsFinder should handle more options · b996a82f
      Jacopo 提交于
      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. 17 3月, 2017 1 次提交
  10. 03 3月, 2017 1 次提交
  11. 02 3月, 2017 2 次提交
  12. 01 3月, 2017 1 次提交
    • J
      Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez 提交于
       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 2月, 2017 1 次提交
  14. 27 2月, 2017 1 次提交
  15. 24 2月, 2017 1 次提交
  16. 23 2月, 2017 2 次提交
  17. 22 2月, 2017 1 次提交
  18. 20 2月, 2017 1 次提交
  19. 14 2月, 2017 2 次提交
  20. 07 2月, 2017 1 次提交
    • T
      API: remove `public` param for projects · c6ad83ec
      Toon Claes 提交于
      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 1月, 2017 1 次提交
  22. 16 1月, 2017 1 次提交
  23. 15 1月, 2017 1 次提交
  24. 21 12月, 2016 2 次提交
    • M
      Add more storage statistics · 3ef4f74b
      Markus Koller 提交于
      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
    • M
      Consistently use current_user in API entities · d5c49779
      Markus Koller 提交于
      d5c49779
  25. 01 12月, 2016 1 次提交
  26. 29 11月, 2016 1 次提交
  27. 24 11月, 2016 1 次提交
  28. 23 11月, 2016 1 次提交
  29. 04 11月, 2016 1 次提交
  30. 12 10月, 2016 1 次提交
  31. 05 10月, 2016 2 次提交
  32. 28 9月, 2016 1 次提交