[PR #1718] [MERGED] Goals: speed up and a bugfix #38348

Closed
opened 2026-04-23 11:27:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1718
Author: @youngcw
Created: 9/21/2023
Status: Merged
Merged: 9/21/2023
Merged by: @shall0pass

Base: masterHead: goal_speedup


📝 Commits (4)

📊 Changes

2 files changed (+8 additions, -4 deletions)

View changed files

📝 packages/loot-core/src/server/budget/goaltemplates.ts (+2 -4)
upcoming-release-notes/1718.md (+6 -0)

📄 Description

Fixed a bug where report budget income templates would compound instead of replacing previous values.

Fixed an issue where the list of budgeted values to apply to the db would persist between priority runs. This caused every processed template to be applied again in all future priority runs. That wasn't very noticeable when accessing locally, but on slower networks it would bog down the process a lot as each db change would be sent to the server.


🔄 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/1718 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 9/21/2023 **Status:** ✅ Merged **Merged:** 9/21/2023 **Merged by:** [@shall0pass](https://github.com/shall0pass) **Base:** `master` ← **Head:** `goal_speedup` --- ### 📝 Commits (4) - [`49c4546`](https://github.com/actualbudget/actual/commit/49c45461378e3dc21bf1a5e5b9b29fc7a164b2ff) speed up and a bug fix - [`02a0eb7`](https://github.com/actualbudget/actual/commit/02a0eb77ad65af4f91e0cbed5d0f6615d0caf36d) cleanup - [`c0cb2d1`](https://github.com/actualbudget/actual/commit/c0cb2d14eff4a18bb9e814220bbd84edbcfbec3a) note - [`949c182`](https://github.com/actualbudget/actual/commit/949c1822bb9d7e7fdbfaeef88bd9272c1c30ee23) lint ### 📊 Changes **2 files changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+2 -4) ➕ `upcoming-release-notes/1718.md` (+6 -0) </details> ### 📄 Description Fixed a bug where report budget income templates would compound instead of replacing previous values. Fixed an issue where the list of budgeted values to apply to the db would persist between priority runs. This caused every processed template to be applied again in all future priority runs. That wasn't very noticeable when accessing locally, but on slower networks it would bog down the process a lot as each db change would be sent to the server. --- <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-23 11:27:41 -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#38348