mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-10 23:54:00 -05:00
Closed
opened 2026-05-16 07:17:01 -05:00 by GiteaMirror
·
2 comments
No Branch/Tag Specified
master
enforce-append-only-migrations-ci
delay-initial-sync-until-loaded
jfdoming/mobile-app-build
claude/error-codes-worker-boundary-26i5uu
jfdoming/api-tokens-part-1
jfdoming/api-tokens-part-2
jfdoming/api-tokens-part-3
jfdoming/mobile-app-updates
ai/simplify-categories-get-api
api-browser-custom-data-dir
claude/budget-version-migration-compat-151jlr
claude/worker-error-serialization-9iqtl7
claude/react-table-library-research-afx83z
claude/issue-8401-regression-test-9nw9l3
jfdoming/mobile-app-foundation-part-1
jfdoming/mobile-app-scaffold
release
ai-fix-cleanup-def-8290
claude/relaxed-shannon-jusywa
claude/fervent-keller-s6f2fq
claude/determined-feynman-st1y9z
claude/wizardly-einstein-vi2wce
claude/sweet-albattani-7nseio
feat/bank-sync-per-budget-file
claude/affectionate-cannon-y0kc82
claude/dependabot-findings-m9pgmb
claude/mac-app-ios-publish-zjs1lz
claude/vigilant-tesla-aiiyos
depot-migrate-secrets-1781296330308
claude/quirky-cerf-v5qck7
claude/animation-removal-alternative-2etfh1
claude/netlify-preview-comments-consolidate-9XPYa
osc/7391-error-boundaries-reports
claude/pensive-dijkstra-7DYui
claude/server-app-version-mismatch-HTCGv
claude/pr-8027-review-feedback-mELuO
claude/zealous-wozniak-e5pO0
claude/intelligent-heisenberg-BSHJq
claude/translation-download-refactor-jFRsO
claude/mobile-performance-ideas-G9PAO
claude/github-issue-7988-5A5ly
blacksmith-migration-ff70d2d
claude/great-mayer-KRvOk
claude/react-native-ios-compilation-fcJh5
claude/serene-goldberg-58xv0
claude/kind-euler-LVG3K
release-automation/edge-nightly
7710-bundle-migrations
claude/fix-docker-build-error-WMfed
claude/llm-compatible-release-notes-t20Nr
7710-tests-tdd
cursor/transaction-table-rewrite-f077
claude/plan-ci-secure-context-OtEe1
claude/fix-issue-7667-DPXi3
cursor/resolve-pr-7449-ee11
claude/fix-typescript-build-error-JPtZ5
copilot/add-repository-configs-to-packages
worktree-compressed-drifting-ritchie
claude/api-consumer-verification-kfz1K
pr-7454
claude/fix-issue-7410-LLLQ4
revert-7281-generate-icons
react-query-useSchedules
copilot/sub-pr-6140
package-upgrades
v26.7.0
v26.6.0
v26.5.2
v26.5.1
v26.5.0
v26.4.0
v26.3.0
v26.2.1
v26.2.0
v26.1.0
v25.12.0
v25.11.0
v25.10.0
v25.9.0
v25.8.0
v25.7.1
v25.7.0
v25.6.1
v25.6.0
v25.5.0
v25.4.0
v25.3.1
v25.3.0
v25.2.1
v25.2.0
v25.1.0
v24.12.0
v24.11.0
v24.10.1
v24.10.0
v24.9.0
v24.8.0
v24.7.0
v24.6.0
v24.5.0
v24.4.0
v24.3.0
v24.2.0
v24.1.0
v23.12.0
v23.11.0
v23.10.0
v23.9.0
v23.8.1
v23.8.0
v23.7.2
v23.7.1
v23.7.0
v23.6.0
v23.5.0
v23.4.2
v23.4.1
v23.4.0
v23.3.2
v23.3.0
v23.2.9
v23.2.5
v23.1.12
v22.12.9
Labels
Clear labels
AI generated
API
bank sync
budgeting
bug
can’t replicate
dependencies
docker
documentation
electron
experimental feature
feature
feedback
goal templates
good first issue
help wanted
importers
maintenance
needs info
needs testing
needs triage
needs votes
openid
payees
pull-request
regression
reports
responsive
rules
schedules
server
✨ merged
split transactions
tech debt
tech-support
theme
transaction import
transaction reconciliation
transactions
translations
upstream
user interface
✅ approved
wontfix
Mirrored from GitHub Pull Request
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/actual#69838
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TomAFrench on GitHub (Jun 3, 2022).
Original GitHub issue: https://github.com/actualbudget/actual/issues/86
I'm leaving this comment as it is for the record but I've made a new list as a fresh comment below.
As mentioned in Discord, here's general rundown of my PRs. I've arranged them in an order which seems logical in terms of priorities and should minimise merge conflicts. I haven't considered how any of the other PRs should factor into this.
1. Trivial changes
Mostly stuff which doesn't touch the core code at all but tidies up the repo:
#46 reorders the dependencies in the package.json files into alphabetical order, yarn does this automatically when installing new dependencies so this means other PRs which do this have less noisy diffs.
#54 updates the links in the importer packages so that they point at this repo.
#47 adds a missing comma to make
jest.config.jsvalid JS.#48 cleans up some files which don't seem to be used and were committed by mistake.
#69 enforces the sorting of entries in
data-file-index.txtas I get a different order to what's committed.#81 removes some yarn scripts which point at nothing so always fail.
#80 creates yarn scripts for
desktop-electronpackage to simplifybin/package(useful if we upgrade to yarn v3)#96 whitespace changes to the CI config
2. Documentation
No significant code changes, just writing READMEs:
#65 adds documentation for how to generate the protobuf.
3. CI
3.1 Laying groundwork
Before we can set up CI we need to do a couple of fixes so that we can install dependencies in CI without it failing:
#53 Removes an unused patch which causes
yarn installto fail in CI.#55 Locks the dependency versions of patched packages so that we always install the patched version (a mismatch causes
yarn installto fail in CI)3.2 Checking builds succeed
I've got some branches which work on migrating us up to Webpack 5 and
swc-loaderbut I think we need some CI to test all the different builds we do first:#72 Updates the shebang in some scripts so it uses
bashinstead ofsh. We're using bash features in these scripts so they're failing on my machine and CI withsh.#73 Adds a github action CI to check that we can build all the various outputs on any PR.
3.3 Linter checks
#70 Adds a github action CI to check for any linter errors in
loot-core4 Fixes
#59 Fixes the broken Timestamp test suite and updates the
Timestampimplementation to enforce the proper validity checks.#102 Fixes a broken test by scaling up some values so they're all integers.
5 Reorganising code
These shouldn't change functionality at all, I'm mostly just moving code around so that it's easier to read/import:
#64 Group
timestamp.jsandmerkle.jsinto acrdtdirectory as they're intrinsically linked.#68 Create a single entrypoint for importing AQL code rather than reaching into multiple different files in the
aqldirectory#83 Breaks the functions contained in
db/indexup into multiple files based on which sort of data they're working on.6 Migration to typescript
These PRs are going to muck with CI and have a bunch of merge conflicts with the PRs above. I can rebase these on top of master once we get closer to the point of merging.
6.1 Migrate to Yarn v3
This isn't necessarily a hard requirement for migrating to typescript but it definitely simplifies it. Running tests in a monorepo is much simpler in yarn v3 so I'd strongly recommend making this change so we can get rid of some of the hacks around testing.
#50 Upgrades from yarn v1 to yarn v3
6.1 Migrate tests
Before we can migrate the code, we need to migrate how we run the tests. Otherwise we end up trying to import Typescript code and then jest doesn't know what to do with it. If we swap out
babel-jestforts-jestthe tests run fine without any modification and will still work once we add typescript to the mix.I'm not making a PR for this just yet as the diff is so noisy with required prerequisite changes that it's not really worth looking at yet. The relevant commit however is
28056eae686.2 Migrate loot-core
At this point we're now ready to start using Typescript code so we can add TS support to Webpack. This PR currently uses yarn v1 and will need to be rebased on top of #50 at some point before we merge.
The code is still 99.99% javascript after this but this allows us to progressively migrate files over time:
#84 Adds support for Webpack to use .ts files in the build and swaps out linter for a TS compatible one.
@TomAFrench commented on GitHub (Jun 30, 2022):
1 Useful fixes/features
These aren't my PRs but I think they should be prioritised
#117 Improves CSV parsing to handle dates without a delimiter.
#112 Display client + server versions on settings page.
2 Simplifying dependencies
#94 Replace the currency-formatter dependency with Intl.NumberFormat
#125 Replace
node-libofxwithofx-js3 Reorganising code
These shouldn't change functionality at all, I'm mostly just moving code around so that it's easier to read/import:
#52 Remove imports which aren't used at all.
#64 Group
timestamp.jsandmerkle.jsinto acrdtdirectory as they're intrinsically linked.#68 Create a single entrypoint for importing AQL code rather than reaching into multiple different files in the
aqldirectory#83 Breaks the functions contained in
db/indexup into multiple files based on which sort of data they're working on.4 Migration to SWC
SWC doesn't support the version of webpack we're using so before we can attempt to migrate to that we need to update to the new version of webpack. Once that's done it's relatively simple to move to SWC.
#108 Migrate from webpack v4 to v5
#109 Migrate to SWC
@TomAFrench commented on GitHub (Jul 24, 2022):
Closing this as it's out of date and this isn't a good way of communicating about PR status.