-
Notifications
You must be signed in to change notification settings - Fork 928
chore: add sql filter to fetching audit logs #14070
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
Conversation
🤖 Meticulous replayed 100 user sessions and took 759 visual snapshots. Meticulous has not yet run on 956d0cb of the main branch and so there was nothing to compare against. Last updated for commit 2709d4b. This comment will update as new commits are pushed. |
What this does
This adds a SQL filter to fetching audit logs. Prior to this change, all audit logs shared the same authorization call, so only 1 was done up front. Now that we have organizational scoped audit logs, listing all audit logs a user can view will operate like workspaces.
The SQL filter is required for pagination, as the filtering has to occur in the database.