[PR #4913] [CLOSED] [WIP] Schedules in api #5658

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4913
Author: @alecbakholdin
Created: 5/2/2025
Status: Closed

Base: masterHead: schedules-in-api


📝 Commits (10+)

  • 2b10904 added schedule actions to api
  • 141f472 release notes
  • f6d9eac linting
  • 4af6292 Update packages/api/methods.ts
  • d87afa0 Update packages/api/methods.ts
  • f47bc6e Update packages/loot-core/src/types/api-handlers.ts
  • 373245b Update packages/loot-core/src/types/api-handlers.ts
  • 2e0eaf4 renamed variable
  • a61057d Update packages/api/methods.ts
  • d31d222 Update packages/api/methods.ts

📊 Changes

7 files changed (+358 additions, -31 deletions)

View changed files

📝 packages/api/methods.test.ts (+184 -5)
📝 packages/api/methods.ts (+50 -1)
📝 packages/loot-core/src/server/api.ts (+58 -0)
📝 packages/loot-core/src/server/schedules/app.test.ts (+8 -21)
📝 packages/loot-core/src/server/schedules/app.ts (+15 -3)
📝 packages/loot-core/src/types/api-handlers.ts (+37 -1)
upcoming-release-notes/4913.md (+6 -0)

📄 Description

Docs and tests pending


🔄 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/4913 **Author:** [@alecbakholdin](https://github.com/alecbakholdin) **Created:** 5/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `schedules-in-api` --- ### 📝 Commits (10+) - [`2b10904`](https://github.com/actualbudget/actual/commit/2b10904ee5afd38a8b3d6eb1af19358fbe4406bb) added schedule actions to api - [`141f472`](https://github.com/actualbudget/actual/commit/141f472169d4004d4b579247419fe1fbe22c8f42) release notes - [`f6d9eac`](https://github.com/actualbudget/actual/commit/f6d9eacd90fe070929df36600df9d016bf075f69) linting - [`4af6292`](https://github.com/actualbudget/actual/commit/4af629240fd1ac0c70610b73f239d72b0fe7cca4) Update packages/api/methods.ts - [`d87afa0`](https://github.com/actualbudget/actual/commit/d87afa086b95837b17e90a54fe1c41332e890fe4) Update packages/api/methods.ts - [`f47bc6e`](https://github.com/actualbudget/actual/commit/f47bc6e46ec961a0473aaaff3938036eb9ecd5b7) Update packages/loot-core/src/types/api-handlers.ts - [`373245b`](https://github.com/actualbudget/actual/commit/373245bf41e3175d629c67c7b32ac786a2cbcba9) Update packages/loot-core/src/types/api-handlers.ts - [`2e0eaf4`](https://github.com/actualbudget/actual/commit/2e0eaf49f197e0229b2ba8bc920c2e9479944201) renamed variable - [`a61057d`](https://github.com/actualbudget/actual/commit/a61057dab18b5dea1c6be146c393cc15964cdbd2) Update packages/api/methods.ts - [`d31d222`](https://github.com/actualbudget/actual/commit/d31d222971b3b30cddf69981a0ac94cee04fe9dd) Update packages/api/methods.ts ### 📊 Changes **7 files changed** (+358 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+184 -5) 📝 `packages/api/methods.ts` (+50 -1) 📝 `packages/loot-core/src/server/api.ts` (+58 -0) 📝 `packages/loot-core/src/server/schedules/app.test.ts` (+8 -21) 📝 `packages/loot-core/src/server/schedules/app.ts` (+15 -3) 📝 `packages/loot-core/src/types/api-handlers.ts` (+37 -1) ➕ `upcoming-release-notes/4913.md` (+6 -0) </details> ### 📄 Description Docs and tests pending --- <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:16:13 -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#5658