mirror of
https://github.com/fosrl/newt.git
synced 2026-07-16 03:46:25 -05:00
[PR #290] [MERGED] 1.11.0 #1938
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/newt/pull/290
Author: @oschwartz10612
Created: 4/3/2026
Status: ✅ Merged
Merged: 4/3/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
0f57985Saving and sending access logs pass 169019d5Process log to form sessionsb43572dProvisioning key workingbaca04eAdd --config-filefc4b375Allow blueprint interpolation for env vars381f5a6Merge branch 'main' into logging-provision5208117Add name to provisioning8d82460Send health checks to the server on reconnectf4d071fAdd provisioning blueprint file2e02c9bRemove 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.