Add tooltip and commit title to pipeline editor's status header
What does this MR do and why?
For #327196 (closed)
This adds the commit title to the pipeline status in the pipeline editor. For long titles, the text is truncated based on the width of the screen.
This also updates the link behavior so that it opens in the same tab instead of opening a new tab.
Screenshots or screen recordings
Screen_Recording_2021-11-05_at_15.02.41
How to set up and validate locally
- Go to CI/CD > Editor to view the pipeline editor.
- If you don't have a
.gitlab-ci.yml
file yet, you can create one here with the default template. - Verify changes in the pipeline status above. You can create a new commit with the commit form at the bottom of the editor to test different texts.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Mireya Andres