mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #2116] [MERGED] fix(database): filter dates evaluated at module load time #11668
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/2116
Author: @depado
Created: 12/18/2025
Status: ✅ Merged
Merged: 12/18/2025
Merged by: @oschwartz10612
Base:
dev← Head:fix-analytics-filtering📝 Commits (1)
174e086fix(database): filter dates evaluated at module load time📊 Changes
4 files changed (+4 additions, -4 deletions)
View changed files
📝
server/private/routers/auditLogs/queryAccessAuditLog.ts(+1 -1)📝
server/private/routers/auditLogs/queryActionAuditLog.ts(+1 -1)📝
server/routers/auditLogs/queryRequestAnalytics.ts(+1 -1)📝
server/routers/auditLogs/queryRequestAuditLog.ts(+1 -1)📄 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
Dates in queries were evaluated at module load time and not at request time which limited the request's default behavior for
timeEndto the time the server actually started. Feel free to modify the pull request or ask me for changes. (Or close it if it's totally unrelated)fixes #2113
Opening a very small PR on a project I love using
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.