summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-1/+5
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-5/+1
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-1/+1
|\
| * Return comments in created order in merge request APIStan Hu2015-07-161-1/+1
* | Fix merge api and specDmitriy Zaporozhets2015-08-041-1/+1
* | Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-161-1/+5
|/
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-2/+2
* Disable changing of the source branch in merge request update APIStan Hu2015-05-291-2/+6
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-5/+11
* Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-2/+2
* Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-1/+2
* Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets2015-02-051-18/+13
* Added a way to retrieve MR filesJeroen van Baarsen2015-02-041-0/+16
* developer can push to protected branchesValery Sizov2015-01-201-6/+2
* Fix failing tests due to updates on the return messages.Marin Jankovski2015-01-071-1/+1
* Add a message when unable to save an object through api.Marin Jankovski2015-01-071-2/+2
* Merge branch 'api/improve-error-reporting' of https://github.com/jubianchi/gi...Dmitriy Zaporozhets2014-09-231-2/+7
|\
| * Improve error reporting on users APIjubianchi2014-09-161-2/+7