GitLab Bot
b9b477a3f1
Add latest changes from gitlab-org/gitlab@master
2022-08-03 18:11:59 +00:00
GitLab Bot
5d86ca3d06
Add latest changes from gitlab-org/gitlab@master
2022-07-06 00:09:36 +00:00
GitLab Bot
a9f214d421
Add latest changes from gitlab-org/gitlab@master
2022-05-31 06:09:17 +00:00
GitLab Bot
62c78157be
Add latest changes from gitlab-org/gitlab@master
2021-12-20 12:10:29 +00:00
GitLab Bot
048f666f8a
Add latest changes from gitlab-org/gitlab@master
2021-11-30 15:14:19 +00:00
GitLab Bot
ab8eecd62c
Add latest changes from gitlab-org/gitlab@master
2021-07-23 12:09:05 +00:00
GitLab Bot
e5e0589e09
Add latest changes from gitlab-org/gitlab@master
2021-04-26 12:09:44 +00:00
GitLab Bot
477c2c2604
Add latest changes from gitlab-org/gitlab@master
2020-09-04 09:08:38 +00:00
GitLab Bot
57ac0bc8f7
Add latest changes from gitlab-org/gitlab@master
2020-09-01 00:10:35 +00:00
GitLab Bot
d5cf5cf4f7
Add latest changes from gitlab-org/gitlab@master
2020-07-17 00:09:37 +00:00
GitLab Bot
8c826685ec
Add latest changes from gitlab-org/gitlab@master
2020-06-02 09:08:01 +00:00
GitLab Bot
e33f87ac0f
Add latest changes from gitlab-org/gitlab@master
2020-04-21 15:21:10 +00:00
GitLab Bot
34b3567c97
Add latest changes from gitlab-org/gitlab@master
2019-11-19 09:06:16 +00:00
Bob Van Landuyt
20cb4f7ab5
Only assign merge params when allowed
...
When a user updates a merge request coming from a fork, they should
not be able to set `force_remove_source_branch` if they cannot push
code to the source project.
Otherwise developers of the target project could remove the source
branch of the source project by setting this flag through the API.
2019-10-24 12:19:56 +02:00
Shinya Maeda
587ffd1148
Split AutoMergeService interfaces into two cancel
and abort
...
Create explicit endpoint - abort.
2019-07-05 13:19:30 +07:00
Shinya Maeda
df3a0f2613
Fix MWPS system notes shows inconsistent sha
...
Fix the system note service
2019-07-04 13:26:39 +07:00
Shinya Maeda
b8c1317152
Update merge options for auto merge strategies
...
Currently, merge options is updated on #execute method,
however, we should have #update interface to make it explicit.
2019-06-12 13:20:49 +07:00
Shinya Maeda
8f243acf02
Notify when auto merge is enabled
...
There are bunch of auto merge related notifications, and
when auto merge is enabled, it should be evaluated immediately.
2019-06-10 18:03:32 +07:00
Shinya Maeda
2a01b33e6a
Create BaseService for Auto Merge architecture
...
It abstracts some codes for common methods in AutoMerge::*Services.
2019-06-06 10:36:02 +07:00
Shinya Maeda
d4b4693663
Abstract auto merge processes
...
We have one auto merge strategy today - Merge When Pipeline
Succeeds.
In order to add more strategies for Merge Train feature,
we abstract the architecture to be more extensible.
Removed arguments
Fix spec
2019-06-03 13:15:29 +07:00