[PR #2995] [MERGED] 1.18.2-s.2 #36772

Closed
opened 2026-06-18 22:03:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (4)

  • 1772ac2 fix(newt): update Helm install credentials and client flag handling
  • d724f5b Add missing redirects and threshold to api
  • 64ad764 Add migration
  • 775ea64 Merge pull request #2977 from fosrl/newt-install-commands

📊 Changes

8 files changed (+395 additions, -13 deletions)

View changed files

📝 server/routers/target/listTargets.ts (+2 -0)
📝 server/setup/migrationsPg.ts (+3 -1)
📝 server/setup/migrationsSqlite.ts (+3 -1)
server/setup/scriptsPg/1.18.3.ts (+173 -0)
server/setup/scriptsSqlite/1.18.3.ts (+172 -0)
📝 src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx (+12 -2)
📝 src/app/[orgId]/settings/resources/proxy/create/page.tsx (+14 -2)
📝 src/components/newt-install-commands.tsx (+16 -7)

📄 Description

  • Add missing redirects and threshold to api
  • Add migration

🔄 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/2995 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 5/4/2026 **Status:** ✅ Merged **Merged:** 5/4/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (4) - [`1772ac2`](https://github.com/fosrl/pangolin/commit/1772ac220fac91398659a4dce9b9846896b67eef) fix(newt): update Helm install credentials and client flag handling - [`d724f5b`](https://github.com/fosrl/pangolin/commit/d724f5bb5dd7e384a701f088612485db760b11e8) Add missing redirects and threshold to api - [`64ad764`](https://github.com/fosrl/pangolin/commit/64ad7641af7623d1a1f5633802bef57494c23542) Add migration - [`775ea64`](https://github.com/fosrl/pangolin/commit/775ea64b555319e2d88579ddccd47a8e59404c9a) Merge pull request #2977 from fosrl/newt-install-commands ### 📊 Changes **8 files changed** (+395 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `server/routers/target/listTargets.ts` (+2 -0) 📝 `server/setup/migrationsPg.ts` (+3 -1) 📝 `server/setup/migrationsSqlite.ts` (+3 -1) ➕ `server/setup/scriptsPg/1.18.3.ts` (+173 -0) ➕ `server/setup/scriptsSqlite/1.18.3.ts` (+172 -0) 📝 `src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx` (+12 -2) 📝 `src/app/[orgId]/settings/resources/proxy/create/page.tsx` (+14 -2) 📝 `src/components/newt-install-commands.tsx` (+16 -7) </details> ### 📄 Description - **Add missing redirects and threshold to api** - **Add migration** --- <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-18 22:03:02 -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#36772