Allow long downstream pipeline names to break
What does this MR do and why?
Allow long downstream pipeline names that have no whitespace to break to a new line.
References
Reported in is-this-known channel in Slack.
Related to Downstream pipeline show full name (!187508 - merged)
Screenshots or screen recordings
Before | After |
---|---|
![]() |
![]() |
How to set up and validate locally
- Check out this branch
- in the GDK, visit a pipeline with a downstream pipeline, for example https://gdk.test:3000/twitter/Typeahead.Js/-/pipelines/1.
- The example found in production is
CANONICAL_FEATURE_BRANCH_PIPELINE
. Apply downstream-pipeline-example.patch to make any downstream pipeline in your GDK have this name. - In the browser, you will see that the long name will break to a new line.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.