[PR #4440] [MERGED] 🔨 Refactoring load-config.js #47203

Closed
opened 2026-04-26 09:12:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4440
Author: @lelemm
Created: 2/24/2025
Status: Merged
Merged: 3/4/2025
Merged by: @lelemm

Base: masterHead: maintenance/config_refactory


📝 Commits (1)

  • 8d1b5c7 Refactoring load-config.js

📊 Changes

15 files changed (+387 additions, -300 deletions)

View changed files

📝 packages/sync-server/migrations/1694360000000-create-folders.js (+4 -4)
📝 packages/sync-server/package.json (+2 -0)
📝 packages/sync-server/src/account-db.js (+7 -5)
📝 packages/sync-server/src/accounts/openid.js (+30 -31)
📝 packages/sync-server/src/accounts/password.js (+5 -4)
📝 packages/sync-server/src/app.js (+21 -13)
📝 packages/sync-server/src/config-types.ts (+0 -1)
📝 packages/sync-server/src/load-config.js (+270 -231)
📝 packages/sync-server/src/migrations.js (+3 -3)
📝 packages/sync-server/src/scripts/enable-openid.js (+1 -1)
📝 packages/sync-server/src/scripts/health-check.js (+5 -3)
📝 packages/sync-server/src/util/paths.js (+2 -2)
📝 packages/sync-server/src/util/validate-user.js (+2 -1)
upcoming-release-notes/4440.md (+6 -0)
📝 yarn.lock (+29 -1)

📄 Description

Refactoring load-config.js


🔄 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/actualbudget/actual/pull/4440 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `maintenance/config_refactory` --- ### 📝 Commits (1) - [`8d1b5c7`](https://github.com/actualbudget/actual/commit/8d1b5c70e30f9396815e7cb7a70e0e02c07fd7a4) Refactoring load-config.js ### 📊 Changes **15 files changed** (+387 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/migrations/1694360000000-create-folders.js` (+4 -4) 📝 `packages/sync-server/package.json` (+2 -0) 📝 `packages/sync-server/src/account-db.js` (+7 -5) 📝 `packages/sync-server/src/accounts/openid.js` (+30 -31) 📝 `packages/sync-server/src/accounts/password.js` (+5 -4) 📝 `packages/sync-server/src/app.js` (+21 -13) 📝 `packages/sync-server/src/config-types.ts` (+0 -1) 📝 `packages/sync-server/src/load-config.js` (+270 -231) 📝 `packages/sync-server/src/migrations.js` (+3 -3) 📝 `packages/sync-server/src/scripts/enable-openid.js` (+1 -1) 📝 `packages/sync-server/src/scripts/health-check.js` (+5 -3) 📝 `packages/sync-server/src/util/paths.js` (+2 -2) 📝 `packages/sync-server/src/util/validate-user.js` (+2 -1) ➕ `upcoming-release-notes/4440.md` (+6 -0) 📝 `yarn.lock` (+29 -1) </details> ### 📄 Description Refactoring load-config.js --- <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-04-26 09:12:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#47203