Skip to content
代码片段 群组 项目
派生自 gitlab-cn / GitLab
91985 提交 落后 上游代码库。
  • Hordur Freyr Yngvason's avatar
    7db8edfc
    Add MergeTrains::CreateRefService · 7db8edfc
    Hordur Freyr Yngvason 创作于
    The EE-only bit of `MergeRequests::CreateRefService` was actually
    specific to merge trains and needed to be extracted before we could
    re-use this service in other parts of the code. The idea is that
    `MergeRequests::CreateRefService` should supersede
    `MergeRequests::MergeToRefService`, in some (or all) cases. For example,
    for merged result pipelines when automatic rebases are enabled.
    7db8edfc
    历史
    Add MergeTrains::CreateRefService
    Hordur Freyr Yngvason 创作于
    The EE-only bit of `MergeRequests::CreateRefService` was actually
    specific to merge trains and needed to be extracted before we could
    re-use this service in other parts of the code. The idea is that
    `MergeRequests::CreateRefService` should supersede
    `MergeRequests::MergeToRefService`, in some (or all) cases. For example,
    for merged result pipelines when automatic rebases are enabled.
create_ref_service.rb 1.06 KiB