[PR #5583] [CLOSED] [WIP] added schedule api += #6010

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5583
Author: @karimkodera
Created: 8/20/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

5 files changed (+351 additions, -1 deletions)

View changed files

📝 packages/api/methods.test.ts (+91 -0)
📝 packages/api/methods.ts (+28 -0)
📝 packages/loot-core/src/server/api-models.ts (+61 -0)
📝 packages/loot-core/src/server/api.ts (+146 -1)
📝 packages/loot-core/src/types/api-handlers.ts (+25 -0)

📄 Description


🔄 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/5583 **Author:** [@karimkodera](https://github.com/karimkodera) **Created:** 8/20/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6fa5976`](https://github.com/actualbudget/actual/commit/6fa5976aee4ba50d2b444a89e607e7df71277660) added schedule api += ### 📊 Changes **5 files changed** (+351 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+91 -0) 📝 `packages/api/methods.ts` (+28 -0) 📝 `packages/loot-core/src/server/api-models.ts` (+61 -0) 📝 `packages/loot-core/src/server/api.ts` (+146 -1) 📝 `packages/loot-core/src/types/api-handlers.ts` (+25 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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:22:29 -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#6010