[PR #4342] [CLOSED] Cleanup/removing files fix console log #5327

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4342
Author: @MikesGlitch
Created: 2/9/2025
Status: Closed

Base: masterHead: cleanup/removing-files-fix-console-log


📝 Commits (10+)

  • 1504127 Blank commit to trigger image build
  • 0096907 Add workflow_dispatch to edge image action so it can be manually run
  • 82b4643 github action workflow: revert old way to build images (#184)
  • 47d77a3 Use babel preset-typescript (#185)
  • a1af1ff Add express-rate-limit (#187)
  • bc93604 🔖 (23.4.1) fix rule creation from transaction list (#188)
  • 104c980 Add a password set/reset script (#186)
  • 652d75a Add a handler for AxiosError errors (#189)
  • 2f54a94 🔖 (23.4.2) revert back to old autocomplete & keyboard shortcut fix (#192)
  • 7c744f0 Add a field with all transactions to /nordigen/transactions endpoint (#190)

📊 Changes

151 files changed (+16660 additions, -71 deletions)

View changed files

📝 .github/workflows/build.yml (+14 -0)
.github/workflows/docker-edge.yml (+89 -0)
.github/workflows/docker-release.yml (+88 -0)
📝 package.json (+2 -0)
📝 packages/loot-core/package.json (+1 -0)
packages/sync-server/.dockerignore (+12 -0)
packages/sync-server/.gitignore (+33 -0)
packages/sync-server/LICENSE.txt (+7 -0)
packages/sync-server/README.md (+17 -0)
packages/sync-server/app.js (+11 -0)
packages/sync-server/babel.config.json (+3 -0)
packages/sync-server/docker-compose.yml (+29 -0)
packages/sync-server/docker/download-artifacts.sh (+14 -0)
packages/sync-server/docker/edge-alpine.Dockerfile (+37 -0)
packages/sync-server/docker/edge-ubuntu.Dockerfile (+37 -0)
packages/sync-server/docker/stable-alpine.Dockerfile (+27 -0)
packages/sync-server/docker/stable-ubuntu.Dockerfile (+27 -0)
packages/sync-server/jest.config.json (+14 -0)
packages/sync-server/jest.global-setup.js (+100 -0)
packages/sync-server/jest.global-teardown.js (+5 -0)

...and 80 more files

📄 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/4342 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 2/9/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cleanup/removing-files-fix-console-log` --- ### 📝 Commits (10+) - [`1504127`](https://github.com/actualbudget/actual/commit/150412797941fa7409644d4c3fdc65f2b93dee79) Blank commit to trigger image build - [`0096907`](https://github.com/actualbudget/actual/commit/00969073686393f422311d67b77f69ee83e22383) Add workflow_dispatch to edge image action so it can be manually run - [`82b4643`](https://github.com/actualbudget/actual/commit/82b4643c786d7d7d7866bd4f29838f9741ea3de8) github action workflow: revert old way to build images (#184) - [`47d77a3`](https://github.com/actualbudget/actual/commit/47d77a31983a0cc510f5cb36094ab616cdd2d31d) Use babel preset-typescript (#185) - [`a1af1ff`](https://github.com/actualbudget/actual/commit/a1af1ff3d286840f164e76ce4ff099252fe043d9) Add `express-rate-limit` (#187) - [`bc93604`](https://github.com/actualbudget/actual/commit/bc936045769c8c92b4fe791d9088ea9f476435db) :bookmark: (23.4.1) fix rule creation from transaction list (#188) - [`104c980`](https://github.com/actualbudget/actual/commit/104c9803f76ee74794dc9d3b71b96606ceed3df7) Add a password set/reset script (#186) - [`652d75a`](https://github.com/actualbudget/actual/commit/652d75a939eda0d60f79d6efc50a866aafbffdeb) Add a handler for AxiosError errors (#189) - [`2f54a94`](https://github.com/actualbudget/actual/commit/2f54a948bef3838d5af66d68e2d9050cab023a59) :bookmark: (23.4.2) revert back to old autocomplete & keyboard shortcut fix (#192) - [`7c744f0`](https://github.com/actualbudget/actual/commit/7c744f0e3d2da3801a886cd6a8637883c6070fae) Add a field with all transactions to /nordigen/transactions endpoint (#190) ### 📊 Changes **151 files changed** (+16660 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+14 -0) ➕ `.github/workflows/docker-edge.yml` (+89 -0) ➕ `.github/workflows/docker-release.yml` (+88 -0) 📝 `package.json` (+2 -0) 📝 `packages/loot-core/package.json` (+1 -0) ➕ `packages/sync-server/.dockerignore` (+12 -0) ➕ `packages/sync-server/.gitignore` (+33 -0) ➕ `packages/sync-server/LICENSE.txt` (+7 -0) ➕ `packages/sync-server/README.md` (+17 -0) ➕ `packages/sync-server/app.js` (+11 -0) ➕ `packages/sync-server/babel.config.json` (+3 -0) ➕ `packages/sync-server/docker-compose.yml` (+29 -0) ➕ `packages/sync-server/docker/download-artifacts.sh` (+14 -0) ➕ `packages/sync-server/docker/edge-alpine.Dockerfile` (+37 -0) ➕ `packages/sync-server/docker/edge-ubuntu.Dockerfile` (+37 -0) ➕ `packages/sync-server/docker/stable-alpine.Dockerfile` (+27 -0) ➕ `packages/sync-server/docker/stable-ubuntu.Dockerfile` (+27 -0) ➕ `packages/sync-server/jest.config.json` (+14 -0) ➕ `packages/sync-server/jest.global-setup.js` (+100 -0) ➕ `packages/sync-server/jest.global-teardown.js` (+5 -0) _...and 80 more files_ </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 --> --- <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:10:39 -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#5327