-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: cursor pagination of get_all_users in /admin/users route #1441
feat: cursor pagination of get_all_users in /admin/users route #1441
Conversation
Investigating singular test failure in tests/test_base_functions.py. This test is passing locally for me, looking into this. Relevant info:
|
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! Not sure why the tests are failing but probably an issue with the tests, not the PR
Awesome, thanks! Looking forward to further contributions :) |
Please describe the purpose of this pull request.
Is it to add a new feature? Is it to fix a bug?
cursor pagination for get_all_users in /admin/users route
How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?
poetry run pytest -s tests
specifically the test_admin_client tests: poetry run pytest -s tests/test_admin_client.py
Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.
Yes, Tested and are passing locally
Related issues or PRs
Please link any related GitHub issues or PRs.
#1156
Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.
Additional context
Add any other context or screenshots about the PR here.