[PR #290] [MERGED] 1.11.0 #1032

Closed
opened 2026-04-19 14:27:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • 0f57985 Saving and sending access logs pass 1
  • 69019d5 Process log to form sessions
  • b43572d Provisioning key working
  • baca04e Add --config-file
  • fc4b375 Allow blueprint interpolation for env vars
  • 381f5a6 Merge branch 'main' into logging-provision
  • 5208117 Add name to provisioning
  • 8d82460 Send health checks to the server on reconnect
  • f4d071f Add provisioning blueprint file
  • 2e02c9b Remove files

📊 Changes

12 files changed (+1780 additions, -26 deletions)

View changed files

📝 clients/clients.go (+21 -4)
📝 common.go (+30 -3)
📝 main.go (+66 -4)
netstack2/access_log.go (+514 -0)
netstack2/access_log_test.go (+811 -0)
📝 netstack2/handlers.go (+48 -0)
📝 netstack2/proxy.go (+78 -4)
📝 netstack2/subnet_lookup.go (+2 -1)
📝 netstack2/tun.go (+11 -2)
📝 websocket/client.go (+23 -0)
📝 websocket/config.go (+160 -3)
📝 websocket/types.go (+16 -5)

📄 Description

No description provided


🔄 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/newt/pull/290 **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+) - [`0f57985`](https://github.com/fosrl/newt/commit/0f57985b6ffbd32d5755c78152b2a86a06145f37) Saving and sending access logs pass 1 - [`69019d5`](https://github.com/fosrl/newt/commit/69019d565567b09012061183c6afa9851c01e1b5) Process log to form sessions - [`b43572d`](https://github.com/fosrl/newt/commit/b43572dd8d4aa03a223ee7d987668f4354ab9163) Provisioning key working - [`baca04e`](https://github.com/fosrl/newt/commit/baca04ee58916e3df6a1f74ff77bf7a52dd45e89) Add --config-file - [`fc4b375`](https://github.com/fosrl/newt/commit/fc4b375bf1fcf3f457c4d8730a55d8488d6cb87f) Allow blueprint interpolation for env vars - [`381f5a6`](https://github.com/fosrl/newt/commit/381f5a619c7bb747304843ba9dd80b5faaccc6bf) Merge branch 'main' into logging-provision - [`5208117`](https://github.com/fosrl/newt/commit/5208117c56e3e2ece7898cb958349d96b1dedaff) Add name to provisioning - [`8d82460`](https://github.com/fosrl/newt/commit/8d82460a76ef47dd14d36d115f6e14871c5b67fe) Send health checks to the server on reconnect - [`f4d071f`](https://github.com/fosrl/newt/commit/f4d071fe27f1c7a6c9b54e5123262b81d41ac7eb) Add provisioning blueprint file - [`2e02c9b`](https://github.com/fosrl/newt/commit/2e02c9b7a93cb9c96ebbdbf097e75e55f7b3a20b) Remove files ### 📊 Changes **12 files changed** (+1780 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `clients/clients.go` (+21 -4) 📝 `common.go` (+30 -3) 📝 `main.go` (+66 -4) ➕ `netstack2/access_log.go` (+514 -0) ➕ `netstack2/access_log_test.go` (+811 -0) 📝 `netstack2/handlers.go` (+48 -0) 📝 `netstack2/proxy.go` (+78 -4) 📝 `netstack2/subnet_lookup.go` (+2 -1) 📝 `netstack2/tun.go` (+11 -2) 📝 `websocket/client.go` (+23 -0) 📝 `websocket/config.go` (+160 -3) 📝 `websocket/types.go` (+16 -5) </details> ### 📄 Description _No description provided_ --- <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-19 14:27:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1032