Skip to content

Filter pipelines by branch name

Payton Burdette requested to merge filter-pipeline-by-branch into master

What does this MR do?

This MR introduces the ability to filter pipelines by branch name as well as trigger author which was introduced here. This MR also enables filter_pipelines_search by default.

Related issue: #215367 (closed)

Some takeaways

The public Api returns the first 20 authors and branches. So on each search input we also make an api call to fetch an author or branch based on that search term. These api calls are delayed for performance reasons.

Short demo

filter-demo

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Payton Burdette

Merge request reports