An error occurred fetching the project authors.
  1. 06 Jun, 2017 1 commit
    • Mark Fletcher's avatar
      Introduce an Events API · ad3e180e
      Mark Fletcher authored
      * Meld the following disparate endpoints:
       * `/projects/:id/events`
       * `/events`
       * `/users/:id/events`
      + Add result filtering to the above endpoints:
       * action
       * target_type
       * before and after dates
      ad3e180e
  2. 02 Jun, 2017 1 commit
  3. 31 May, 2017 1 commit
  4. 30 May, 2017 1 commit
  5. 18 May, 2017 1 commit
  6. 10 May, 2017 1 commit
  7. 03 May, 2017 1 commit
  8. 01 May, 2017 1 commit
  9. 21 Apr, 2017 1 commit
  10. 10 Apr, 2017 1 commit
  11. 08 Apr, 2017 2 commits
  12. 07 Mar, 2017 1 commit
  13. 06 Mar, 2017 1 commit
  14. 03 Mar, 2017 2 commits
  15. 02 Mar, 2017 1 commit
    • Toon Claes's avatar
      Expose Project's & ProjectSnippet's VisibilityLevel as String · b2c2dfe5
      Toon Claes authored
      Instead of exposing the VisibilityLevel as Integer, expose it as
      String `visibility` for Project and ProjectSnippet.
      
      Filter queries also accept the `visibility` as String instead of
      `visibility_level` as Integer.
      
      Also remove the `public` boolean.
      b2c2dfe5
  16. 01 Mar, 2017 2 commits
    • Robert Schilling's avatar
      Use v4 endpoint in API docs · 1ead6a97
      Robert Schilling authored
      1ead6a97
    • 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
  17. 27 Feb, 2017 1 commit
  18. 22 Feb, 2017 2 commits
  19. 20 Feb, 2017 1 commit
  20. 14 Feb, 2017 2 commits
  21. 13 Feb, 2017 1 commit
  22. 08 Feb, 2017 1 commit
  23. 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
  24. 21 Dec, 2016 1 commit
    • 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
  25. 15 Dec, 2016 1 commit
  26. 02 Dec, 2016 1 commit
  27. 28 Nov, 2016 1 commit
  28. 24 Nov, 2016 3 commits
  29. 23 Nov, 2016 1 commit
  30. 18 Nov, 2016 1 commit
  31. 04 Nov, 2016 1 commit
  32. 01 Nov, 2016 2 commits