harbor/src/server/registry
Wang Yan ff2a7e61c9
fix catalog api issue (#11666)
The v2 catalog API needs to filter out the empty repository and the repository which artifacts are all with no tags.

1,In v2.0.0, Harbor does not delete repository even there is no artifact, it's different with v1.10.0
2, Compares with docker distribution, it doesn't return the respository with untagged images.

Signed-off-by: wang yan <wangyan@vmware.com>
2020-04-20 23:37:16 +08:00
..
util add code for catalog and list tag API 2020-01-19 13:00:02 +08:00
catalog_test.go fix catalog api issue (#11666) 2020-04-20 23:37:16 +08:00
catalog.go fix catalog api issue (#11666) 2020-04-20 23:37:16 +08:00
handler_test.go Switch to basic authentication for registry 2020-01-31 21:46:47 +09:00
manifest_test.go refactor(errors): rename pkglib/error to lib/errors 2020-03-29 05:19:05 +00:00
manifest.go move logger from common to lib 2020-04-02 14:09:03 +08:00
proxy.go Merge internal Transport and Secure Transport 2020-03-18 19:22:09 +08:00
route.go feat(quota): add Request and Refresh middlewares for APIs (#10907) 2020-03-11 22:25:40 +08:00
tag_test.go refactor: rename testing/api to testing/controller (#11295) 2020-03-26 14:00:11 +08:00
tag.go refactor(errors): rename pkglib/error to lib/errors 2020-03-29 05:19:05 +00:00