summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-1/+3
* Add top-level /merge_requests API endpointToon Claes2017-07-271-31/+64
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-9/+8
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Use view=simple for simplifying merge requests APIStan Hu2017-07-111-3/+3
* Add a simple mode to merge request APIsh-add-mr-simple-modeStan Hu2017-07-111-5/+20
* Fix sort ordering with merge request APIsh-improve-mr-apiStan Hu2017-07-101-4/+3
* Paginate the merge requests API earlier to avoid eager loading every merge re...Stan Hu2017-07-101-1/+2
* Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-3/+5
* Remove many N+1 queries with merge requests APIsh-optimize-mr-apiStan Hu2017-07-071-1/+3
* Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable2017-06-191-0/+2
|\
| * add since and until params to issuablesKyle Bishop2017-06-181-0/+2
* | Fix API bug accepting wrong merge requests parametersissue_33205Felipe Artur2017-06-161-1/+1
|/
* 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