-
Notifications
You must be signed in to change notification settings - Fork 51.7k
refactor: Use paginated query to generate user access export csvs in SSO form (no-changelog) #22930
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
refactor: Use paginated query to generate user access export csvs in SSO form (no-changelog) #22930
Conversation
BundleMonUnchanged files (2)
No change in files bundle size Groups updated (2)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
E2E Tests: n8n tests passed after 10m 17s Run Details
Groups
This message was posted automatically by
currents.dev | Integration Settings
|
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.
No issues found across 2 files
BGZStephen
left a comment
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
Summary
🎥 Demo video: https://www.loom.com/share/fae831c5f2454256989cad929e227931
Introduces pagination through
takeandskiprequest parameters to get the list of users instead oftake: -1.If a user clicks on the second "csv download" button before the first one finishes, we no longer start another request "fetching users from scratch", but wait for the first one to complete and use that one.
Related Linear tickets, Github issues, and Community forum posts
closes PAY-4264
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)