summaryrefslogtreecommitdiff
path: root/lib/api/merge_request_diffs.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable2017-03-161-3/+4
| | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
* Migrate the MergeRequestDiffs API to use `merge_request_iid`Timothy Andrew2017-03-071-6/+6
| | | | | | - Instead of `merge_request_id` - Duplicate the original `MergeRequestDiffs` API (and spec) for use with the V3 API, since this is a breaking change.
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-2/+4
|
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-6/+2
| | | | | | Ensure that only privileged users can access merge requests in the API See merge request !2053
* Add single merge request diff API endpointDmitriy Zaporozhets2016-08-121-0/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project id param for merge request version APIDmitriy Zaporozhets2016-08-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update merge request versions API to match styleguideDmitriy Zaporozhets2016-08-031-9/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add API to list merge request diff versionsDmitriy Zaporozhets2016-08-031-0/+25
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>