[PR #3821] [MERGED] add simplefin batch sync to api #5074

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3821
Author: @matt-fidd
Created: 11/11/2024
Status: Merged
Merged: 11/18/2024
Merged by: @matt-fidd

Base: masterHead: simplefin-batch-api


📝 Commits (8)

  • c6bb702 add simplefin batch sync to api
  • 7b81174 lint
  • be7ec28 note
  • 00f10fa fixes
  • 057dd9f fix indent in query
  • 96d9e8b refactor accounts-bank-sync internal api to take array of ids
  • 53a9975 Merge branch 'master' into simplefin-batch-api
  • dcbac5f Merge branch 'master' into simplefin-batch-api

📊 Changes

5 files changed (+64 additions, -19 deletions)

View changed files

📝 packages/loot-core/src/client/actions/account.ts (+1 -1)
📝 packages/loot-core/src/server/api.ts (+34 -6)
📝 packages/loot-core/src/server/main.ts (+16 -7)
📝 packages/loot-core/src/types/server-handlers.d.ts (+7 -5)
upcoming-release-notes/3821.md (+6 -0)

📄 Description

As reported in Discord, the API was not updated to use the single call SimpleFin batch update handler


🔄 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/3821 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `simplefin-batch-api` --- ### 📝 Commits (8) - [`c6bb702`](https://github.com/actualbudget/actual/commit/c6bb702801571f9f5fc39830d1c99f4f975e7f26) add simplefin batch sync to api - [`7b81174`](https://github.com/actualbudget/actual/commit/7b81174e0c9f602fabfab0e38c9735202be4651a) lint - [`be7ec28`](https://github.com/actualbudget/actual/commit/be7ec28f816dbc274d322a3de562809e5e051c36) note - [`00f10fa`](https://github.com/actualbudget/actual/commit/00f10fa8c7d3a21c992c4d2c2b1e7bc402e2418e) fixes - [`057dd9f`](https://github.com/actualbudget/actual/commit/057dd9f22f97f8c5678689227171fb457f9299d4) fix indent in query - [`96d9e8b`](https://github.com/actualbudget/actual/commit/96d9e8b6f13bf97598aeaaf53a8e871c5873bb62) refactor accounts-bank-sync internal api to take array of ids - [`53a9975`](https://github.com/actualbudget/actual/commit/53a99759823e7d221d4c0fc6e470260425b2f763) Merge branch 'master' into simplefin-batch-api - [`dcbac5f`](https://github.com/actualbudget/actual/commit/dcbac5fed8e71af6eec3cea2ba0f7203538b8193) Merge branch 'master' into simplefin-batch-api ### 📊 Changes **5 files changed** (+64 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/actions/account.ts` (+1 -1) 📝 `packages/loot-core/src/server/api.ts` (+34 -6) 📝 `packages/loot-core/src/server/main.ts` (+16 -7) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+7 -5) ➕ `upcoming-release-notes/3821.md` (+6 -0) </details> ### 📄 Description As reported in Discord, the API was not updated to use the single call SimpleFin batch update handler --- <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:05:32 -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#5074