-
Notifications
You must be signed in to change notification settings - Fork 122
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: fix consumer chains list pagination #2377
fix: fix consumer chains list pagination #2377
Conversation
.changelog/unreleased/bug-fixes/2378-fix-list-consumer-chains-pagination.md
Outdated
Show resolved
Hide resolved
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.
It would be nice if the fix could also be tested (e.g., in grpc_query_test.go
) but otherwise LGTM.
Thank you!
@insumity I can also add it, if you need |
@insumity can you check once more? |
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 @freak12techno. Note that this needs another approval before it gets merged.
@insumity I'm not in a hurry or something, this doesn't block me from doing things, so I'm totally ok with waiting. |
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.
LGTM, thanks for the fix!
Description
Closes: #2305
Fixes the pagination of endpoint to list consumer chains by using FilteredPaginate instead of Paginate.
This only affects the client, so it is not state-breaking.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if the change is state-machine breakingCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
the type prefix if the change is state-machine breaking