-
Notifications
You must be signed in to change notification settings - Fork 32
🎨Storage: Increased maximum number of returned paths to 1000 #7305
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
🎨Storage: Increased maximum number of returned paths to 1000 #7305
Conversation
odeimaiz
left a comment
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.
Thanks!
services/storage/src/simcore_service_storage/api/rest/_paths.py
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7305 +/- ##
==========================================
- Coverage 87.10% 86.99% -0.12%
==========================================
Files 1670 1524 -146
Lines 65130 61868 -3262
Branches 1121 891 -230
==========================================
- Hits 56734 53823 -2911
+ Misses 8076 7786 -290
+ Partials 320 259 -61
Continue to review full report in Codecov by Sentry.
|
dea6875 to
b712b65
Compare
packages/models-library/src/models_library/api_schemas_webserver/storage.py
Outdated
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/api/rest/_paths.py
Outdated
Show resolved
Hide resolved
8e38cd1 to
a6c0c98
Compare
b857fec to
2a862e6
Compare
|



What do these changes do?
required by frontend, to allow to do stepped upgrades. the max limit of the paths listing is increased to 1000
Related issue/s
How to test
Dev-ops checklist