Skip to content

Add filtering of pipelines by name to public pipelines API

Reuben Pereira requested to merge rp/pipeline-title-public-api into master

What does this MR do and why?

Describe in detail what your merge request does and why.

  • Add filtering of pipelines by name to PipelinesFinder.
  • Add name to Entities::Ci::PipelineBasic.
  • Add an index on pipeline_id, lower(name) to ci_pipeline_metadata, and remove the existing index.
  • Add PipelineMetadata to preloaders of APIs that use Entities::Ci::PipelineBasic.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Reuben Pereira

Merge request reports

Loading