gitlab-org--gitlab-foss/lib/api
Gal Schlezinger 78e36780be Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API
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
2016-02-11 09:34:07 +01:00
..
api.rb Merge branch 'master' into ci/api-builds 2016-01-14 13:30:18 +01:00
api_guard.rb
branches.rb
builds.rb Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatus 2016-01-14 14:59:04 +01:00
commit_statuses.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
commits.rb
deploy_keys.rb
entities.rb Merge branch 'master' into ci/api-triggers 2016-01-14 21:58:17 +01:00
files.rb WIP lazy blobs 2016-02-01 10:41:52 +01:00
group_members.rb
groups.rb
helpers.rb Fix add_pagination_headers to keep request parameters in Link header 2016-02-02 15:26:29 +01:00
internal.rb
issues.rb Refactor spam filtering on issues API 2016-02-02 11:25:44 -02:00
keys.rb
labels.rb
merge_requests.rb Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API 2016-02-11 09:34:07 +01:00
milestones.rb
namespaces.rb
notes.rb Revert changes to how the notes are paginated in the API 2016-01-14 14:20:21 +01:00
project_hooks.rb Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
project_members.rb
project_snippets.rb
projects.rb First pass at deleting projects in the background. 2016-01-29 09:14:16 -05:00
repositories.rb Use only one header to send git blobs 2016-02-01 11:33:22 +01:00
services.rb
session.rb
settings.rb
system_hooks.rb
tags.rb Delete tag via API 2016-01-08 10:10:04 +01:00
triggers.rb Add some fixes after review 2016-01-13 12:20:59 +01:00
users.rb Codestyle changes 2016-01-12 12:29:10 -02:00
variables.rb Fix some typos 2016-01-13 18:47:39 +01:00