-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
✨ Add Limit and Continue functional list options for client #341
✨ Add Limit and Continue functional list options for client #341
Conversation
@DirectXMan12 PTAL. Not quite sure about what changes to make for the fake client though, so any pointers are appreciated. |
fb4659d
to
fce0993
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.
small nits inline, otherwise good work 👍
if you really want to try and implement limit and continue in the fake client, that'd be ok, but I think since not everything supports limit and continue, we can just leave the fake client as-is. |
fce0993
to
2aaefc3
Compare
@DirectXMan12 Can you take a look when you get a chance? |
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.
minor comments inline, otherwise looks good.
sorry for the review lag!
a5965da
to
abec8be
Compare
abec8be
to
6462b88
Compare
Rebased on top of #536 |
6462b88
to
3137e0d
Compare
3137e0d
to
8f10214
Compare
Adds Limit and Continue list options for pagination. Note that this change does not support setting Limit and Continue for `DeleteAllOfOptions` via functional options since it is not supported by the server.
8f10214
to
b5dfbb5
Compare
/lgtm |
/approve |
/assign @DirectXMan12 |
/lgtm /retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adohe, DirectXMan12, rajathagasthya The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix typo in book: flag is --owner, not --owners
Does |
Fixes #310