summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+2
* Add merge requests list endpoint for groupsFelipe Artur2018-05-311-17/+32
* Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-9/+4
* Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-4/+5
* Correct permissions for creating merge requests from issuesBob Van Landuyt2018-04-111-1/+1
* Add documentation for allowing maintainers to pushBob Van Landuyt2018-03-071-1/+1
* Set `allow_maintainer_to_push` using the APIBob Van Landuyt2018-03-071-0/+1
* Unify lib/api/merge_requests.rb with EEprepend-grape-api-ceLin Jen-Shin2018-03-061-21/+40
* Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-051-0/+2
|\
| * Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+2
* | expose metrics in merge request apihaseeb2018-03-021-1/+1
|/
* Add source and target branch filters to merge requests APISean McGivern2018-03-011-0/+2
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+6
* Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-111-0/+16
|\
| * Fix styleTony Rom2018-01-101-2/+3
| * Add `pipelines` endpoint to merge requests APITony Rom2017-12-151-0/+15
* | API: get participants from merge_requests & issuesBrent Greeff2018-01-051-0/+10
* | Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+1
* | Employ declared_params in finder methods for MR and Issue API listsMark Fletcher2017-12-201-1/+1
|/
* Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-251-1/+3
* Use latest_merge_request_diff associationSean McGivern2017-11-231-1/+1
* Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher2017-10-301-1/+1
* Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-061-1/+3
|\
| * Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-201-1/+2
| |\
| * | Support discussion lock in the APIJarka Kadlecova2017-09-141-1/+3
* | | Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov2017-10-051-2/+2
| |/ |/|
* | fix #35290 Make read-only API for public merge requests available without aut...haseeb2017-09-181-1/+2
|/
* Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-0/+1
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Merge branch '28453-add-time-estimate-time-spent-to-api-issue-output' into 'm...Robert Speicher2017-08-301-1/+1
|\
| * Add time stats to issue and merge request API end pointsTravis Miller2017-08-291-1/+1
* | Conditionally destroy a ressourceRobert Schilling2017-08-281-3/+1
* | API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
|/
* 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