An error occurred fetching the project authors.
  1. 16 Mar, 2016 1 commit
    • Pierre de La Morinerie's avatar
      Fix MergeRequest#source_sha when there is no diff · 18295585
      Pierre de La Morinerie authored
      `MergeRequest#source_sha` is expected to return the sha of the source
      branch last commit.
      
      But when a open Merge Request has no diff (e.g. all commits have already
      been merged to the target branch), `merge_request.source_sha`
      incorrectly returns `nil`.
      
      This was un-noticed before – but now that !2217 has been merged,
      it makes `Gitlab::Git::Commit.between` raise an
      "Unexpected nil argument" exception.
      
      This fixes the crash, by making sure that `source_sha` returns a
      correct result even when there is no diff available.
      18295585
  2. 08 Mar, 2016 1 commit
  3. 03 Mar, 2016 1 commit
  4. 19 Feb, 2016 1 commit
  5. 11 Feb, 2016 2 commits
    • Rémy Coutable's avatar
    • Gal Schlezinger's avatar
      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
      78e36780
  6. 06 Jan, 2016 1 commit
  7. 05 Dec, 2015 1 commit
  8. 13 Nov, 2015 1 commit
  9. 06 Sep, 2015 1 commit
  10. 22 Jun, 2015 1 commit
  11. 06 Mar, 2015 1 commit
  12. 22 Jan, 2015 1 commit
  13. 25 Aug, 2014 1 commit
  14. 06 Aug, 2014 1 commit
  15. 31 Jul, 2014 1 commit