summaryrefslogtreecommitdiff
path: root/spec/requests/api/merge_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add source and target branch filters to merge requests APISean McGivern2018-03-011-0/+40
* Return more consistent values for merge_status on MR APIosw-consistent-values-on-api-merge-statusOswaldo Ferreira2018-01-281-0/+2
* Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-161-7/+19
* Remove call to ProjectTeam#<< in MR API specSean McGivern2018-01-111-1/+1
* Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-111-0/+43
|\
| * Fix styleTony Rom2018-01-101-0/+6
| * Add `pipelines` endpoint to merge requests APITony Rom2017-12-151-0/+37
* | API: get participants from merge_requests & issuesBrent Greeff2018-01-051-0/+6
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-6/+6
* | Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+20
|/
* Improve output for extra queries in specsimprove-extra-queries-outputSean McGivern2017-11-221-3/+3
* Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-221-1/+1
* Merge branch 'add-changes-count-to-merge-requests-api' into 'master'Rémy Coutable2017-11-071-12/+22
|\
| * Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-apiSean McGivern2017-11-031-12/+22
* | ignore the column before the migrationmicael.bergeron2017-11-061-2/+0
|/
* 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