Skip to content

Modifies GAR list page header metadata items

Rahul Chanila requested to merge 439949-gar-list-page-header-metadata-items into master

What does this MR do and why?

Modifies GAR list page header metadata items

Used text for the repository name & project id, that way this information is accessible.

This is inline to the original design proposal in #425070[Wireframes_-_List_as_table.png]

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-02-12_at_8.11.47_pm Screenshot_2024-02-19_at_3.21.21_pm

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 #439949 (closed) & #425154 (closed)

Edited by Rahul Chanila

Merge request reports