summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix 404 when upstream has disabled merge requestsmhasbini2017-04-271-0/+2
* Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-11/+14
* Fix updating merge_when_build_succeeds via merge API endpointmrchrisw-22740-merge-apiChris Wilson2017-04-241-3/+4
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-4/+19
* Remove `:id/merge_requests/:merge_request_iid/comments` endpointsToon Claes2017-03-271-35/+0
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* API routes referencing a specific merge request should use the MR `iid`Timothy Andrew2017-03-071-22/+22
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-061-2/+10
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-5/+5
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-1/+2
* Update MergeRequest API state_event option documentationjej-update-mr-state-event-docsJames Edwards-Jones2017-02-091-1/+1
* Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changesOswaldo Ferreira2017-02-061-143/+131
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-15/+10
* Add some API endpoints for time tracking.Ruben Davila2017-01-181-10/+12
* 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
|\