-
Notifications
You must be signed in to change notification settings - Fork 516
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
🐛 fix storage record pagination with post-filter query params #3082
🐛 fix storage record pagination with post-filter query params #3082
Conversation
Signed-off-by: ff137 <[email protected]>
…ost_filter Signed-off-by: ff137 <[email protected]>
3ebce10
to
d824998
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.
Looks good 👍
Sonarcloud is saying it's a bit complicated and could be refactored but it looks well tested so I'm not worried about that right now.
Quality Gate passedIssues Measures |
Oof, I was just about to commit a change to make it more readable 😅 I agree some parts were a bit overly complex |
…llet-foundation#3082) * 🐛 fix storage record pagination with post-filter query params Signed-off-by: ff137 <[email protected]> * ✅ add test coverage for querying storage record with pagination and post_filter Signed-off-by: ff137 <[email protected]> --------- Signed-off-by: ff137 <[email protected]> Co-authored-by: jamshale <[email protected]>
No prob, I'll make another PR with some minor amendments, also improving the error handling which is prob worth it |
Ok. Sorry about that. Another PR will be good. |
All good, I was slow 😄 included the changes in #3083 |
Related to: #3001 (comment)
Marking as draft to first validate things work as expected (testing here: didx-xyz/aries-cloudapi-python#850)