harbor/make
Wang Yan ad47d2f444
fix upgrade issue (#12857)
fixes #12849

1, gives a default value to blob status in the migration script, and use none to replace the empty string as
the StatusNone, that will more readable on debugging failure.

2, GC jobs marks all of blobs as StatusDelete in the mark phase, but if encounter any failure in the sweep phase,
GC job will quite and all of blobs are in StatusDelete. If user wants to execute the GC again, it will fail as the
StatusDelete cannot be marked as StatusDelete. So, add StatusDelete in the status map to make StatusDelete can be
marked as StatusDelete.

Signed-off-by: wang yan <wangyan@vmware.com>
2020-08-24 16:08:15 +08:00
..
migrations/postgresql fix upgrade issue (#12857) 2020-08-24 16:08:15 +08:00
photon Merge pull request #12811 from ninjadq/fix_portal_health_check 2020-08-21 13:44:47 +08:00
checkenv.sh
common.sh enhance[cicd] introduce github action for CICD 2019-12-17 18:36:33 +08:00
harbor.yml.tmpl docs: Explain how to use Trivy in offline mode (#12102) 2020-08-10 08:48:04 +02:00
install.sh Fix a typo in the help message of install.sh (#11167) 2020-03-23 10:30:37 +08:00
prepare Fix: Add privileged for prepare command (#12689) 2020-08-13 14:55:42 +08:00
pushimage.sh feat(cicd) fix build base image 2020-03-26 10:55:40 +08:00