[PR #1075] [MERGED] Sync more often when using the API #29428

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1075
Author: @j-f1
Created: 5/30/2023
Status: Merged
Merged: 6/2/2023
Merged by: @j-f1

Base: masterHead: jed/api-sync


📝 Commits (5)

📊 Changes

6 files changed (+23 additions, -4 deletions)

View changed files

📝 packages/api/index.js (+1 -0)
📝 packages/api/methods.js (+4 -0)
📝 packages/loot-core/src/server/api.ts (+9 -1)
📝 packages/loot-core/src/server/main.ts (+2 -2)
📝 packages/loot-core/src/types/main.handlers.d.ts (+1 -1)
upcoming-release-notes/1075.md (+6 -0)

📄 Description

  • Sync before closing the budget
  • Add an explicit sync() method to the API

🔄 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/1075 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 6/2/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/api-sync` --- ### 📝 Commits (5) - [`99a514c`](https://github.com/actualbudget/actual/commit/99a514ccfbb3612a90fa0afb23a8cc248ca81c5b) Send 'sync' before closing the budget - [`726b72e`](https://github.com/actualbudget/actual/commit/726b72ee74fac638d5b0d6718625955d0a6e07e9) Add an api/sync handler - [`0665dd7`](https://github.com/actualbudget/actual/commit/0665dd74e37d9004e53a7f113d0eb958c0b0f4d5) Remove the id param to sync-budget - [`2a9bc9d`](https://github.com/actualbudget/actual/commit/2a9bc9d6351254e387334741caefce3a62f09d04) Add release note - [`71b49d3`](https://github.com/actualbudget/actual/commit/71b49d3cdb2886fd483b3ef8519f6cb8719085bc) s ### 📊 Changes **6 files changed** (+23 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/index.js` (+1 -0) 📝 `packages/api/methods.js` (+4 -0) 📝 `packages/loot-core/src/server/api.ts` (+9 -1) 📝 `packages/loot-core/src/server/main.ts` (+2 -2) 📝 `packages/loot-core/src/types/main.handlers.d.ts` (+1 -1) ➕ `upcoming-release-notes/1075.md` (+6 -0) </details> ### 📄 Description - Sync before closing the budget - Add an explicit `sync()` method to the API --- <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-18 06:03:25 -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#29428