Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Jan 30, 2020
  3. Oct 20, 2019
  4. Aug 30, 2019
  5. Aug 22, 2019
  6. Jul 08, 2019
  7. May 29, 2019
    • Achilleas Pipinellis's avatar
      Port some EE API docs to CE · 77eb61e8
      Achilleas Pipinellis authored and Evan Read's avatar Evan Read committed
      The following EE files had small differences with their CE counterpart
      so they have been ported to CE:
      
      - doc/api/boards.md
      - doc/api/discussions.md
      - doc/api/notes.md
      - doc/api/resource_label_events.md
      - doc/api/services.md
      77eb61e8
  8. Apr 16, 2019
  9. Apr 15, 2019
  10. Jan 04, 2019
  11. Oct 16, 2018
  12. Aug 22, 2018
  13. Jul 12, 2018
  14. May 01, 2018
  15. Mar 07, 2018
    • Jan Provaznik's avatar
      Add discussion API · dcdfa04b
      Jan Provaznik authored
      * adds basic discussions API for issues and snippets
      * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
      dcdfa04b
  16. Jan 19, 2018
  17. Nov 29, 2017
  18. Aug 08, 2017
  19. May 18, 2017
  20. Apr 10, 2017
  21. Apr 08, 2017
  22. Mar 27, 2017
    • Toon Claes's avatar
      API: Make the /notes endpoint work with noteable iid instead of id · add5cd99
      Toon Claes authored
      In API V4 all endpoints were changed so Merge Requests and Issues
      should be referred by iid, instead of id. Except the /notes endpoint
      was forgotten. So change the endpoints from:
      
      - /projects/:id/issues/:issue_id/notes
      - /projects/:id/merge_requests/:merge_request_id/notes
      
      To:
      
      - /projects/:id/issues/:issue_iid/notes
      - /projects/:id/merge_requests/:merge_request_iid/notes
      
      For Project Snippets nothing changes.
      add5cd99
  23. Mar 01, 2017
  24. Feb 28, 2017
  25. Feb 22, 2017
  26. Nov 24, 2016
  27. Oct 13, 2016
  28. Sep 16, 2016
  29. Aug 08, 2016
  30. Jun 03, 2016
  31. May 09, 2016
  32. May 04, 2016
  33. Apr 13, 2016
  34. Apr 12, 2016
  35. Mar 09, 2016
Loading