Uh oh!
There was an error while loading. Please reload this page.
Skip non-key entries in list_paginated - #4456
Conversation
👋 Thanks for assigning @tnull as a reviewer! |
Uh oh!
There was an error while loading. Please reload this page.
Use dir_entry_is_key in list_paginated_impl to skip .tmp files, directories, and other non-key entries, to be the same as list_impl. Claude added a test for this as well.
0b085d2 to
1545ad5Compare
TheBlueMatt
left a comment
There was a problem hiding this comment.
easy enough, thanks. landing.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #4456 +/- ##
==========================================
+ Coverage 85.95% 85.96% +0.01%
==========================================
Files 159 159 Lines 104694 104714 +20 Branches 104694 104714 +20 ==========================================
+ Hits 89987 90016 +29 + Misses 12204 12194 -10 - Partials 2503 2504 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use dir_entry_is_key in list_paginated_impl to skip .tmp files, directories, and other non-key entries, to be the same as list_impl.
Claude added a test for this as well.
Closes#4455