mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[PR #3035] [MERGED] Add new log streaming and client endpoint to connection log #22494
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/3035
Author: @oschwartz10612
Created: 5/9/2026
Status: ✅ Merged
Merged: 5/9/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
451f3d2New translations en-us.json (French)cbdc747Implement s3 streaming destination10fa927Add streaming errors for debug1144866Add client endpoint to network log27d2306Merge branch 's3' into dev4de2dffNew translations en-us.json (French)975f3a0New translations en-us.json (Bulgarian)b6b2dbdNew translations en-us.json (Czech)b426725New translations en-us.json (German)d7b96baNew translations en-us.json (Italian)📊 Changes
29 files changed (+1527 additions, -138 deletions)
View changed files
📝
messages/bg-BG.json(+29 -2)📝
messages/cs-CZ.json(+29 -2)📝
messages/de-DE.json(+29 -2)📝
messages/en-US.json(+29 -2)📝
messages/es-ES.json(+29 -2)📝
messages/fr-FR.json(+32 -6)📝
messages/it-IT.json(+29 -2)📝
messages/ko-KR.json(+29 -2)📝
messages/nb-NO.json(+30 -3)📝
messages/nl-NL.json(+29 -2)📝
messages/pl-PL.json(+29 -2)📝
messages/pt-PT.json(+29 -2)📝
messages/ru-RU.json(+29 -2)📝
messages/tr-TR.json(+29 -2)📝
messages/zh-CN.json(+29 -2)📝
server/db/pg/schema/privateSchema.ts(+3 -0)📝
server/db/sqlite/schema/privateSchema.ts(+3 -0)📝
server/private/lib/logConnectionAudit.ts(+1 -0)📝
server/private/lib/logStreaming/LogStreamingManager.ts(+75 -16)➕
server/private/lib/logStreaming/providers/S3LogDestination.ts(+279 -0)...and 9 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.