[PR #3003] [MERGED] 1.18.2-s.3 #14105

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • d6abe83 fix: memory improvements
  • 2c85bcd fix(db): deterministically finalize prepared statements after execution
  • 0655ba9 fix: revert investigative changes, keep root cause fixes only
  • 9bd3307 cleaned comments - more concise
  • 2154811 removed possible introduced HA Redis bug; improved comment
  • 969db14 remove delay in oidc validate
  • 53c138c use consistent button spacing
  • 91f1bae fix alignement in info sections
  • 0e7aafd Merge pull request #2998 from Josh-Voyles/mem-fix-2
  • c8e7e0e WAL off default ENABLE_SQLITE_WAL_MODE to enable

📊 Changes

14 files changed (+141 additions, -32 deletions)

View changed files

📝 server/db/sqlite/driver.ts (+63 -1)
📝 server/private/routers/ws/ws.ts (+9 -3)
📝 server/routers/ws/ws.ts (+23 -3)
📝 src/components/CertificateStatus.tsx (+8 -7)
📝 src/components/CopyToClipboard.tsx (+1 -1)
📝 src/components/IdpLoginButtons.tsx (+1 -1)
📝 src/components/InfoSection.tsx (+18 -5)
📝 src/components/LoginForm.tsx (+1 -1)
📝 src/components/MfaInputForm.tsx (+1 -1)
📝 src/components/ResetPasswordForm.tsx (+1 -1)
📝 src/components/ResourceInfoBox.tsx (+10 -4)
📝 src/components/SmartLoginForm.tsx (+1 -1)
📝 src/components/SmartLoginOrgSelector.tsx (+2 -2)
📝 src/components/ValidateOidcToken.tsx (+2 -1)

📄 Description

  • fix: memory improvements
  • fix(db): deterministically finalize prepared statements after execution
  • fix: revert investigative changes, keep root cause fixes only
  • cleaned comments - more concise
  • removed possible introduced HA Redis bug; improved comment
  • remove delay in oidc validate
  • use consistent button spacing
  • fix alignement in info sections
  • WAL off default ENABLE_SQLITE_WAL_MODE to enable

🔄 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/3003 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 5/5/2026 **Status:** ✅ Merged **Merged:** 5/5/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d6abe83`](https://github.com/fosrl/pangolin/commit/d6abe83fdcabc1c22ddf9c211cb82bf33815413c) fix: memory improvements - [`2c85bcd`](https://github.com/fosrl/pangolin/commit/2c85bcd06b3f9caf44ddf1e03e3a0d30f8d57d24) fix(db): deterministically finalize prepared statements after execution - [`0655ba9`](https://github.com/fosrl/pangolin/commit/0655ba9423c3a1501e907e5781542a7aeb9097e6) fix: revert investigative changes, keep root cause fixes only - [`9bd3307`](https://github.com/fosrl/pangolin/commit/9bd33072f477a1fa14b3ac010c9813207f61d279) cleaned comments - more concise - [`2154811`](https://github.com/fosrl/pangolin/commit/2154811ffb140ae0b656f93d5e02775ae88d8915) removed possible introduced HA Redis bug; improved comment - [`969db14`](https://github.com/fosrl/pangolin/commit/969db14a3cdca0f19c9125469fc208720bb1e239) remove delay in oidc validate - [`53c138c`](https://github.com/fosrl/pangolin/commit/53c138ce3ea1a8824b835dde4ace09f493b8cd20) use consistent button spacing - [`91f1bae`](https://github.com/fosrl/pangolin/commit/91f1bae3e9996b91568611447b1d6d8ea52e561e) fix alignement in info sections - [`0e7aafd`](https://github.com/fosrl/pangolin/commit/0e7aafd36487bd85bc577c76f6cc95c621539b0e) Merge pull request #2998 from Josh-Voyles/mem-fix-2 - [`c8e7e0e`](https://github.com/fosrl/pangolin/commit/c8e7e0ee1ec6d95531d80ae77facfea1687381c6) WAL off default ENABLE_SQLITE_WAL_MODE to enable ### 📊 Changes **14 files changed** (+141 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `server/db/sqlite/driver.ts` (+63 -1) 📝 `server/private/routers/ws/ws.ts` (+9 -3) 📝 `server/routers/ws/ws.ts` (+23 -3) 📝 `src/components/CertificateStatus.tsx` (+8 -7) 📝 `src/components/CopyToClipboard.tsx` (+1 -1) 📝 `src/components/IdpLoginButtons.tsx` (+1 -1) 📝 `src/components/InfoSection.tsx` (+18 -5) 📝 `src/components/LoginForm.tsx` (+1 -1) 📝 `src/components/MfaInputForm.tsx` (+1 -1) 📝 `src/components/ResetPasswordForm.tsx` (+1 -1) 📝 `src/components/ResourceInfoBox.tsx` (+10 -4) 📝 `src/components/SmartLoginForm.tsx` (+1 -1) 📝 `src/components/SmartLoginOrgSelector.tsx` (+2 -2) 📝 `src/components/ValidateOidcToken.tsx` (+2 -1) </details> ### 📄 Description - **fix: memory improvements** - **fix(db): deterministically finalize prepared statements after execution** - **fix: revert investigative changes, keep root cause fixes only** - **cleaned comments - more concise** - **removed possible introduced HA Redis bug; improved comment** - **remove delay in oidc validate** - **use consistent button spacing** - **fix alignement in info sections** - **WAL off default ENABLE_SQLITE_WAL_MODE to enable** --- <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:19:09 -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#14105