- Jan 09, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 08, 2024
-
-
Matiss Janis Aboltins authored
This reverts commit e11b6571.
-
- Dec 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 15, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 01, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 29, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 25, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 06, 2023
-
-
Matiss Janis Aboltins authored
Closes #1328 Closes #1471
-
- Jul 31, 2023
-
-
Jed Fox authored
Includes a few typographical improvements I PR’d. (since the workflow is a `pull_request_target` one, the changes won’t show up in the comments till this PR is merged)
-
- Jul 20, 2023
-
-
Jed Fox authored
The change isn’t so new anymore so I’ve updated the comment to recognize that.
-
- Jul 07, 2023
-
-
Jed Fox authored
-
- Jul 01, 2023
-
-
Matiss Janis Aboltins authored
Cancel previous CI runs if a new push is made. Thus saving a bit of CI resources.
-
Jed Fox authored
-
- Jun 28, 2023
-
-
Shazib Hussain authored
This script is only used for the github e2e tests so doesn't need to be inside /bin
-
Jed Fox authored
This PR moves the size comparison action back to a separate workflow which now uses the `pull_request_target` event. This event is triggered at all the same times as the `pull_request` action, except that the workflow file content comes from the target branch of the PR, and it is run in the context of the repo owning the target branch. Practically, this means that it will still have access to post a comment even if the PR comes from a fork. We don’t want the build actions to be run in a `pull_request_target` workflow because they would get access to the secrets and be able to perform arbitrary actions on the repository, even from fork PRs. See the current version failing here: https://github.com/actualbudget/actual/actions/runs/5395184895/jobs/9797388016?pr=1122
-
- Jun 27, 2023
-
-
Jed Fox authored
-
- Jun 25, 2023
-
-
Jed Fox authored
-
- Jun 21, 2023
-
-
Matiss Janis Aboltins authored
-
- Jun 18, 2023
-
-
Matiss Janis Aboltins authored
actual-server does not need to import the full actual-app/api package. It can import only the CRDT stuff.. so I'm extracting it into a new package to reduce the size of actual-server and make the link between things more transparent.
-
- Jun 08, 2023
-
-
Jed Fox authored
Good catch @Jackenmen in https://github.com/actualbudget/actual/pull/948#issuecomment-1580501909 — I’ve also added a CI check to ensure bad migrations aren’t introduced in the future. I think if you have a budget that has managed to have this migration applied successfully, you’ll need to manually patch `getAppliedMigrations` in `packages/loot-core/src/server/migrate/migrations.ts` and inject a query to remove the old migration ID and insert the new one.
-
- Jun 01, 2023
-
-
Matiss Janis Aboltins authored
Web: https://github.com/actualbudget/actual/pull/1087 Server: https://github.com/actualbudget/actual-server/pull/207 Docs: https://github.com/actualbudget/docs/pull/179 --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- May 18, 2023
-
-
Shazib Hussain authored
Updates to the latest version of electron and moves the backend-frontend communication from node-ipc to websockets. This resolves the previous roadblock regarding `nodeIntegration` . Done - Remove node-ipc in favour of websockets. - Move file copying out of `preload.js` to avoid importing module `fs` there - Bump all electron pacakge versions to the latest - Added new package for finding open ports as node-ipc is gone - Tweaked webpack config for above changes Partially fixes #468 Questions/ Pending: - Literally every single test fails for me, presumably some issue with my setup/environment. - The websocket communication is not using TLS. I'm not sure how to enable this, or if we even need to as its all local. - Still need to create the CI for building/deploying but I'm not sure where start in this regard as i have no exp with it. Presumably we will need to point the electron auto-updater to the github releases url's. If people are happy with this PR I will look at adding the CI before its merged. - In dev mode only, I have disabled TLS security becuase my docker container's cert is not signed. I _assume_ this will be true for other people who spin up the server on thier own hardware. Perhaps I just need to change my cert to one from letsencrypt or something... Notes. I have not touched javascript in eons so my apologies if the commit trail is a bit fragmented. I tried to keep them fairly contained and then there is a slightly gnarly final commit fixing all the linter issues... Please let me know if you want me to squash some commits etc. I initially tried to move this to web workers the same way the web app does it but this was unsuccessful. I have found no way to spin up a worker in one place (frontend/backend) and then pass this worker to the other. The electron ipc channels don't allow you to directly pass objects such as workers, everything is cloned/serialised. Passing a port number so the other end can spin up its own socket works fine. --------- Co-authored-by:
Shazib Hussain <contact@shazib.com> Co-authored-by:
Jed Fox <git@jedfox.com>
-
- May 16, 2023
-
-
Jed Fox authored
-
- May 06, 2023
-
-
Jed Fox authored
-
- May 01, 2023
-
-
Matiss Janis Aboltins authored
Run the feature-request github action only once for the "feature" label. Demo: https://github.com/MatissJanis/actual/issues/8 Also fixed the link to issue list.
-
Matiss Janis Aboltins authored
Run the feature request management action when adding "feature" label. This will allow us to.. 1. remove "feature" label 2. add back "feature" label Thus execute the workflow on the existing issues.
-
Matiss Janis Aboltins authored
-
- Apr 13, 2023
-
-
Jed Fox authored
-
- Apr 07, 2023
-
-
Jed Fox authored
-
- Mar 28, 2023
-
-
Alberto Gasparin authored
-
- Mar 14, 2023
-
-
Jed Fox authored
-
Jed Fox authored
See https://github.com/actualbudget/docs/pull/129 for more details. If this is accepted, I’ll fill in release notes for the PRs that have been submitted since the last release and submit a corresponding PR to `actual-server`. --------- Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- Mar 06, 2023
-
-
Jed Fox authored
Part of fixing the horrendously slow Docker build for the server edge images.
-
- Mar 02, 2023
-
-
Matiss Janis Aboltins authored
*
upgrade github actions * Upgrade actions/checkout
-
- Feb 24, 2023
-
-
Jed Fox authored
* Make it easier to build the bundle.api.js for the API * Remove budgetId parameter, move config to top level of API * that’s a breaking change * Add support for signing into the server in init() * Add api.downloadBudget(syncId, { password }) method * Fix lint errors * Refactor: extract out getSyncError * api/download-budget: sync if possible instead of downloading * Don’t bother with fetching remote files and installing key if the file is local * *groupId * FIx lint issues * Remove extra close+reopen * Refactor out duplicate load-budget logic * Trailing commas
-
- Jan 26, 2023
-
-
Rich Howell authored
Removing as this isn't used.
-
- Jan 18, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Rich Howell authored
-