Improves empty state for dependency proxy
What does this MR do and why?
Improves empty state for dependency proxy
Adds example & link to documentation with copyable example.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
Screen_Recording_2023-06-29_at_11.37.55_pm |
How to set up and validate locally
- Enable dependency proxy on GDK.
- Visit Group > Packages and registries > Dependency proxy
- Should be able to see updated empty state
- Assuming
172.16.123.1:3000/gitlab-org/dependency_proxy/containersis theDependency proxy image prefixon the page, run the following on the terminal:docker pull 172.16.123.1:3000/gitlab-org/dependency_proxy/containers/hello-world@sha256:995efde2e81b21d1ea7066aa77a59298a62a9e9fbb4b77f36c189774ec9b1089docker pull 172.16.123.1:3000/gitlab-org/dependency_proxy/containers/hello-world
- Empty state should not be visible anymore.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Closes #343968 (closed)
Edited by Rahul Chanila
