harbor/src/core/utils
Daniel Jiang abe728325b Wait for manifest in notification handler
There's an issue in registry 2.6.x, that when the webhook is sent the
manifest of the image may not be written.
For details: https://github.com/docker/distribution/issues/2625

This will cause issue in "scan on push" or replication.
This commit mitigates the issue by adding retries in notification
handler.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-11-06 19:23:54 +08:00
..
error_test.go Rename harbor-ui to harbor-core 2018-09-19 16:35:13 +08:00
error.go Rename harbor-ui to harbor-core 2018-09-19 16:35:13 +08:00
job_test.go Schedule "scan all" via jobservice 2018-09-28 15:42:37 +08:00
job.go Wait for manifest in notification handler 2018-11-06 19:23:54 +08:00
response_handlers_test.go Replacing copyright notices with "Copyright Project Harbor Authors". 2018-09-19 16:59:36 +00:00
response_handlers.go Updating copyright notices 2018-10-18 16:04:36 +00:00
retag.go Improve code styles and fix after Harbor refactoring 2018-10-09 10:49:03 +08:00
utils_test.go Schedule "scan all" via jobservice 2018-09-28 15:42:37 +08:00
utils.go Wait for manifest in notification handler 2018-11-06 19:23:54 +08:00