-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
api: allow configuring default page_size and max_page_size #18165
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
base: main
Are you sure you want to change the base?
api: allow configuring default page_size and max_page_size #18165
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
b65cfcb to
89daecb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18165 +/- ##
==========================================
- Coverage 92.99% 92.67% -0.33%
==========================================
Files 902 902
Lines 49351 49353 +2
==========================================
- Hits 45896 45737 -159
- Misses 3455 3616 +161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
89daecb to
7bdecd1
Compare
7bdecd1 to
eb2b8ca
Compare
Details
Adds options to configure pagination settings:
pagination.max_page_size: Allows setting the maximum number of items returned per page on paginated endpoints.pagination.page_size: Default number of items per page (Default: 100)Closes #18158
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)