mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #1960] [MERGED] refactor: separate tables #2782
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/1960
Author: @Fredkiss3
Created: 12/2/2025
Status: ✅ Merged
Merged: 12/3/2025
Merged by: @miloschwartz
Base:
clients-user← Head:refactor/separate-tables📝 Commits (10+)
610e46f🚧 WIP: separate proxy & client resources18db4a1♻️ separate client & proxy resources tables342bedc🎨 format with prettier45a82f3🚧WIP: Separate user & machine clients3d400b2♻️ ignore hydrateSaas script andexit(0)on PG migrations06a31bb♻️ separate machine client & user devices tables + move common functions into hooksc93ab34♻️ some refactors6eb6b44💬 update some text labelsf060063💬 update textf5bfddd🚨 runeslint --fix📊 Changes
31 files changed (+4386 additions, -3232 deletions)
View changed files
📝
.gitignore(+2 -1)📝
messages/en-US.json(+13 -5)📝
server/db/pg/migrate.ts(+1 -0)📝
server/lib/ip.ts(+3 -5)📝
server/lib/rebuildClientAssociations.ts(+5 -5)📝
server/private/routers/hybrid.ts(+1 -1)📝
server/routers/newt/handleGetConfigMessage.ts(+1 -1)📝
server/routers/siteResource/updateSiteResource.ts(+1 -2)📝
src/app/[orgId]/page.tsx(+7 -9)➕
src/app/[orgId]/settings/clients/machine/page.tsx(+78 -0)📝
src/app/[orgId]/settings/clients/page.tsx(+2 -79)➕
src/app/[orgId]/settings/clients/user/page.tsx(+75 -0)➕
src/app/[orgId]/settings/resources/client/page.tsx(+93 -0)📝
src/app/[orgId]/settings/resources/page.tsx(+3 -142)➕
src/app/[orgId]/settings/resources/proxy/page.tsx(+112 -0)📝
src/app/layout.tsx(+16 -16)📝
src/app/navigation.tsx(+61 -29)➕
src/components/ClientResourcesTable.tsx(+634 -0)➖
src/components/ClientsTable.tsx(+0 -985)📝
src/components/CreateInternalResourceDialog.tsx(+353 -187)...and 11 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Main changes:
Other changes:
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.