Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 8 commits into from
Aug 1, 2024

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Jul 31, 2024

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.

Copy link

alwaysmeticulous bot commented Jul 31, 2024

🤖 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.
If you recently setup Meticulous, this is expected. Meticulous will start reporting comparisons for new pull requests after the next commit to the main branch.

Last updated for commit 2709d4b. This comment will update as new commits are pushed.

@Emyrk Emyrk marked this pull request as ready for review July 31, 2024 21:44
@Emyrk Emyrk requested a review from johnstcn July 31, 2024 22:07
@johnstcn johnstcn requested a review from dannykopping August 1, 2024 08:07
@Emyrk Emyrk merged commit a27ac30 into main Aug 1, 2024
30 checks passed
@Emyrk Emyrk deleted the stevenmasley/audit_log_sql_filter branch August 1, 2024 17:07
@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants