[PR #2678] [MERGED] 1.16.2-s.14 #9885

Closed
opened 2026-04-30 06:01:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • d44292c pass access token params to badger
  • d3bfd67 fix(newt): Format ipv6 targets for go
  • 1169b68 fix more info content on member page
  • 03288d2 Merge pull request #2667 from LaurenceJJones/feature/newt-ipv6-format-endpoint
  • 26ab63d Adjust remote node language
  • 991fed9 Add warning when creating resource with provided
  • f48d01a New translations en-us.json (French)
  • ce2cf50 New translations en-us.json (Bulgarian)
  • a479ef2 New translations en-us.json (Czech)
  • ae1f36f New translations en-us.json (German)

📊 Changes

22 files changed (+174 additions, -107 deletions)

View changed files

📝 messages/bg-BG.json (+6 -4)
📝 messages/cs-CZ.json (+6 -4)
📝 messages/de-DE.json (+6 -4)
📝 messages/en-US.json (+2 -1)
📝 messages/es-ES.json (+6 -4)
📝 messages/fr-FR.json (+6 -4)
📝 messages/it-IT.json (+6 -4)
📝 messages/ko-KR.json (+6 -4)
📝 messages/nb-NO.json (+6 -4)
📝 messages/nl-NL.json (+6 -4)
📝 messages/pl-PL.json (+6 -4)
📝 messages/pt-PT.json (+6 -4)
📝 messages/ru-RU.json (+6 -4)
📝 messages/tr-TR.json (+6 -4)
📝 messages/zh-CN.json (+6 -4)
📝 server/lib/traefik/TraefikConfigManager.ts (+16 -24)
📝 server/routers/badger/logRequestAudit.ts (+32 -13)
📝 server/routers/newt/buildConfiguration.ts (+7 -3)
📝 server/routers/traefik/traefikConfigProvider.ts (+8 -1)
📝 src/app/[orgId]/settings/resources/proxy/create/page.tsx (+3 -0)

...and 2 more files

📄 Description

  • pass access token params to badger
  • fix(newt): Format ipv6 targets for go
  • fix more info content on member page
  • Adjust remote node language
  • Add warning when creating resource with provided
  • Fix spelling mistake
  • Santize inserts

🔄 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/2678 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 3/20/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d44292c`](https://github.com/fosrl/pangolin/commit/d44292cf33b797663b345234c8f33b2021993587) pass access token params to badger - [`d3bfd67`](https://github.com/fosrl/pangolin/commit/d3bfd67738800162a1ce27d052e101a0c1bf545d) fix(newt): Format ipv6 targets for go - [`1169b68`](https://github.com/fosrl/pangolin/commit/1169b68619e7932f01bc522b81127fc6bddfcb84) fix more info content on member page - [`03288d2`](https://github.com/fosrl/pangolin/commit/03288d2a609884faf026df03fbecb1bd752ab832) Merge pull request #2667 from LaurenceJJones/feature/newt-ipv6-format-endpoint - [`26ab63d`](https://github.com/fosrl/pangolin/commit/26ab63d0e40fd6a2bd701503cfdc65ba38151886) Adjust remote node language - [`991fed9`](https://github.com/fosrl/pangolin/commit/991fed93eedddb0d560e80e54a8aef538f62447d) Add warning when creating resource with provided - [`f48d01a`](https://github.com/fosrl/pangolin/commit/f48d01acde78fd19d9e353538f0140f57c3caf18) New translations en-us.json (French) - [`ce2cf50`](https://github.com/fosrl/pangolin/commit/ce2cf50b5a4951005a9b640c9e00310cf49cdd0b) New translations en-us.json (Bulgarian) - [`a479ef2`](https://github.com/fosrl/pangolin/commit/a479ef28ac4328fdc088edd8f55d2a5f40fd30b9) New translations en-us.json (Czech) - [`ae1f36f`](https://github.com/fosrl/pangolin/commit/ae1f36f39a902dba0054cacf33ca1b25aae0b817) New translations en-us.json (German) ### 📊 Changes **22 files changed** (+174 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `messages/bg-BG.json` (+6 -4) 📝 `messages/cs-CZ.json` (+6 -4) 📝 `messages/de-DE.json` (+6 -4) 📝 `messages/en-US.json` (+2 -1) 📝 `messages/es-ES.json` (+6 -4) 📝 `messages/fr-FR.json` (+6 -4) 📝 `messages/it-IT.json` (+6 -4) 📝 `messages/ko-KR.json` (+6 -4) 📝 `messages/nb-NO.json` (+6 -4) 📝 `messages/nl-NL.json` (+6 -4) 📝 `messages/pl-PL.json` (+6 -4) 📝 `messages/pt-PT.json` (+6 -4) 📝 `messages/ru-RU.json` (+6 -4) 📝 `messages/tr-TR.json` (+6 -4) 📝 `messages/zh-CN.json` (+6 -4) 📝 `server/lib/traefik/TraefikConfigManager.ts` (+16 -24) 📝 `server/routers/badger/logRequestAudit.ts` (+32 -13) 📝 `server/routers/newt/buildConfiguration.ts` (+7 -3) 📝 `server/routers/traefik/traefikConfigProvider.ts` (+8 -1) 📝 `src/app/[orgId]/settings/resources/proxy/create/page.tsx` (+3 -0) _...and 2 more files_ </details> ### 📄 Description - **pass access token params to badger** - **fix(newt): Format ipv6 targets for go** - **fix more info content on member page** - **Adjust remote node language** - **Add warning when creating resource with provided** - **Fix spelling mistake** - **Santize inserts** --- <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-30 06:01:55 -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#9885