[PR #5168] [CLOSED] [WIP] APIs for Schedules #5793

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5168
Author: @karimkodera
Created: 6/14/2025
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

6 files changed (+404 additions, -2 deletions)

View changed files

📝 packages/api/methods.test.ts (+81 -0)
📝 packages/api/methods.ts (+44 -0)
📝 packages/loot-core/src/server/api-models.ts (+61 -0)
📝 packages/loot-core/src/server/api.ts (+173 -1)
📝 packages/loot-core/src/types/api-handlers.ts (+39 -1)
upcoming-release-notes/5168.md (+6 -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/5168 **Author:** [@karimkodera](https://github.com/karimkodera) **Created:** 6/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`7b1c608`](https://github.com/actualbudget/actual/commit/7b1c60812f18323a55deeaaadb4a2c3b4afba12c) here we go - [`b7d56d4`](https://github.com/actualbudget/actual/commit/b7d56d431b065faa0720c12d0fc576630bceedae) another - [`45ee4ce`](https://github.com/actualbudget/actual/commit/45ee4ceb014806510789f5924dca4904ec33105f) now the testing - [`81993ab`](https://github.com/actualbudget/actual/commit/81993abc206d0047a039fa8b2c58de70365706c5) Prettier run on all files - [`a370c4e`](https://github.com/actualbudget/actual/commit/a370c4e197eeb47371c620aaa54eb1627aecd5b4) Prettier run - [`122c9b4`](https://github.com/actualbudget/actual/commit/122c9b4f1dfd68fd457499d9cb624db1f3f997db) API.ts run on prettier - [`886a3eb`](https://github.com/actualbudget/actual/commit/886a3ebdcc2dc2286e445bfecee69c4bfff610fe) Fixed recommendations - [`6bc3120`](https://github.com/actualbudget/actual/commit/6bc312005a60410d321769dcc0fa2f7e7922f50c) Let us see if it passes type checking this way - [`c48e8c6`](https://github.com/actualbudget/actual/commit/c48e8c671094fbfc19c158ce23ee3e8d162a9e64) should fix all ts errors - [`68654b1`](https://github.com/actualbudget/actual/commit/68654b16373bc0389dfbcecfece53168273e94ab) a Safer get ID by name function ### 📊 Changes **6 files changed** (+404 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+81 -0) 📝 `packages/api/methods.ts` (+44 -0) 📝 `packages/loot-core/src/server/api-models.ts` (+61 -0) 📝 `packages/loot-core/src/server/api.ts` (+173 -1) 📝 `packages/loot-core/src/types/api-handlers.ts` (+39 -1) ➕ `upcoming-release-notes/5168.md` (+6 -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:18:44 -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#5793