BigW Consortium Gitlab

  1. 11 Feb, 2016 2 commits
    • Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API · 78e36780
      Gal Schlezinger authored
      Added some documentation for it
      
      Added to changelog
      
      Added curl example and an attribute table
      
      Moved the api route definition from "lib/api/issues.rb" to "lib/api/merge_requests.rb"
      
      Fixed the attributes and changed the documentation to be at "merge_requests.md" too
      
      Changed generic titles to more specific titles
      
      added an underscore
      
      added tests. it depends on a newer version of gitlab-test project
      I'm doing a  since I need to add a branch to the `gitlab-test` repo
      
      removed the before
      
      using 'iid' instead of 'id' in the description to reference the issues. that makes the tests pass
      
      Removed the 'closes-issues' key from test_env. so it should pass the tests
      
      Moved the two initializations to the describe block
      
      Changed the changelog
  2. 08 Feb, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 05 Jan, 2016 1 commit
  5. 04 Dec, 2015 1 commit
  6. 02 Dec, 2015 1 commit
  7. 23 Nov, 2015 1 commit
  8. 18 Nov, 2015 1 commit
  9. 13 Oct, 2015 1 commit
    • [ci skip] Fix wrong comment · a092d270
      sue445 authored
      According to `attributes_for_keys` and API doc, `POST /projects/:id/merge_requests`
      is received `target_project_id` (NOT `target_project`)
  10. 10 Oct, 2015 1 commit
  11. 16 Sep, 2015 1 commit
  12. 11 Aug, 2015 2 commits
  13. 04 Aug, 2015 1 commit
  14. 17 Jul, 2015 1 commit
  15. 16 Jul, 2015 1 commit
  16. 26 Jun, 2015 1 commit
  17. 29 May, 2015 1 commit
  18. 02 May, 2015 1 commit
  19. 30 Apr, 2015 1 commit
  20. 24 Mar, 2015 1 commit
  21. 06 Feb, 2015 1 commit
  22. 04 Feb, 2015 1 commit
  23. 21 Jan, 2015 1 commit
  24. 07 Jan, 2015 2 commits
  25. 16 Sep, 2014 1 commit
  26. 15 Sep, 2014 2 commits
    • Improve error reporting on users API · 998cd3cb
      jubianchi authored
      * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username
      * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks
      * issues
      * labels
      * projects
    • Ordering and sorting for MR in api. · b99b2e60
      Marin Jankovski authored
  27. 20 Aug, 2014 1 commit
  28. 14 Aug, 2014 1 commit
  29. 30 Jul, 2014 1 commit
  30. 10 Jun, 2014 1 commit
  31. 13 May, 2014 2 commits
  32. 12 May, 2014 3 commits
  33. 07 Apr, 2014 1 commit
    • Add optional parameter to list merge requests · 66209fbc
      Stuart Pook authored
      Add an optional parameter to list merge requests to restrict the
      returned merge requests to those that are "opened", "merged" or
      "closed". By default all merge requests are returned. Note that
      "all" can be given to explicitly request all merge requests.