Skip to content

Frontend: Inform users recommended way to release in the release page

What does this MR do and why?

Resolves #429081 (closed)

We are adding in an alert to inform users that they can publish their components to the CI/CD Catalog if their project is marked as a catalog resource.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot 2023-12-27 at 2.58.58 PM.png Screenshot 2023-12-27 at 2.58.25 PM.png

How to set up and validate locally

  1. Navigate to a project and toggle it to a catalog resource

    Settings >> General >> Visibility, Project features, permissions >> CI/CD Catalog resource

  2. Navigate to the releases page

    `<project>/-/releases`

  3. You should see the alert at the top of the page.

  4. Navigate to a project that you have not enabled as a catalog resource

  5. Navigate to the releases page

  6. You should not see an alert a the top of the page.

Edited by Briley Sandlin

Merge request reports