Skip to content

Adds header component to google artifact registry list page

Rahul Chanila requested to merge 425154-gar-list-page-header into master

What does this MR do and why?

Adds header component to google artifact registry list page added in Adds menu entry for Google Artifact registry (!140086 - merged)

  • Resolves apollo data using local resolvers until #425149 (closed) is added
  • Adds unit & features specs

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-28_at_10.58.31_am Screenshot_2024-01-09_at_11.47.10_am
Project name Repository name
Screenshot_2024-01-09_at_11.47.44_am Screenshot_2024-01-09_at_11.47.50_am

How to set up and validate locally

  1. Enable container registry in the gdk https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/registry.md#set-up-container-registry-to-display-in-ui-only

  2. Simulate a SAAS instance in local GDK

  3. In rails console enable the experiment

    Feature.enable(:gcp_artifact_registry)
  4. Visit Project > Deploy > Google Artifact registry

Related to #425154 (closed)

Edited by Rahul Chanila

Merge request reports