-
Notifications
You must be signed in to change notification settings - Fork 87
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
refactor(zosfiles/List): maxLength
with multiple patterns
#2417
Conversation
Signed-off-by: Trae Yelovich <[email protected]>
📅 Suggested merge-by date: 2/5/2025 |
maxLength
with multiple patterns
maxLength
with multiple patternsmaxLength
with multiple patterns
Signed-off-by: Trae Yelovich <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2417 +/- ##
=======================================
Coverage 91.33% 91.34%
=======================================
Files 639 639
Lines 18251 18258 +7
Branches 3836 3912 +76
=======================================
+ Hits 16670 16677 +7
Misses 1579 1579
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Trae Yelovich <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
Signed-off-by: Trae Yelovich <[email protected]>
53b8b37
to
8949068
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.
Thanks for fixing this. 🎉
It makes sense to truly limit the list based on maxLength! 🥳
LGTM! 😋
|
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
This PR improves the behavior of the
maxLength
parameter when listing multiple patterns. We'll gradually increment the total number of items returned for each pattern, and once we've reached the max length, we'll stop listing patterns.How to Test
Review Checklist
I certify that I have: