summaryrefslogtreecommitdiff
path: root/spec/requests/api/merge_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add merge requests list endpoint for groupsFelipe Artur2018-05-311-213/+29
* Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern2018-05-301-0/+12
|\
| * Replace grape-route-helpers with our own grape-path-helpersStan Hu2018-05-301-0/+12
* | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-1/+19
|/
* Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-138/+87
* Correct permissions for creating merge requests from issuesBob Van Landuyt2018-04-111-2/+2
* Set `allow_maintainer_to_push` using the APIBob Van Landuyt2018-03-071-0/+28
* Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-051-0/+36
|\
| * Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+36
* | expose metrics in merge request apihaseeb2018-03-021-0/+40
|/
* 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