-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support accessory in either order #19375
Conversation
Codecov Report
@@ Coverage Diff @@
## main #19375 +/- ##
==========================================
- Coverage 67.46% 67.43% -0.04%
==========================================
Files 988 988
Lines 108688 108732 +44
Branches 2752 2752
==========================================
- Hits 73328 73324 -4
- Misses 31420 31463 +43
- Partials 3940 3945 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9691eb4
to
9cb3e52
Compare
In certain cases, the OCI client may push the subject artifact and accessory in either order. Therefore, it is necessary to handle situations where the client pushes the accessory ahead of the subject artifact. Signed-off-by: wang yan <[email protected]>
9cb3e52
to
827d6bc
Compare
Signed-off-by: wang yan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
In certain cases, the OCI client may push the subject artifact and accessory in either order. Therefore, it is necessary to handle situations where the client pushes the accessory ahead of the subject artifact.
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #19345
Please indicate you've done the following: