[PR #2939] [MERGED] 1.18.1-s.2 #14083

Closed
opened 2026-05-13 19:18:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2939
Author: @oschwartz10612
Created: 4/30/2026
Status: Merged
Merged: 4/30/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (4)

  • bacc130 Clean up sign and verify
  • 93b09de Adjust cloud api endpoints
  • 20fc59d Delete trial when upgrading
  • ae24eb2 Disable the alerts and hc when downgrading

📊 Changes

7 files changed (+133 additions, -109 deletions)

View changed files

📝 .github/workflows/cicd.yml (+31 -89)
📝 server/auth/actions.ts (+0 -2)
📝 server/db/pg/schema/privateSchema.ts (+20 -0)
📝 server/db/sqlite/schema/privateSchema.ts (+23 -0)
📝 server/private/routers/billing/featureLifecycle.ts (+35 -3)
📝 server/private/routers/billing/hooks/handleSubscriptionCreated.ts (+13 -0)
📝 server/private/routers/integration.ts (+11 -15)

📄 Description

  • Clean up sign and verify
  • Adjust cloud api endpoints
  • Delete trial when upgrading
  • Disable the alerts and hc when downgrading

🔄 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/2939 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/30/2026 **Status:** ✅ Merged **Merged:** 4/30/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (4) - [`bacc130`](https://github.com/fosrl/pangolin/commit/bacc1304536d192ea903da9994eddd6319b5f263) Clean up sign and verify - [`93b09de`](https://github.com/fosrl/pangolin/commit/93b09de425d5fdc025ceafb8ce85de64b7ca16db) Adjust cloud api endpoints - [`20fc59d`](https://github.com/fosrl/pangolin/commit/20fc59dcda36c98dbe2aca9049cc524be3ae6307) Delete trial when upgrading - [`ae24eb2`](https://github.com/fosrl/pangolin/commit/ae24eb2d2c811b21363e153c42976ba8c5cfd723) Disable the alerts and hc when downgrading ### 📊 Changes **7 files changed** (+133 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cicd.yml` (+31 -89) 📝 `server/auth/actions.ts` (+0 -2) 📝 `server/db/pg/schema/privateSchema.ts` (+20 -0) 📝 `server/db/sqlite/schema/privateSchema.ts` (+23 -0) 📝 `server/private/routers/billing/featureLifecycle.ts` (+35 -3) 📝 `server/private/routers/billing/hooks/handleSubscriptionCreated.ts` (+13 -0) 📝 `server/private/routers/integration.ts` (+11 -15) </details> ### 📄 Description - **Clean up sign and verify** - **Adjust cloud api endpoints** - **Delete trial when upgrading** - **Disable the alerts and hc when downgrading** --- <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-05-13 19:18:12 -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#14083