1. 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
  2. 06 Feb, 2016 2 commits
    • Achilleas Pipinellis's avatar
      Merge branch 'patch-1' into 'master' · bce482a5
      Achilleas Pipinellis authored
      fixed Windows commands in SSH Help.
      
      The current commands shown don't work in Command Line, or PowerShell. Command Line doesn't recognize the `~` character as the home directory, the `<` character is reserved in PowerShell, and `cat` doesn't work in Command Line. This commit provides commands that will work for both the Command Line, and PowerShell.
      
      See merge request !2694
      bce482a5
    • Aaron Power's avatar
      Fixed Window's commands for SSH Help. · b92ce40d
      Aaron Power authored
      b92ce40d
  3. 05 Feb, 2016 35 commits
  4. 04 Feb, 2016 1 commit