mirror of
https://github.com/goharbor/harbor
synced 2025-04-20 16:43:59 +00:00

1. Add sql migration to alter replication policy table 2. Implement the PullBlobChunk and PushBlobChunk for the underlying v2 registry client 3. Update image transfer logic to support copy by chunk 4. Update the replication policy API handler Signed-off-by: chlins <chenyuzh@vmware.com>
1 line
78 B
SQL
1 line
78 B
SQL
ALTER TABLE replication_policy ADD COLUMN IF NOT EXISTS copy_by_chunk boolean; |