Skip to content

Remove pipeline editor button from blob view

Frédéric Caplette requested to merge fc-remove-pipeline-editor-button into master

What does this MR do and why?

Now that we have the split button enabled by default, we can remove the side pipeline editor button to avoid having 2 options that lead to the same page.

The reason why we don't need to update any test is because this button was a temporary solution, so we knew we would remove it. The Web IDE split button already has the right tests.

Screenshots or screen recordings

Before After
Screen_Shot_2022-03-01_at_7.08.26_AM Screen_Shot_2022-03-01_at_8.42.24_AM

How to set up and validate locally

  1. Go to the repository view
  2. Go on a root CI config
  3. Notice that there are no longer any "pipeline editor" button
  4. Notice that in the dropdown of the split button, there is now an option for pipeline editor

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 Frédéric Caplette

Merge request reports