summaryrefslogtreecommitdiff
path: root/app/services/merge_requests
Commit message (Expand)AuthorAgeFilesLines
* Support title and desc on merge w/ push optionlabel-descr-push-optsChristian Couder2019-07-241-9/+8
* Refactor create_params and update_paramsrm-src-branchChristian Couder2019-07-171-23/+19
* Support rm src branch on merge w/ push optionChristian Couder2019-07-171-0/+8
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-2/+2
* [CE port] Bypass push rules for merge to ref serviceosw-bypass-push-rules-for-merge-to-refOswaldo Ferreira2019-07-093-17/+16
* Merge branch 'create-merge-train-ref-ce' into 'master'Douwe Maan2019-07-051-3/+13
|\
| * Extend MergeToRefService for creating merge ref from the other refShinya Maeda2019-07-051-3/+13
* | Split AutoMergeService interfaces into two `cancel` and `abort`make-explicit-endpoint-abort-in-auto-merge-ceShinya Maeda2019-07-054-7/+7
|/
* Allow asynchronous rebase operations to be monitoredNick Thomas2019-07-041-1/+3
* Fix issues when creating system notes58583-confidential-mr-branch-backendPatrick Bajao2019-06-291-2/+2
* Support creating an MR on a fork from an issuePatrick Bajao2019-06-291-11/+27
* Avoid touching the MR status if MR is not openedOswaldo Ferreira2019-06-211-1/+10
* Only force recheck when merge-ref is outdatedOswaldo Ferreira2019-06-201-2/+17
* Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-06-202-11/+105
* Revert "Automatically update MR merge-ref along merge status"Oswaldo Ferreira2019-06-112-85/+17
* Cancel Auto Merge when target branch is changedcancel-auto-merge-when-branch-is-changedShinya Maeda2019-06-104-7/+9
* Introduce service for merge request pipeline creationcreate-merge-request-create-pipeline-serviceShinya Maeda2019-06-062-25/+38
* Cancel auto merge when merge request is closedcancel-auto-merge-when-merge-request-is-closedShinya Maeda2019-06-041-0/+5
* Merge branch 'osw-sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan2019-06-032-17/+85
|\
| * Add payload to the service responseOswaldo Ferreira2019-05-311-3/+31
| * Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-05-312-17/+57
* | Abstract auto merge processesShinya Maeda2019-06-033-51/+6
|/
* Fix merge request pipeline exist methodfix-merge-request-pipeline-exist-methodShinya Maeda2019-05-061-1/+1
* Add support for two-step Gitaly Rebase RPCLuke Duncalfe2019-05-021-11/+1
* Fix environment automatic on_stop triggerShinya Maeda2019-04-303-0/+7
* Fix remove_source_branch merge request API handlingsh-fix-merge-requests-api-remove-branch-paramStan Hu2019-04-151-1/+1
* Externalize strings detected by rubocop-i18nMartin Wortschack2019-04-151-2/+2
* Fix MR assignees for push optionsNick Thomas2019-04-091-2/+2
* Merge branch 'docs-zj-update-n-plus-one-comments' into 'master'Douglas Barbosa Alexandre2019-04-091-0/+2
|\
| * Update comments about N + 1 Gitaly callsZeger-Jan van de Weg2019-04-091-0/+2
* | Merge branch 'osw-multi-assignees-merge-requests' into 'master'Nick Thomas2019-04-092-15/+9
|\ \
| * | [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-082-15/+9
* | | Merge branch '43263-git-push-option-to-create-mr' into 'master'Nick Thomas2019-04-091-0/+162
|\ \ \ | |_|/ |/| |
| * | Update service to handle unexpected exceptions43263-git-push-option-to-create-mrLuke Duncalfe2019-04-091-0/+3
| * | Refactor PushOptionsHandlerService from reviewLuke Duncalfe2019-04-091-44/+53
| * | Support merge on pipeline success w/ push optionsLuke Duncalfe2019-04-091-9/+32
| * | Support merge request create with push optionsLuke Duncalfe2019-04-091-0/+127
| |/
* | Prevent triggering pipelines when target branch is updatedprevent-running-mr-pipelines-when-target-updatedShinya Maeda2019-04-081-2/+8
|/
* Fix merge requst relationships with pipeline in MWPSServicefix-merge-request-relations-with-pipeline-on-mwpsShinya Maeda2019-04-052-14/+3
* Backport attached merge request pipelinescreate-merge-pipelines-ceShinya Maeda2019-04-041-9/+11
* Check mergeability in merge to ref servicecheck-mergeability-in-merge-to-ref-serviceShinya Maeda2019-04-011-3/+1
* Merge branch 'persist-fulll-ref-path-for-mr-pipelines' into 'master'Kamil TrzciƄski2019-03-293-9/+21
|\
| * Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-293-9/+21
* | Add a thin encapsulation around .pluck(:id)Nick Thomas2019-03-281-3/+1
|/
* Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern2019-03-281-0/+23
|\
| * Allow external diffs to be used conditionallyNick Thomas2019-03-271-0/+23
* | Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl2019-03-271-0/+9
|\ \ | |/ |/|
| * Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-0/+9
* | Allow custom hooks errors to appear in GitLab UILuke Duncalfe2019-03-261-2/+2
|/
* Disallow reopening of locked merge requestsJan Beckmann2019-03-081-1/+1