mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #3154] [MERGED] fix(logs): refresh default end time #24695
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/3154
Author: @RitwijParmar
Created: 5/26/2026
Status: ✅ Merged
Merged: 5/26/2026
Merged by: @oschwartz10612
Base:
main← Head:codex/pangolin-refresh-live-log-window📝 Commits (1)
6aa1d3bfix(logs): refresh default end time📊 Changes
4 files changed (+20 additions, -4 deletions)
View changed files
📝
src/app/[orgId]/settings/logs/access/page.tsx(+5 -1)📝
src/app/[orgId]/settings/logs/action/page.tsx(+5 -1)📝
src/app/[orgId]/settings/logs/connection/page.tsx(+5 -1)📝
src/app/[orgId]/settings/logs/request/page.tsx(+5 -1)📄 Description
Summary
Why
The log pages initialize their default end time to now, but the refresh action reused that stale timestamp. For a user watching logs with the default range, refresh could keep querying the old upper bound instead of including newly written rows.
Verification
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.