summaryrefslogtreecommitdiff
path: root/spec/requests/api/merge_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix 404 when upstream has disabled merge requestsmhasbini2017-04-271-0/+13
* Use rspec-set to speed up examplesZeger-Jan van de Weg2017-04-261-0/+1
* Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-4/+68
* Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-241-2/+1
|\
| * Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* | Fix updating merge_when_build_succeeds via merge API endpointmrchrisw-22740-merge-apiChris Wilson2017-04-241-1/+13
|/
* Remove `:id/merge_requests/:merge_request_iid/comments` endpointsToon Claes2017-03-271-58/+0
* API routes referencing a specific merge request should use the MR `iid`Timothy Andrew2017-03-071-54/+143
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-061-0/+7
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-3/+3
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* API: Make subscription API more RESTfuLRobert Schilling2017-02-211-11/+11
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+26
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-0/+2
* Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changesOswaldo Ferreira2017-02-061-18/+10
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-7/+9
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-0/+29
* Merge branch 'use-empty_project-factory-in-api-specs' into 'master' Robert Speicher2017-01-191-2/+2
|\
| * Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
* | Add some API endpoints for time tracking.Ruben Davila2017-01-181-1/+7
|/
* Don't allow blank MR titles in APIapi-dont-allow-blank-mr-titlesRobert Schilling2016-12-131-0/+16
* Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable2016-12-091-1/+11
|\
| * API: Ability to remove source branchapi-remove-source-branchRobert Schilling2016-12-041-1/+11
* | Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński2016-12-051-1/+1
|\ \ | |/ |/|
| * Fix Rubocop offense in merge request specsfix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-301-1/+0
| * Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-301-14/+16
| |\
| * \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-251-0/+10
| |\ \
| * | | Update some docs to reflect MWPS name changeGrzegorz Bizon2016-11-211-1/+1
* | | | Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Changed API spec files to describe the correct classLivier2016-11-281-1/+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-13/+14
|/ /
* | Fix IID filter for merge requests and milestonesRobert Schilling2016-11-221-0/+10
|/
* Grapify the merge request APIgrapify-merge-request-apiRobert Schilling2016-11-151-6/+0
* Make specs a bit fasterspec_optimizationValery Sizov2016-11-011-8/+8
* Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-2/+2
* entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel2016-08-311-1/+8
* api: expose web_url for project entitiesBen Boeckel2016-08-241-0/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-44/+44
* api: expose {should,force}_remove_source_branchBen Boeckel2016-07-111-0/+4
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-051-10/+16
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-63/+63
* Fix Error 500 when using closes_issues API with an external issue trackerStan Hu2016-06-111-0/+15
* Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-101-1/+1
* Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-2/+3
* Allow or not merge MR with failed buildRui Anderson2016-06-101-0/+8