- Notifications
You must be signed in to change notification settings - Fork928
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
alwaysmeticulousbot commentedJul 31, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🤖 Meticulous replayed 100 user sessions andtook 759 visual snapshots. Meticulous has not yet run on956d0cb of the main branch and so there was nothing to compare against. Last updated for commit2709d4b. This comment will update as new commits are pushed. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
a27ac30
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.