Skip to content

Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines`

Toon Claes requested to merge 26847-api-pipelines-use-basic into master

What does this MR do?

Exposes pipelines as PipelineBasic api/v4/projects/:id/pipelines so only the basic info about a pipeline is given.

EE port of this MR: gitlab-org/gitlab-ee!1181

Why was this MR needed?

A lot of information is superfluous and it was taking extra resources to fetch them.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26847 (closed)

Merge request reports