Commit Graph

4 Commits

Author SHA1 Message Date
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 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