Skip to content

Migrates packages shared cli-commands from dropdown to disclosure

What does this MR do and why?

Migrates packages shared cli-commands.vue from GlDropdown to GlDisclosurDropdown

Screenshots or screen recordings

Before After
Screenshot_2023-08-10_at_1.07.50_am Screenshot_2023-08-10_at_1.07.31_am

How to set up and validate locally

  1. Setup & enable Container Registry https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/registry.md

  2. Follow steps in https://gitlab.com/gitlab-org/ci-cd/package-stage/package/-/wikis/Packages-Tips-&-Tricks#how-to-add-images-with-tags-quickly-to-the-registry

  3. To see pagination, run the following in the terminal

    $ ./publish.sh <project-path> 1 1 127.0.0.1:5000 # creates 1 image with 1 tag
  4. Visit the container registry image list page within a project to see the disclosure.

  5. This is not available within the group page.

MR acceptance checklist

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

Closes #413454 (closed)

Edited by Rahul Chanila

Merge request reports