An error occurred fetching the project authors.
  1. 23 Feb, 2016 2 commits
  2. 22 Feb, 2016 1 commit
  3. 20 Feb, 2016 2 commits
  4. 19 Feb, 2016 10 commits
  5. 18 Feb, 2016 5 commits
  6. 17 Feb, 2016 2 commits
  7. 13 Feb, 2016 1 commit
  8. 12 Feb, 2016 2 commits
  9. 11 Feb, 2016 3 commits
    • Kirill Zaitsev's avatar
      Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev authored
      - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`,
        `path_with_namespace` and `default_branch` in `project` in push, issue,
        merge-request and note webhooks data
      - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in
        favor of `git_http_url` in `project` for push, issue, merge-request and
        note webhooks data
      - Deprecate the `repository` key in push, issue, merge-request and
        note webhooks data, use `project` instead
      b123171d
    • Grzegorz Bizon's avatar
      ee1bee58
    • 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
  10. 10 Feb, 2016 4 commits
  11. 09 Feb, 2016 6 commits
  12. 08 Feb, 2016 2 commits