Skip to content

Rename pipeline details header

Payton Burdette requested to merge 450848-rename-component into master

What does this MR do and why?

Simplifies naming of the pipeline header. We have the dir app/assets/javascripts/ci/pipeline_details/header but the component name is app/assets/javascripts/ci/pipeline_details/header/pipeline_details_header.vue

This MR renames the component to pipeline_header.vue to remove the details part since the context is already there.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshot 2024-04-04 at 1.43.49 PM.png

How to set up and validate locally

  1. Visit a single pipeline
  2. Check the header

Related to #450848 (closed)

Edited by Payton Burdette

Merge request reports