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
Add 1.0.0 migration script
Fix a few typos
How to test?
🔄 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/275
**Author:** [@miloschwartz](https://github.com/miloschwartz)
**Created:** 3/4/2025
**Status:** ✅ Merged
**Merged:** 3/4/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `main` ← **Head:** `dev`
---
### 📝 Commits (1)
- [`cc6800c`](https://github.com/fosrl/pangolin/commit/cc6800c7916239df4c0cd731286fe41663aaa75e) add migration script
### 📊 Changes
**9 files changed** (+68 additions, -9 deletions)
<details>
<summary>View changed files</summary>
📝 `server/lib/consts.ts` (+1 -1)
📝 `server/setup/migrations.ts` (+3 -1)
➕ `server/setup/scripts/1.0.0.ts` (+57 -0)
📝 `src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx` (+1 -1)
📝 `src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx` (+2 -2)
📝 `src/app/auth/login/page.tsx` (+1 -1)
📝 `src/app/auth/reset-password/ResetPasswordForm.tsx` (+1 -1)
📝 `src/app/auth/signup/page.tsx` (+1 -1)
📝 `src/app/setup/page.tsx` (+1 -1)
</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
- Add 1.0.0 migration script
- Fix a few typos
## How to test?
---
<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/275
Author: @miloschwartz
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/4/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (1)
cc6800cadd migration script📊 Changes
9 files changed (+68 additions, -9 deletions)
View changed files
📝
server/lib/consts.ts(+1 -1)📝
server/setup/migrations.ts(+3 -1)➕
server/setup/scripts/1.0.0.ts(+57 -0)📝
src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx(+1 -1)📝
src/app/[orgId]/settings/resources/[resourceId]/connectivity/page.tsx(+2 -2)📝
src/app/auth/login/page.tsx(+1 -1)📝
src/app/auth/reset-password/ResetPasswordForm.tsx(+1 -1)📝
src/app/auth/signup/page.tsx(+1 -1)📝
src/app/setup/page.tsx(+1 -1)📄 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.