[PR #2469] [MERGED] 1.15.4 #30905

Closed
opened 2026-06-13 11:23:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • 52484c7 Setting up drizzle and fix site not showing in private resource
  • bc7bc8d Stop tracking files that should be ignored
  • a409ec2 Change back to lokowitz db method
  • 6496763 Cap retention days
  • 94e7021 Make install sudo because run is sudo
  • f527c30 add post auth url
  • a35586f Add sudo
  • e9d0ad6 use pangolin cli for container
  • c73d709 bump version
  • fdce016 add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2469 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`52484c7`](https://github.com/fosrl/pangolin/commit/52484c774e96d7f3a306042ac789829364967d9d) Setting up drizzle and fix site not showing in private resource - [`bc7bc8d`](https://github.com/fosrl/pangolin/commit/bc7bc8da66451d2ea994f4fa2a71ba31b896b473) Stop tracking files that should be ignored - [`a409ec2`](https://github.com/fosrl/pangolin/commit/a409ec269b01586d87f80a65c3991e7530ec486e) Change back to lokowitz db method - [`6496763`](https://github.com/fosrl/pangolin/commit/6496763aae52cf00f1d9a046c0dd2771c496eb89) Cap retention days - [`94e7021`](https://github.com/fosrl/pangolin/commit/94e70219cfdff06513cf3769d276857aea921b76) Make install sudo because run is sudo - [`f527c30`](https://github.com/fosrl/pangolin/commit/f527c3092370ca01cdd367bf7af3d8cf50a41a16) add post auth url - [`a35586f`](https://github.com/fosrl/pangolin/commit/a35586f762cc346d95134c5585d7979e02abd986) Add sudo - [`e9d0ad6`](https://github.com/fosrl/pangolin/commit/e9d0ad6e371a5ecf8730d319ad6b1f950df744a5) use pangolin cli for container - [`c73d709`](https://github.com/fosrl/pangolin/commit/c73d70933b408690b45fc8e9e0559483afa4492f) bump version - [`fdce016`](https://github.com/fosrl/pangolin/commit/fdce016921b41b6355971b19133e9e1ac01df739) add 1.15.4 migration ### 📊 Changes **34 files changed** (+268 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-13 11:23:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#30905