[PR #1720] [MERGED] Goal speedup2 #3918

Closed
opened 2026-02-28 20:48:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: goal_speedup2


📝 Commits (10+)

📊 Changes

2 files changed (+24 additions, -11 deletions)

View changed files

📝 packages/loot-core/src/server/budget/goaltemplates.ts (+18 -11)
upcoming-release-notes/1720.md (+6 -0)

📄 Description

Only run the priorities that are needed to be run by gathering up the requested priorities and sorting them. Then use that list to control the run priority passes. Helps when there are non-sequential priorities in the templates.


🔄 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/1720 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 9/21/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `goal_speedup2` --- ### 📝 Commits (10+) - [`cb7ada0`](https://github.com/actualbudget/actual/commit/cb7ada0373180d9da0adc21da731ba4e0c7d18c7) only use needed priorities - [`1495472`](https://github.com/actualbudget/actual/commit/149547218a7411aaceffc233d7ee3e4a455e9244) cleanup - [`c2921ec`](https://github.com/actualbudget/actual/commit/c2921ec748b6639b6261424e3597d6c00d90dd02) Merge remote-tracking branch 'origin/master' into goal_speedup2 - [`281dc7a`](https://github.com/actualbudget/actual/commit/281dc7a977002f4601db7e88a72fb79800056481) cleanup - [`18f75f9`](https://github.com/actualbudget/actual/commit/18f75f9e24fa80208000ed3e587d536e2440f545) cleanup - [`fe68761`](https://github.com/actualbudget/actual/commit/fe687619cd368ebd07255279ad36eb621b4ef63c) maybe better? - [`5c9ebdd`](https://github.com/actualbudget/actual/commit/5c9ebdd7414954514587f57ffc94a474554a378b) note - [`37af707`](https://github.com/actualbudget/actual/commit/37af7075418e86a10d11bd4f74baf8acf104066d) note fix - [`2866acb`](https://github.com/actualbudget/actual/commit/2866acbbf5a807a89279c8e659f18f4841d6376f) Merge branch 'master' into goal_speedup2 - [`bdd575c`](https://github.com/actualbudget/actual/commit/bdd575c828941bd0cae8eb74622630d6190cdb26) Merge branch 'master' into goal_speedup2 ### 📊 Changes **2 files changed** (+24 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+18 -11) ➕ `upcoming-release-notes/1720.md` (+6 -0) </details> ### 📄 Description Only run the priorities that are needed to be run by gathering up the requested priorities and sorting them. Then use that list to control the run priority passes. Helps when there are non-sequential priorities in the templates. --- <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 20:48:48 -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#3918