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
Fix migration ordering
Fix filtering out local sites
Allow comma in password
🔄 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/125
**Author:** [@oschwartz10612](https://github.com/oschwartz10612)
**Created:** 1/31/2025
**Status:** ✅ Merged
**Merged:** 1/31/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `main` ← **Head:** `dev`
---
### 📝 Commits (3)
- [`57cd776`](https://github.com/fosrl/pangolin/commit/57cd776c340fd4899654059cb33a5c8c3d25557a) Fix migrations ordering
- [`bb5573a`](https://github.com/fosrl/pangolin/commit/bb5573a8f485eab92967d0920eec16aa5b9afd2a) allow comma in password closes #121
- [`a9477d7`](https://github.com/fosrl/pangolin/commit/a9477d7eb93e8d87e1dd0dd5c9026de06e8f90eb) Complex filter generating config; Resolves #124
### 📊 Changes
**4 files changed** (+87 additions, -54 deletions)
<details>
<summary>View changed files</summary>
📝 `server/auth/passwordSchema.ts` (+1 -1)
📝 `server/routers/traefik/getTraefikConfig.ts` (+51 -26)
📝 `server/setup/migrations.ts` (+32 -22)
📝 `src/app/[orgId]/settings/resources/CreateResourceForm.tsx` (+3 -5)
</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
- Fix migration ordering
- Fix filtering out local sites
- Allow comma in password
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/125
Author: @oschwartz10612
Created: 1/31/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (3)
57cd776Fix migrations orderingbb5573aallow comma in password closes #121a9477d7Complex filter generating config; Resolves #124📊 Changes
4 files changed (+87 additions, -54 deletions)
View changed files
📝
server/auth/passwordSchema.ts(+1 -1)📝
server/routers/traefik/getTraefikConfig.ts(+51 -26)📝
server/setup/migrations.ts(+32 -22)📝
src/app/[orgId]/settings/resources/CreateResourceForm.tsx(+3 -5)📄 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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.