Skip to content

Refactor pipeline header actions into new component

Payton Burdette requested to merge 450848-pipeline-header-refactor into master

What does this MR do and why?

First MR to make app/assets/javascripts/ci/pipeline_details/header/pipeline_details_header.vue more maintainable and a smaller component. In this MR I move the actions into it's own component.

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-03-27 at 2.01.50 PM.png

How to set up and validate locally

  1. Visit Build > Pipelines
  2. Click on a pipeline
  3. Test out pipeline header actions (cancel, retry and delete)
  4. Ensure they are working correctly

Related to #450848 (closed)

Edited by Payton Burdette

Merge request reports