mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[PR #2776] [MERGED] 1.17.0-s.0 #5097
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/2776
Author: @oschwartz10612
Created: 4/3/2026
Status: ✅ Merged
Merged: 4/3/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
3a9e79eFilter only newt sites on private resources547865eMark targets unhealthy when site is down69aa6e2Prevent increase in writes on reconnect08e4afaUpdate hp log message363c13cImpvove communication1bb89fcenhance: Systemd newt unit1dc3409Merge pull request #2766 from LaurenceJJones/feature/systemd-install-instructionsa55dd76Revert "enhance: Systemd newt unit instructions"1d0b0aeMerge pull request #2770 from fosrl/revert-2766-feature/systemd-install-instructions122079dsplit unix to linux and macos, show method everything other than windows, change nixos all to flake so makes sense under method📊 Changes
20 files changed (+295 additions, -53 deletions)
View changed files
📝
README.md(+1 -1)📝
messages/en-US.json(+6 -3)📝
server/private/lib/logStreaming/LogStreamingManager.ts(+2 -2)📝
server/routers/newt/handleGetConfigMessage.ts(+2 -1)📝
server/routers/newt/handleNewtPingMessage.ts(+29 -2)📝
server/routers/olm/handleOlmRegisterMessage.ts(+2 -1)📝
server/routers/target/handleHealthcheckStatusMessage.ts(+11 -1)📝
server/setup/scriptsPg/1.17.0.ts(+42 -2)📝
server/setup/scriptsSqlite/1.17.0.ts(+51 -5)📝
src/app/[orgId]/settings/provisioning/pending/page.tsx(+6 -0)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx(+10 -2)📝
src/app/[orgId]/settings/resources/proxy/create/page.tsx(+10 -2)📝
src/components/InternalResourceForm.tsx(+1 -0)📝
src/components/PendingSitesTable.tsx(+7 -0)📝
src/components/SiteProvisioningKeysTable.tsx(+1 -0)📝
src/components/newt-install-commands.tsx(+86 -20)📝
src/components/site-selector.tsx(+7 -3)📝
src/components/ui/controlled-data-table.tsx(+3 -1)📝
src/components/ui/data-table.tsx(+3 -1)📝
src/services/locale.ts(+15 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.