stonezdj(Daojun Zhang)

Results 204 comments of stonezdj(Daojun Zhang)

SQL:`select * FROM task WHERE extra_attrs::jsonb -> 'report_uuids' @> 0e9f119d-30ba-46b6-9b79-4f7df6b06cea` before and after hitting index both, and their performance has no difference. `"idx_task_extra_attrs_report_uuids" gin ((extra_attrs::jsonb -> 'report_uuids'::text))` The performance of...

It is a limitation of Harbor proxy cache. it doesn't support cascade proxy. Because the proxy cache could proxy the manifest head request and act as if the manifest exists,...

The artifact_trash cannot used to recover the delete artifact, you have to repush the image to recover it.

What is your Harbor version? It seems a duplicate of issue https://github.com/goharbor/harbor/issues/22010?

`However, the image is cached, but no tags are in place` because containerd send a HEAD request to get the digest of the tag, and then send Pull request to...

Could you please describe your requirements in detail? The event based replication is not a reliable solution, it could fail with many factors, especially the source project is a proxy...

Current proxy cache implementation may not fit your requirement smoothly, because the proxy cache doesn't guarantee create the tags in the proxy cache project, and it maybe cause the proxy...

Verified the UI, the payload is wrong: ``` {"project_name":"dockerhub5","metadata":{"public":"true"},"storage_limit":-1,"registry_id":1} ``` It should be in this format ``` {"project_name":"dockerhub5","metadata":{"public":"true", "storage_limit":-1},"registry_id":1} ```

![Screenshot 2024-08-30 at 15 00 49](https://github.com/user-attachments/assets/a8fd27a2-12ea-464e-8757-bb1914d67291) The color in the warning message is different from the existing color.

@kunal-511 could please refer to this PR https://github.com/stonezdj/harbor/commit/e39f73edd617afb7a933a2c4a77847d792964333 to update your code.