mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[PR #3004] feat: site & resource labels #12053
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 (3)
3253d60🚧 Add CRUD endpoints and tables for labels09baf2f🗃️ add sqlite table for labels0d04cc3✨ attach label to item📊 Changes
10 files changed (+764 additions, -32 deletions)
View changed files
📝
server/auth/actions.ts(+4 -0)📝
server/db/pg/schema/schema.ts(+69 -16)📝
server/db/sqlite/schema/schema.ts(+71 -16)📝
server/private/routers/external.ts(+33 -0)➕
server/private/routers/labels/attachLabelToItem.ts(+155 -0)➕
server/private/routers/labels/createOrgLabel.ts(+149 -0)➕
server/private/routers/labels/index.ts(+17 -0)➕
server/private/routers/labels/listOrgLabels.ts(+155 -0)➕
server/private/routers/labels/updateOrgLabel.ts(+101 -0)➕
server/routers/labels/types.ts(+10 -0)📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.