summaryrefslogtreecommitdiff
path: root/app/services/merge_requests/build_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+10
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-2/+34
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+7
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-14/+24
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-5/+11
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-19/+29
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-1/+1
* Only assign merge params when allowedBob Van Landuyt2019-10-241-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-1/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Merge branch 'fj-62807-not-prefill-target-branch' into 'master'Lin Jen-Shin2019-09-101-4/+17
|\
| * Avoid setting merge request target branch when source if default branchfj-62807-not-prefill-target-branchFrancisco Javier López2019-09-101-4/+17
* | Support adding and removing labels w/ push optsChristian Couder2019-09-041-0/+12
|/
* Filter params in MR build serviceBob Van Landuyt2019-07-171-6/+22
* Check issue milestone availabilityJarka Košanová2019-02-141-0/+1
* Validate projects in MR build serviceBob Van Landuyt2018-12-141-7/+17
* Handle force_remove_source_branch when creating merge requestsh-fix-issue-51220Stan Hu2018-11-211-0/+1
* Allow limiting quick actions to executeBob Van Landuyt2018-11-071-1/+3
* Apply patches when creating MR via emailBob Van Landuyt2018-11-071-1/+3
* Resolve "Migrate issue labels and milestone to related merge request"Tiago Botelho2018-09-061-1/+19
* REFACTOR: Clarify assignment fallback chainFranz Liedke2018-08-251-6/+4
* REFACTOR: Use early return to flatten codeFranz Liedke2018-08-251-6/+5
* Fix fallback logic for automatic MR title assignmentFranz Liedke2018-08-251-1/+1
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-3/+8
* Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-071-0/+1
* Fix closing issues text added to MRs for external issue trackersSean McGivern2018-02-141-2/+2
* Fix Error 500s creating merge requests with external issue trackersh-fix-issue-43193Stan Hu2018-02-121-3/+5
* Resolve "Incorrect merge request title when Jira activated and multiple commi...Andrew McCallum2018-02-021-7/+23
* Never set special MR titles for external issuesSean McGivern2018-01-101-6/+2
* Fix incorrect default merge request title when external issue tracker is acti...Benedikt Huss2018-01-091-1/+1
* Create merge request from emailJan Provaznik2017-12-051-2/+6
* Merge branch '21143-customize-branch-name-when-using-create-branch-in-an-issu...Sean McGivern2017-11-291-24/+42
|\
| * Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-251-24/+42
* | Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-3/+13
|/
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Fix 404 when upstream has disabled merge requestsmhasbini2017-04-271-1/+1
* Merge branch '29364-private-projects-mr-fix'Sean McGivern2017-04-051-1/+3
* Allow creating merge request even if target branch is not specified in query ...Adam Niedzielski2017-03-171-1/+1
* Create compare object with default branch when target branch is missingissue_28051_2Felipe Artur2017-02-211-11/+15
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-021-57/+72
|\
| * refactor merge request build serviceRydkin Maxim2017-01-311-57/+72
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-1/+1
|\ \ | |/
| * Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-2/+3
|/
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* Fix regression in Merge request formAlex Sanford2016-11-191-2/+2
* Add validation errors to Merge Request formAlex Sanford2016-11-011-16/+34
* Allow empty merge requestsArtem Sidorenko2016-10-111-12/+11