Remove pipeline_name feature flag
What does this MR do and why?
Describe in detail what your merge request does and why.
The pipeline_name
feature flag was globally enabled on gitlab.com and default enabled for self-managed in December 2022. This MR removes the pipeline_name
feature flag.
The spec changes in this MR will be easier to review if you disable the Show whitespace changes
option.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Pipeline list page with pipeline names:
Pipeline details page with pipeline name:
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Choose a project in your local GDK where you can run a CI pipeline.
- Modify the .gitlab-ci.yml file to add a
workflow:name
. https://docs.gitlab.com/ee/ci/yaml/index.html#workflowname
For example:workflow: name: 'Pipeline name'
- Start a pipeline.
- Open the pipeline list page and make sure that the name is displayed in place of the commit title.
- Open the pipeline details page and make sure that the name is displayed at the top, in place of the commit title.
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 Reuben Pereira