mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 01:11:38 -05:00
[PR #3004] feat: site & resource labels #18291
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/3004
Author: @Fredkiss3
Created: 5/5/2026
Status: 🔄 Open
Base:
dev← Head:feat/labels-on-sites-and-resources📝 Commits (10+)
3253d60🚧 Add CRUD endpoints and tables for labels09baf2f🗃️ add sqlite table for labels0d04cc3✨ attach label to item1831ca4♻️ detach label from site/resoirceab8fc11🚧 add labels button72524db💄 shrink button840cc21🚧 wip39b09b7Merge branch 'dev' into feat/labels-on-sites-and-resourcese61ef2c🚧 wip: label selectora63c1ec💄 label selector (with create label)📊 Changes
40 files changed (+3975 additions, -972 deletions)
View changed files
📝
messages/en-US.json(+26 -0)📝
server/auth/actions.ts(+6 -0)📝
server/db/pg/schema/schema.ts(+113 -16)📝
server/db/sqlite/schema/schema.ts(+119 -16)📝
server/lib/billing/tierMatrix.ts(+3 -1)📝
server/private/lib/logStreaming/index.ts(+2 -1)📝
server/private/middlewares/verifySubscription.ts(+1 -1)📝
server/private/routers/external.ts(+54 -0)➕
server/private/routers/labels/attachLabelToItem.ts(+224 -0)➕
server/private/routers/labels/createOrgLabel.ts(+149 -0)➕
server/private/routers/labels/deleteOrgLabel.ts(+72 -0)➕
server/private/routers/labels/detachLabelFromItem.ts(+224 -0)➕
server/private/routers/labels/index.ts(+19 -0)➕
server/private/routers/labels/listOrgLabels.ts(+155 -0)➕
server/private/routers/labels/updateOrgLabel.ts(+101 -0)📝
server/routers/client/listClients.ts(+62 -13)➕
server/routers/labels/types.ts(+10 -0)📝
server/routers/resource/listResources.ts(+72 -20)📝
server/routers/site/listSites.ts(+76 -20)📝
server/routers/siteResource/listAllSiteResourcesByOrg.ts(+97 -44)...and 20 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.
Summary
Attach & detach labels on sites, public/private resources & machine clients.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.