-
Notifications
You must be signed in to change notification settings - Fork 107
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
feat(sync): use regclient for sync extension #2903
base: main
Are you sure you want to change the base?
feat(sync): use regclient for sync extension #2903
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2903 +/- ##
==========================================
- Coverage 91.04% 91.01% -0.04%
==========================================
Files 174 168 -6
Lines 32644 31818 -826
==========================================
- Hits 29722 28960 -762
+ Misses 2209 2147 -62
+ Partials 713 711 -2 ☔ View full report in Codecov by Sentry. |
f8f5eac
to
f3fb1fe
Compare
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.
Looks good from my side.
Maybe just double check there's no commented code remaining.
@eusebiu-constantin-petu-dbk conflicts? sorry |
ab8c8f7
to
a2cf04c
Compare
There are test failures. |
21769c4
to
79e5536
Compare
42b26f1
to
21769c4
Compare
eb69c32
to
fd65c7e
Compare
replaced containers/image package with regclient/regclient package Signed-off-by: Eusebiu Petu <[email protected]>
fd65c7e
to
f0d5fb4
Compare
replaced containers/image package with regclient/regclient package
What type of PR is this?
refactor
Which issue does this PR fix:
Doesn't fix anything, just uses another library for sync
What does this PR do / Why do we need it:
More unified sync logic without separate code fore referrers, catalog etc.
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
No
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.