mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 23:25:36 -05:00
[PR #2469] [MERGED] 1.15.4 #36506
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/2469
Author: @oschwartz10612
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
52484c7Setting up drizzle and fix site not showing in private resourcebc7bc8dStop tracking files that should be ignoreda409ec2Change back to lokowitz db method6496763Cap retention days94e7021Make install sudo because run is sudof527c30add post auth urla35586fAdd sudoe9d0ad6use pangolin cli for containerc73d709bump versionfdce016add 1.15.4 migration📊 Changes
34 files changed (+268 additions, -234 deletions)
View changed files
📝
.github/workflows/cicd.yml(+1 -1)📝
.github/workflows/test.yml(+2 -2)📝
.gitignore(+2 -1)📝
Dockerfile(+1 -1)➖
drizzle.config.ts(+0 -14)📝
messages/en-US.json(+1 -1)📝
package.json(+3 -6)📝
server/db/README.md(+4 -4)➕
server/db/migrate.ts(+3 -0)📝
server/db/pg/index.ts(+1 -0)📝
server/db/pg/migrate.ts(+1 -3)📝
server/db/pg/schema/schema.ts(+2 -1)📝
server/db/sqlite/index.ts(+1 -0)📝
server/db/sqlite/migrate.ts(+1 -3)📝
server/db/sqlite/schema/schema.ts(+2 -1)📝
server/lib/consts.ts(+1 -1)➕
server/lib/normalizePostAuthPath.ts(+18 -0)📝
server/private/routers/billing/featureLifecycle.ts(+113 -0)📝
server/routers/resource/authWithAccessToken.ts(+8 -1)📝
server/routers/resource/createResource.ts(+5 -3)...and 14 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.