Skip to content

Add merge request pipeline flag to pipeline entity

Shinya Maeda requested to merge fix-pipeline-entity into master

What does this MR do?

It turned out there is no way to detect attached merge request pipelines on frontend side (See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25848#note_148132516). This MR adds the flag in PipelineEntity.

This MR also explicitly defines the flag purpose as detached_merge_request_pipeline and merge_request_pipeline from detached and attached.

What are the relevant issue numbers?

Related gitlab-ee#7380 #58454 (moved)

Does this MR meet the acceptance criteria?

Edited by Kamil Trzciński

Merge request reports