Harmonise warning message in Settings < CI/CD < Pipeline triggers
What does this MR do and why?
In order to harmonise warning alerts in Settings CI/CD (#375063):
- Use Alert warning in projects < settings < CI/CD < Pipeline triggers
with Feature :ci_pipeline_triggers_settings_vue_ui
enabled or disabled
Screenshots or screen recordings
:ci_pipeline_triggers_settings_vue_ui
disabled
with Before
After
:ci_pipeline_triggers_settings_vue_ui
enabled
with Before
After
How to set up and validate locally
- On the top bar, select Main menu > Projects and find your project.
- On the left sidebar, select Settings > CI/CD.
- Expand Pipeline triggers.
Enable or disable the feature : https://docs.gitlab.com/ee/administration/feature_flags.html#enable-or-disable-the-feature
- Enable:
Feature.enable(:ci_pipeline_triggers_settings_vue_ui)
- Disable:
Feature.disable(:ci_pipeline_triggers_settings_vue_ui)
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.
Related to #375063
Edited by Laurent Deketelaere