Tags: project-zot/zot
Tags
chore: fix dependabot alerts (#2753) * chore: fix dependabot alerts Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * build: bump up ui version to commit-7bd1d7d Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
fix(s3): fix check in dedupe logic (#2700) cache.HasBlob() looks in both buckets: duplicates and original blobs Because we want to check if the blob is in original bucket let's use cache.GetBlob() because it's looking only in original bucket. Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
feat(sync): support for periodic repo sync in scale-out cluster (#2424) This commit includes support for periodic repo sync in a scale-out cluster. Before this commit, all cluster members would sync all the repos as the config is shared. With this change, in periodic sync, the cluster member checks whether it manages the repo. If it does not manage the repo, it will skip the sync. This commit also includes a unit test to test on-demand sync too, but there are no logic changes for it as it is implicitly handled by the proxying logic. Signed-off-by: Vishwas Rajashekar <vrajashe@cisco.com>
PreviousNext