disable land tag in the backend storage#22507
Merged
wy65701436 merged 2 commits intogoharbor:mainfrom Nov 6, 2025
Merged
Conversation
d62abd3 to
cb7f7e3
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22507 +/- ##
===========================================
+ Coverage 45.36% 65.84% +20.47%
===========================================
Files 244 1073 +829
Lines 13333 116095 +102762
Branches 2719 2931 +212
===========================================
+ Hits 6049 76440 +70391
- Misses 6983 35418 +28435
- Partials 301 4237 +3936
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Member
|
@wy65701436 can you add some information in the PR |
Contributor
Author
can you checkout the commit message? |
Member
|
@wy65701436 updated the PR message as we use this one for the release notes. |
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com>
cb7f7e3 to
f3111ea
Compare
stonezdj
reviewed
Nov 6, 2025
| // the reference is tag, get the digest from the response header | ||
| if _, err = digest.Parse(reference); err != nil { | ||
| if _, err := digest.Parse(reference); err != nil { | ||
| dgt = buffer.Header().Get("Docker-Content-Digest") |
Contributor
There was a problem hiding this comment.
Should we have a warning message in the log when the dgst doesn't match the dgt?
stonezdj
approved these changes
Nov 6, 2025
MinerYang
approved these changes
Nov 6, 2025
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Ikram Aloui <ikramaloui145@gmail.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikramaloui145@gmail.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikramaloui145@gmail.com> Signed-off-by: ikram aloui <your-email@container-registry.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikramaloui145@gmail.com> Signed-off-by: ikram aloui <your-email@container-registry.com> Signed-off-by: Aloui-Ikram <ikram@container-registry.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikramaloui145@gmail.com> Signed-off-by: ikram aloui <your-email@container-registry.com> Signed-off-by: Aloui-Ikram <ikram@container-registry.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikram@container-registry.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 19, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikram@container-registry.com>
Aloui-Ikram
pushed a commit
to Aloui-Ikram/harbor
that referenced
this pull request
Nov 24, 2025
Signed-off-by: dulanting <dulanting@outlook.jp> Signed-off-by: Aloui-Ikram <ikram@container-registry.com> Add unit test for DeleteManifest method in TencentCR adapter (goharbor#22537) Added test case Signed-off-by: Anurag Ojha <aojharaj2004@gmail.com> Signed-off-by: Aloui-Ikram <ikram@container-registry.com> disable land tag in the backend storage (goharbor#22507) According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com> Signed-off-by: Aloui-Ikram <ikram@container-registry.com>
vg006
pushed a commit
to vg006/harbor
that referenced
this pull request
Dec 4, 2025
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD. Proposal: goharbor/community#265 fixed goharbor#22405 Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: wang yan <yan-yw.wang@broadcom.com>
Contributor
|
hi @wy65701436, thanks for your contribution! I have two questions I'd like to consult:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Harbor!
disable land tag in the backend storage
According to the gc performance proposal, harbor will skip to write the tag file into the data storage since we already use the harbor database to manage the tag CRUD.
Proposal: goharbor/community#265
fixed #22405
Please indicate you've done the following: