summaryrefslogtreecommitdiff
path: root/spec/requests/api/merge_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-apiSean McGivern2017-11-031-12/+22
* Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher2017-10-301-0/+24
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-6/+6
* Add a project forks spec helperBob Van Landuyt2017-10-071-14/+16
* Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-10/+0
* fix #35290 Make read-only API for public merge requests available without aut...haseeb2017-09-181-5/+32
* Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-0/+12
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* Use with_repo_branch_commit instead of fetch_ref directlyLin Jen-Shin2017-08-141-2/+1
* Add comments about why we're stubbing them36089-handle-ref-failure-betterLin Jen-Shin2017-08-141-2/+2
* Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-111-4/+4
|\
| * Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-4/+4
* | Fix more testsLin Jen-Shin2017-08-111-106/+97
* | Fix some tests and report the error messageLin Jen-Shin2017-08-091-4/+16
|/
* Add spec to test combining API merge_requests query parametersToon Claes2017-08-031-0/+20
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-6/+6
* Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-4/+15
* Add top-level /merge_requests API endpointToon Claes2017-07-271-0/+83
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-4/+10
* Use view=simple for simplifying merge requests APIStan Hu2017-07-111-1/+1
* Add a simple mode to merge request APIsh-add-mr-simple-modeStan Hu2017-07-111-0/+16
* Add spec for N+1 queriesStan Hu2017-07-081-0/+12
* Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-3/+10
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Fix API bug accepting wrong merge requests parametersissue_33205Felipe Artur2017-06-161-3/+23
* 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
|\