Skip to content

Adds Google Artifact Registry logo to integration settings

What does this MR do and why?

Adds Google Artifact Registry logo to integration settings

Related svg added in gitlab-svgs!1040 (merged)

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_2024-03-02_at_10.17.01_pm Screenshot_2024-03-02_at_10.08.48_pm
Screenshot_2024-03-02_at_10.17.16_pm Screenshot_2024-03-02_at_10.09.14_pm

How to set up and validate locally

  1. Simulate a SAAS instance in local GDK

  2. In rails console enable the experiment

    Feature.enable(:gcp_artifact_registry)
  3. Visit Project > Settings > Integrations

  4. Confirm the new logo is visible for Google Artifact Registry

  5. Clicking on the integration should show the logo in the form

Merge request reports