Skip to content
Snippets Groups Projects
  1. Feb 16, 2018
  2. Feb 13, 2018
  3. Jan 19, 2018
  4. Nov 06, 2017
  5. Sep 19, 2017
  6. Sep 06, 2017
  7. Jul 25, 2017
  8. Jul 19, 2017
  9. Jul 06, 2017
  10. Jul 05, 2017
  11. Jul 03, 2017
  12. Jun 30, 2017
  13. Jun 19, 2017
  14. Jun 09, 2017
  15. Jun 06, 2017
    • Mark Fletcher's avatar
      Confirm Project forking behaviour via the API · cff037fd
      Mark Fletcher authored
      * It's unclear that the forking operation can still be ongoing
      * `import_status` is available in Project Entity to determine status
      cff037fd
    • 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
  16. Jun 02, 2017
  17. Jun 01, 2017
  18. May 31, 2017
  19. May 30, 2017
  20. May 18, 2017
  21. May 10, 2017
  22. May 03, 2017
  23. May 01, 2017
  24. Apr 21, 2017
  25. Apr 10, 2017
  26. Apr 08, 2017
  27. Mar 07, 2017
  28. Mar 06, 2017
  29. Mar 03, 2017
  30. Mar 02, 2017
    • 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
  31. Mar 01, 2017
    • 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
  32. Feb 27, 2017
  33. Feb 22, 2017
Loading