summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix remove_source_branch merge request API handlingsh-fix-merge-requests-api-remove-branch-paramStan Hu2019-04-151-1/+1
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-0/+4
* Fix IDE detecting MR from fork branchPaul Slaughter2019-04-051-0/+1
* Provide EE backports for filtering by approver featureIgor2019-03-071-0/+5
* Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor2019-03-071-5/+0
* Merge branch 'sh-optimize-todos-api' into 'master'Sean McGivern2019-03-071-1/+1
|\
| * Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu2019-03-061-1/+1
* | Provide EE backports for filtering by approver featureIgor2019-03-071-0/+5
* | Add array support for labelsAlexandru Croitor2019-03-061-2/+2
* | PUT MergeRequest API endpoint - accept labels as an arrayMario de la Ossa2019-03-061-2/+2
|/
* Add API support for refreshing merge ref pathOswaldo Ferreira2019-02-261-0/+25
* Respect the should_remove_source_branch parameter to the merge APINick Thomas2019-02-251-2/+2
* Added: Include order by ID desc for tie breakers in paginationNermin Vehabovic2019-02-161-1/+1
* API support for squash commit message during merge56014-api-merge-request-squash-commit-messagesLuke Duncalfe2019-02-071-0/+2
* Merge branch 'search-title' into 'master'Sean McGivern2019-02-051-1/+2
|\
| * Fix grammar and spellingHiroyuki Sato2019-02-051-2/+2
| * Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato2019-01-141-1/+2
* | Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-1/+1
|/
* Merge branch 'if-52811-fix_namespaces_api_routing' into 'master'Nick Thomas2018-11-301-2/+2
|\
| * Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-2/+2
* | Allow the status of a rebase to be determinedNick Thomas2018-11-281-1/+8
* | Add a rebase API endpoint for merge requestsNick Thomas2018-11-271-0/+26
|/
* Expose {closed,merged}_{at,by} in merge requests API indexDouwe Maan2018-11-051-1/+1
* Refactor api validator to separate classHeinrich Lee Yu2018-10-261-4/+1
* Apply similar change to MRs APIHeinrich Lee Yu2018-10-261-1/+5
* #13650 added wip search functionality and testsChantal Rollison2018-10-031-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Resolve "Return how many commits the source branch is behind the target branc...🙈 jacopo beschi 🙉2018-09-051-1/+2
* Retrieve merge request closing issues from database cacheFelipe Artur2018-08-061-1/+1
* added API docsPhil Hughes2018-07-051-1/+1
* only include _html fields when asked forPhil Hughes2018-07-051-1/+2
* Add locked state to merge request APIChantal Rollison2018-06-281-2/+2
* Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-051-1/+2
|\
| * Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+2
* | Fix N+1 with source projects in merge requests APIsh-fix-source-project-nplus-oneStan Hu2018-06-031-1/+1
|/
* 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