Skip to content

Migrates dependency proxy header dropdown to disclosure

What does this MR do and why?

Screenshots or screen recordings

Before After
Screenshot_2023-08-30_at_3.25.27_pm Screenshot_2023-08-30_at_3.23.32_pm

How to set up and validate locally

  1. Enable dependency proxy on GDK.
  2. Visit Gitlab-org Group > Packages and registries > Dependency proxy
  3. Assuming 172.16.123.1:3000/gitlab-org/dependency_proxy/containers is the Dependency proxy image prefix on the page, run the following on the terminal:
    versions=("latest" "1.33.1" "1.33" "1.32.1"); proxy_url="172.16.123.1:3000/gitlab-org/dependency_proxy/containers"; for version in "${versions[@]}"; do docker pull "${proxy_url}/busybox:${version}"; done
  4. Clear cache dropdown should be visible

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 #422794 (closed)

Edited by Rahul Chanila

Merge request reports