[PR #1725] Upgrade Pangoiln to latest in ALL packages #1195

Open
opened 2025-11-13 12:20:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1725
Author: @Lokowitz
Created: 10/21/2025
Status: 🔄 Open

Base: devHead: test-with-all-updates


📝 Commits (10+)

📊 Changes

231 files changed (+3149 additions, -9514 deletions)

View changed files

📝 .github/dependabot.yml (+2 -12)
📝 .github/workflows/cicd.yml (+1 -1)
📝 .github/workflows/linting.yml (+1 -1)
📝 .github/workflows/test.yml (+1 -1)
📝 .nvmrc (+1 -1)
📝 Dockerfile (+2 -2)
📝 Dockerfile.dev (+1 -1)
📝 Makefile (+10 -0)
📝 esbuild.mjs (+1 -1)
📝 install/go.mod (+1 -1)
📝 package-lock.json (+2133 -5545)
📝 package.json (+51 -73)
📝 server/db/sqlite/driver.ts (+3 -3)
📝 server/db/sqlite/migrate.ts (+1 -1)
📝 server/extendZod.ts (+0 -2)
📝 server/lib/blueprints/types.ts (+80 -142)
📝 server/lib/consts.ts (+1 -1)
📝 server/lib/readConfigFile.ts (+124 -130)
📝 server/lib/validators.ts (+2 -2)
📝 server/private/lib/readConfigFile.ts (+4 -4)

...and 80 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

This PR includes all fixes for pending package updates.
So if you want you can just focus on this one PR instead of the other two.

Sqlite images for testing:

lokowitz75/pangolin:dev-pr433

Postgresql images for testing:

lokowitz75/pangolin:postgresql-dev-pr433

🔄 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/1725 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 10/21/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `test-with-all-updates` --- ### 📝 Commits (10+) - [`0e1603c`](https://github.com/fosrl/pangolin/commit/0e1603c07d33de6d09f4028c202d14ba24b8ea42) first change to libsql - [`000d6ad`](https://github.com/fosrl/pangolin/commit/000d6adecbda6114cfdb95d7a85770f618815a52) Merge remote-tracking branch 'upstream/dev' into db-switch - [`acf23cc`](https://github.com/fosrl/pangolin/commit/acf23cc0253f1c60aa8fa755318e91779ab7c03c) merge upstream - [`d20dead`](https://github.com/fosrl/pangolin/commit/d20deadd1dc0714a04d215c17741240d57ef2189) add local test - [`ac04eec`](https://github.com/fosrl/pangolin/commit/ac04eec1466efb70ec2527fc04938b706fb1180a) migrations - [`fcad3a1`](https://github.com/fosrl/pangolin/commit/fcad3a185506e250c3e35df7432a8d9ca558102a) set min version to 1.11.2 - [`80be0da`](https://github.com/fosrl/pangolin/commit/80be0da6902402c428e735718c3d2b2268337bc7) test - [`7755334`](https://github.com/fosrl/pangolin/commit/7755334c056d5140adbfe4d58320c93d5e463a6d) Merge remote-tracking branch 'upstream/main' into db-switch - [`3555a20`](https://github.com/fosrl/pangolin/commit/3555a204d6fc462bc1be1f2bbb0b516835a24563) merge main - [`c751929`](https://github.com/fosrl/pangolin/commit/c751929545d415067ab6afc89ce647cc65b5b165) more logs in migration ### 📊 Changes **231 files changed** (+3149 additions, -9514 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+2 -12) 📝 `.github/workflows/cicd.yml` (+1 -1) 📝 `.github/workflows/linting.yml` (+1 -1) 📝 `.github/workflows/test.yml` (+1 -1) 📝 `.nvmrc` (+1 -1) 📝 `Dockerfile` (+2 -2) 📝 `Dockerfile.dev` (+1 -1) 📝 `Makefile` (+10 -0) 📝 `esbuild.mjs` (+1 -1) 📝 `install/go.mod` (+1 -1) 📝 `package-lock.json` (+2133 -5545) 📝 `package.json` (+51 -73) 📝 `server/db/sqlite/driver.ts` (+3 -3) 📝 `server/db/sqlite/migrate.ts` (+1 -1) 📝 `server/extendZod.ts` (+0 -2) 📝 `server/lib/blueprints/types.ts` (+80 -142) 📝 `server/lib/consts.ts` (+1 -1) 📝 `server/lib/readConfigFile.ts` (+124 -130) 📝 `server/lib/validators.ts` (+2 -2) 📝 `server/private/lib/readConfigFile.ts` (+4 -4) _...and 80 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. ## Description This PR includes all fixes for pending package updates. So if you want you can just focus on this one PR instead of the other two. Sqlite images for testing: ``` lokowitz75/pangolin:dev-pr433 ``` Postgresql images for testing: ``` lokowitz75/pangolin:postgresql-dev-pr433 ``` --- <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 2025-11-13 12:20:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1195
No description provided.