[PR #4661] [MERGED] Extract sync related server handlers from main.ts to server/sync/app.ts #5519

Closed
opened 2026-02-28 21:13:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4661
Author: @joel-jeremy
Created: 3/19/2025
Status: Merged
Merged: 3/21/2025
Merged by: @joel-jeremy

Base: masterHead: server-sync-handlers


📝 Commits (3)

  • ef8d384 Extract sync related server handlers from main.ts to server/sync/app.ts
  • d16164b Release notes
  • 329396a Revert async

📊 Changes

5 files changed (+40 additions, -18 deletions)

View changed files

📝 packages/loot-core/src/server/main.ts (+2 -13)
packages/loot-core/src/server/sync/app.ts (+29 -0)
📝 packages/loot-core/src/types/handlers.d.ts (+3 -1)
📝 packages/loot-core/src/types/server-handlers.d.ts (+0 -4)
upcoming-release-notes/4661.md (+6 -0)

📄 Description

Related to https://github.com/actualbudget/actual/issues/1113


🔄 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/4661 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/19/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `server-sync-handlers` --- ### 📝 Commits (3) - [`ef8d384`](https://github.com/actualbudget/actual/commit/ef8d384d62aab169156a5d20b3f7c5430997c0d1) Extract sync related server handlers from main.ts to server/sync/app.ts - [`d16164b`](https://github.com/actualbudget/actual/commit/d16164b44c9cca82f5971f22a096a5d42b79c821) Release notes - [`329396a`](https://github.com/actualbudget/actual/commit/329396a04da8c89ff38c70a939ab75313c276229) Revert async ### 📊 Changes **5 files changed** (+40 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/main.ts` (+2 -13) ➕ `packages/loot-core/src/server/sync/app.ts` (+29 -0) 📝 `packages/loot-core/src/types/handlers.d.ts` (+3 -1) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+0 -4) ➕ `upcoming-release-notes/4661.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Related to https://github.com/actualbudget/actual/issues/1113 --- <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-02-28 21:13:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5519