1. 11 2月, 2016 2 次提交
    • R
    • G
      Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API · 78e36780
      Gal Schlezinger 提交于
      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
      78e36780
  2. 09 2月, 2016 2 次提交
  3. 28 1月, 2016 1 次提交
  4. 15 12月, 2015 1 次提交
  5. 05 12月, 2015 1 次提交
  6. 04 12月, 2015 1 次提交
  7. 02 12月, 2015 1 次提交
  8. 11 10月, 2015 1 次提交
  9. 16 9月, 2015 1 次提交
  10. 11 8月, 2015 2 次提交
  11. 04 8月, 2015 1 次提交
  12. 17 7月, 2015 1 次提交
  13. 23 6月, 2015 1 次提交
  14. 22 6月, 2015 2 次提交
  15. 14 6月, 2015 1 次提交
  16. 30 5月, 2015 1 次提交
  17. 02 5月, 2015 1 次提交
  18. 30 4月, 2015 1 次提交
  19. 13 2月, 2015 1 次提交
  20. 06 2月, 2015 2 次提交
  21. 04 2月, 2015 1 次提交
  22. 16 9月, 2014 1 次提交
    • J
      Improve error reporting on users API · 998cd3cb
      jubianchi 提交于
      * 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
      998cd3cb
  23. 15 9月, 2014 2 次提交
  24. 21 8月, 2014 1 次提交
  25. 14 8月, 2014 1 次提交
  26. 18 6月, 2014 1 次提交
  27. 13 5月, 2014 2 次提交
  28. 12 4月, 2014 1 次提交
  29. 07 4月, 2014 1 次提交
    • S
      Add optional parameter to list merge requests · 66209fbc
      Stuart Pook 提交于
      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.
      66209fbc
  30. 03 4月, 2014 1 次提交
  31. 20 3月, 2014 1 次提交
  32. 11 3月, 2014 1 次提交
  33. 23 1月, 2014 1 次提交