[PR #2780] [MERGED] 1.17.0 #7960

Closed
opened 2026-04-25 16:31:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2780
Author: @oschwartz10612
Created: 4/3/2026
Status: Merged
Merged: 4/3/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • 03c905a New translations en-us.json (French)
  • c2ebc0a New translations en-us.json (Bulgarian)
  • 8eee0ca New translations en-us.json (Czech)
  • 2e6f74a New translations en-us.json (German)
  • b25e349 New translations en-us.json (Italian)
  • e04f17c New translations en-us.json (Korean)
  • 87464d5 New translations en-us.json (Dutch)
  • aa89543 New translations en-us.json (Polish)
  • daff59c New translations en-us.json (Portuguese)
  • f00b979 New translations en-us.json (Russian)

📊 Changes

20 files changed (+198 additions, -151 deletions)

View changed files

📝 messages/bg-BG.json (+10 -10)
📝 messages/cs-CZ.json (+10 -10)
📝 messages/de-DE.json (+10 -10)
📝 messages/es-ES.json (+10 -10)
📝 messages/fr-FR.json (+9 -9)
📝 messages/it-IT.json (+10 -10)
📝 messages/ko-KR.json (+10 -10)
📝 messages/nb-NO.json (+10 -10)
📝 messages/nl-NL.json (+10 -10)
📝 messages/pl-PL.json (+10 -10)
📝 messages/pt-PT.json (+10 -10)
📝 messages/ru-RU.json (+9 -9)
📝 messages/tr-TR.json (+10 -10)
📝 messages/zh-CN.json (+10 -10)
📝 server/private/lib/logStreaming/LogStreamingManager.ts (+8 -5)
📝 server/private/routers/eventStreamingDestination/createEventStreamingDestination.ts (+7 -2)
📝 server/private/routers/eventStreamingDestination/listEventStreamingDestinations.ts (+16 -1)
📝 server/private/routers/eventStreamingDestination/updateEventStreamingDestination.ts (+7 -3)
📝 server/routers/newt/registerNewt.ts (+21 -1)
📝 src/app/[orgId]/settings/logs/connection/page.tsx (+1 -1)

📄 Description

  • Send to the right place
  • Encrypt the streaming data
  • Generate address
  • Use the right encryption

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2780 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/3/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`03c905a`](https://github.com/fosrl/pangolin/commit/03c905a7afc00e8c20d27d08f807772fb613eaba) New translations en-us.json (French) - [`c2ebc0a`](https://github.com/fosrl/pangolin/commit/c2ebc0a0ff101570e239a966282f40adb9339188) New translations en-us.json (Bulgarian) - [`8eee0ca`](https://github.com/fosrl/pangolin/commit/8eee0ca5a5aed7fc559a69beecb6393fafa42f98) New translations en-us.json (Czech) - [`2e6f74a`](https://github.com/fosrl/pangolin/commit/2e6f74a6f883da4a814043fb516855310146de50) New translations en-us.json (German) - [`b25e349`](https://github.com/fosrl/pangolin/commit/b25e3499d871b81d608085f98dccb09c35539a0e) New translations en-us.json (Italian) - [`e04f17c`](https://github.com/fosrl/pangolin/commit/e04f17c9aa0fdd1c1904ee5cb8268745edceba2a) New translations en-us.json (Korean) - [`87464d5`](https://github.com/fosrl/pangolin/commit/87464d53bdd97311fd6dd2a64934c43b12e9568e) New translations en-us.json (Dutch) - [`aa89543`](https://github.com/fosrl/pangolin/commit/aa8954366ca20808c87532ada52f0c2df7d2e235) New translations en-us.json (Polish) - [`daff59c`](https://github.com/fosrl/pangolin/commit/daff59c93f66f09ad51dbc7162bf3be6e2d1330c) New translations en-us.json (Portuguese) - [`f00b979`](https://github.com/fosrl/pangolin/commit/f00b9794f52ad3d3a6a39a8b93190e8d12766217) New translations en-us.json (Russian) ### 📊 Changes **20 files changed** (+198 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `messages/bg-BG.json` (+10 -10) 📝 `messages/cs-CZ.json` (+10 -10) 📝 `messages/de-DE.json` (+10 -10) 📝 `messages/es-ES.json` (+10 -10) 📝 `messages/fr-FR.json` (+9 -9) 📝 `messages/it-IT.json` (+10 -10) 📝 `messages/ko-KR.json` (+10 -10) 📝 `messages/nb-NO.json` (+10 -10) 📝 `messages/nl-NL.json` (+10 -10) 📝 `messages/pl-PL.json` (+10 -10) 📝 `messages/pt-PT.json` (+10 -10) 📝 `messages/ru-RU.json` (+9 -9) 📝 `messages/tr-TR.json` (+10 -10) 📝 `messages/zh-CN.json` (+10 -10) 📝 `server/private/lib/logStreaming/LogStreamingManager.ts` (+8 -5) 📝 `server/private/routers/eventStreamingDestination/createEventStreamingDestination.ts` (+7 -2) 📝 `server/private/routers/eventStreamingDestination/listEventStreamingDestinations.ts` (+16 -1) 📝 `server/private/routers/eventStreamingDestination/updateEventStreamingDestination.ts` (+7 -3) 📝 `server/routers/newt/registerNewt.ts` (+21 -1) 📝 `src/app/[orgId]/settings/logs/connection/page.tsx` (+1 -1) </details> ### 📄 Description - **Send to the right place** - **Encrypt the streaming data** - **Generate address** - **Use the right encryption** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 16:31:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#7960