mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 09:54:16 -05:00
[PR #159] [MERGED] 1.0.0-beta12 #798
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/159
Author: @miloschwartz
Created: 2/5/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
a039168add ability to transfer a resource to another site81571a8german-translation8b5cac4Merge pull request #120 from synologyy/main8b43c6fUpdate pl.md3257c39Merge pull request #130 from nkkfs/patch-3dc9b1f1add project board to readme7d6dd9eMerge branch 'dev' of https://github.com/fosrl/pangolin into dev962c5fbMerge branch 'dev' into transfer-resource-to-new-siteb5420a4Clean up and add target manipulation53660a1minor changes to verbiage and id value📊 Changes
38 files changed (+1364 additions, -306 deletions)
View changed files
📝
.github/workflows/cicd.yml(+2 -7)📝
README.md(+5 -1)📝
docker-compose.example.yml(+6 -1)📝
install/fs/docker-compose.yml(+6 -1)➕
internationalization/de.md(+267 -0)📝
internationalization/pl.md(+20 -0)📝
package.json(+1 -1)📝
server/db/schema.ts(+2 -1)📝
server/lib/config.ts(+12 -10)📝
server/lib/consts.ts(+3 -1)➖
server/lib/loadAppVersion.ts(+0 -16)📝
server/routers/external.ts(+7 -0)📝
server/routers/gerbil/getConfig.ts(+2 -14)📝
server/routers/newt/targets.ts(+4 -4)📝
server/routers/resource/createResource.ts(+51 -14)📝
server/routers/resource/deleteResource.ts(+2 -17)📝
server/routers/resource/index.ts(+1 -0)➕
server/routers/resource/transferResource.ts(+192 -0)📝
server/routers/resource/updateResource.ts(+114 -13)📝
server/routers/target/createTarget.ts(+1 -1)...and 18 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.