Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot 1de9854406 Add latest changes from gitlab-org/gitlab@master 2021-02-16 06:09:07 +00:00
GitLab Bot ef863c1f85 Add latest changes from gitlab-org/gitlab@master 2021-01-04 09:10:04 +00:00
GitLab Bot ab7cf450ba Add latest changes from gitlab-org/gitlab@master 2019-12-03 18:06:49 +00:00
🙈 jacopo beschi 🙉 58de7d8f48 Fix create MR from issue using a tag as ref
Creating a MR from an issue using a tag as ref correctly creates the
source branch starting from the tag.
2019-09-12 10:23:24 +00:00
Patrick Bajao 1ca5520bd6 Fix issues when creating system notes
When `confidential_issue_project_id` is set and the issue is
under that project, create the a note about branch creation
in that project. If not, do nothing.

When creating `new_merge_request` system note, set the project
where the MR will be referenced from so it'll be linked to when
the MR is created in another project.
2019-06-29 00:22:09 +08:00
Patrick Bajao 09454b702a Support creating an MR on a fork from an issue 2019-06-29 00:22:09 +08:00
Jacopo 6b0ea951ca Creates /create_merge_request quickaction
With this quick action the user can create a new MR starting from
the current issue using as `source_branch` the given `branch name` and
as `target_branch` the project default branch. If the `branch name` is
omitted a name is automatically created starting from the issue title.
2018-11-14 15:16:19 +01:00
Yorick Peterse 2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Tiago Botelho 342fa0f871 Resolve "Migrate issue labels and milestone to related merge request" 2018-09-06 17:02:51 +00:00
gfyoung fbde835404 Enable more frozen string in app/services/**/*.rb
Partially addresses #47424.
2018-07-17 15:19:40 -07:00
Athar Hameed c22e51e8c1 Resolve "Automatically created MR uses wrong target branch (when branching from Tag)" 2018-06-08 12:28:43 +00:00
Jarka Kadlecová 7e9484e9fa Set target_branch to the ref branch when creating MR from issue 2018-01-17 07:35:23 +01:00
Vitaliy @blackst0ne Klachkov 5bc32b65f1 Add an ability to use a custom branch name on creation from issues 2017-11-25 22:33:05 +11:00
Sean McGivern c26bc5097f Make RuboCop happy 2017-08-21 14:30:37 +01:00
haseeb 539694a383 [skip ci] changelog and minor style changes added 2017-08-18 20:04:26 +05:30
haseeb d368b2d202 moved merge parms to service 2017-08-17 20:14:37 +05:30
haseeb a115267e25 working version of create merge requests with labels 2017-08-10 23:05:20 +05:30
haseeb f6d75f0917 copy milestones from issue when using create merge request btn 2017-08-10 20:38:24 +05:30
Alfredo Sumaran b64a37c4ed Allow to create new branch and empty WIP merge request from issue page 2017-05-04 08:09:21 +00:00