Skip to content
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

Use iterators for container listings #3196

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Mar 3, 2025

Closes #3045.

New container listing with no result length restriction is used instead of the
old one.

Closes #3045.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 23.15%. Comparing base (d74a7ad) to head (1a1ef3c).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
pkg/morph/client/container/list.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3196      +/-   ##
==========================================
+ Coverage   23.14%   23.15%   +0.01%     
==========================================
  Files         760      760              
  Lines       60499    60492       -7     
==========================================
+ Hits        14001    14008       +7     
+ Misses      45503    45490      -13     
+ Partials      995      994       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cthulhu-rider cthulhu-rider merged commit a49f199 into master Mar 3, 2025
21 of 22 checks passed
@cthulhu-rider cthulhu-rider deleted the 3045-use-iterators-for-container-listings branch March 3, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use iterators for container listings
3 participants