fix: re-introduce pagination#3521
Conversation
Signed-off-by: Łukasz Jakimczuk <ljakimczuk@gmail.com>
a55cc6c to
cda417f
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3521 +/- ##
==========================================
- Coverage 91.73% 91.71% -0.02%
==========================================
Files 185 185
Lines 25656 25674 +18
==========================================
+ Hits 23535 23547 +12
- Misses 1370 1374 +4
- Partials 751 753 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Łukasz Jakimczuk <ljakimczuk@gmail.com>
|
@andaaron now when I look at it, maybe it is my bad, I changed assignment to short declaration, I guess that makes |
|
@andaaron all looks good now. |
andaaron
left a comment
There was a problem hiding this comment.
Thank you for fixing this.
|
The I have added additional tests in the past couple of months to consistently cover some of these error branches, but it looks like there is still work to do. |
|
Thanks for explanetion! |
|
@rchincha sorry for bothering you, but can you give me raw estimates on when we may expect the next Zot release? |

What type of PR is this?
A bug / regression.
Which issue does this PR fix:
#2715.
What does this PR do / Why do we need it:
Without it, Zot only gets first 100 repositories from the registry. This PR makes it continue building the complete list.
If an issue # is not available please add repro steps and logs showing the issue:
N/A
Testing done on this change:
So far I tested this in my environment, no unit tests added yet.
Automation added to e2e:
N/A
Will this break upgrades or downgrades?
It should not.
Does this PR introduce any user-facing change?:
N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.