summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't allow blank MR titles in APIapi-dont-allow-blank-mr-titlesRobert Schilling2016-12-131-2/+2
* Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable2016-12-091-2/+6
|\
| * API: Ability to remove source branchapi-remove-source-branchRobert Schilling2016-12-041-2/+6
* | Merge branch 'use-pagination-helper' into 'master' Rémy Coutable2016-12-051-0/+9
|\ \
| * | Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-0/+9
| |/
* | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-301-11/+1
|\ \ | |/
| * Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-291-1/+1
| * Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-10/+0
* | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-251-6/+4
|\ \ | |/
| * Merge branch 'fix-api-iid-filter' into 'master' Rémy Coutable2016-11-221-5/+3
| |\
| | * Fix IID filter for merge requests and milestonesRobert Schilling2016-11-221-5/+3
| * | Avoid helper call with default parametersavoid-api-helper-callRobert Schilling2016-11-221-1/+1
| |/
* | Update some docs to reflect MWPS name changeGrzegorz Bizon2016-11-211-2/+2
* | Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon2016-11-211-5/+9
|/
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-5/+5
* Grapify the merge request APIgrapify-merge-request-apiRobert Schilling2016-11-151-162/+110
* Move label management to services on merge requests APIDouglas Barbosa Alexandre2016-10-191-11/+4
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-2/+2
* Replace parse_boolean with to_booleanRobert Schilling2016-07-201-1/+1
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Fix Error 500 when using closes_issues API with an external issue trackerStan Hu2016-06-111-1/+1
* Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-3/+2
* Allow or not merge MR with failed buildRui Anderson2016-06-101-1/+1
* Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-1/+1
* Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commitKamil Trzcinski2016-06-031-0/+5
|\
| * fixup! Add `sha` parameter to MR accept APISean McGivern2016-06-021-1/+1
| * Add `sha` parameter to MR accept APISean McGivern2016-06-011-0/+5
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
|/
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-36/+0
* Make subscription API more RESTfulRobert Schilling2016-04-131-7/+7
* API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-0/+36
* API: Expose subscribed? on issuesRobert Schilling2016-04-081-7/+7
* Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-4/+2
* minor improvements and fixed specsZeger-Jan van de Weg2016-03-191-2/+2
* Soft delete issuablesZeger-Jan van de Weg2016-03-191-0/+14
* Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'ma...Douwe Maan2016-02-121-2/+4
|\
| * API: Allow to set or update a merge-request's milestoneKirill Skachkov2016-02-081-2/+4
* | Pass current_user to merge_request.closes_issues in API ans streamline MR API...Schniz/gitlab-ce-feature/merge-request-closes-issues-in-apiRémy Coutable2016-02-111-1/+1
* | Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' r...Gal Schlezinger2016-02-111-0/+13
|/
* Improve consistency and duplication for Merge Request APIimprove-mr-apiDmitriy Zaporozhets2016-01-281-170/+181
* Get "Merge when build succeeds" to work when commits were pushed to MR target...Douwe Maan2016-01-051-1/+1
* Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-071-0/+16
|\
| * Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-041-0/+16
* | Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg2015-12-021-14/+8
* | Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg2015-11-231-23/+13
* | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-22/+46
|/
* Merge branch 'stanhu/gitlab-ce-fix-api-mr-comment-notifications'Dmitriy Zaporozhets2015-10-151-2/+10
|\
| * Fix bug where merge request comments created by API would not trigger notific...Stan Hu2015-10-101-2/+10
* | [ci skip] Fix wrong commentsue4452015-10-141-1/+1
|/
* Fix broken sort in merge request APIStan Hu2015-09-151-1/+1