mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[PR #2020] [MERGED] refactor: adjustments for logs pages #9605
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2020
Author: @Fredkiss3
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/11/2025
Merged by: @oschwartz10612
Base:
dev← Head:fix/log-analytics-adjustments📝 Commits (9)
e0a79b7♻️ set default log analytics time range to. 7days agoadf76bf♻️ set default start time to 7 days ago9db2fef♻️ set default time to 7 days ago in API tood490cabMerge dev into fix/log-analytics-adjustmentsdf4b9de🚧 wip: export limits5b62046♻️ set export logs limits to50 000everywherec977925💄add time range tooltip to explain it better85986dcMerge branch 'dev' into fix/log-analytics-adjustmentsf9c0e0e💬 updated text📊 Changes
15 files changed (+228 additions, -167 deletions)
View changed files
📝
messages/en-US.json(+2 -0)📝
server/private/routers/auditLogs/exportAccessAuditLog.ts(+12 -1)📝
server/private/routers/auditLogs/exportActionAuditLog.ts(+12 -1)📝
server/private/routers/auditLogs/queryAccessAuditLog.ts(+3 -1)📝
server/private/routers/auditLogs/queryActionAuditLog.ts(+3 -1)📝
server/routers/auditLogs/exportRequestAuditLog.ts(+19 -3)📝
server/routers/auditLogs/queryRequestAnalytics.ts(+6 -9)📝
server/routers/auditLogs/queryRequestAuditLog.ts(+3 -1)📝
src/app/[orgId]/settings/logs/access/page.tsx(+22 -20)📝
src/app/[orgId]/settings/logs/action/page.tsx(+32 -31)📝
src/app/[orgId]/settings/logs/request/page.tsx(+28 -25)📝
src/components/LogAnalyticsData.tsx(+26 -28)📝
src/components/LogDataTable.tsx(+47 -38)➕
src/lib/getSevenDaysAgo.ts(+7 -0)📝
src/lib/queries.ts(+6 -8)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR affects all logs & analytics pages (request logs, access logs and action logs)
50 000 rows, with an helpful message in case that limit is exceeded:closes #2010
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.