Skip to content

Remove the pipelines link from Auto DevOps toast

Paul Gascou-Vaillancourt requested to merge 343096-remove-toast-link into master

What does this MR do and why?

This removes the link to the pipelines page from the Auto DevOps toast. Since our switch to BootsrapVue's toast component, HTML is escaped in toasts' messages, meaning that this link could not render. After discussing this issue, we have concluded that the link could be removed altogether as toasts should probably not contain any interactive elements for accessbility concerns.

Screenshots or screen recordings

Before After
Screen_Shot_2021-10-26_at_9.52.37_AM Screen_Shot_2021-10-26_at_9.55.07_AM

How to set up and validate locally

  1. Visit a project's CI/CD settings page at /:namespace/:project/-/settings/ci_cd.
  2. Check the Default to Auto DevOps pipeline checkbox.
  3. Click on Save changes.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #343096 (closed)

Merge request reports