- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
-
- Sep 05, 2023
-
-
Joel Jeremy Marquez authored
* desktopc-client swc-loader * More swc * Jest swc + upgrades * Revert @swc/jest usage for now * SWC minify * Remove setupFilesAfterEnv in package.json as per warning message in CI * Release notes * Minify on CI * swc helpers in loot-core * @swc/jest * Upgrade webpack * Add @swc/core to crdt * Use yarn cache in github actions * Cleanup * Fix electron * Revert "Fix electron" This reverts commit 787af1980648fa30788a1d1678dcda534716f31d. * Revert action.yml cache changes --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Aug 05, 2023
-
-
Matiss Janis Aboltins authored
Making the `crdt` package fully TypeScript-strict.
-
- Aug 04, 2023
-
-
Matiss Janis Aboltins authored
Upgrading murmurhash. The new version has TS types. Apart from that, it looks pretty much the same. Diff: https://www.diffchecker.com/CEpBedX1
-
Matiss Janis Aboltins authored
This PR has no functional changes. Only types are changing and getting improved (more stricter). A follow-up PR will come next that does a few functional changes to make this package fully strict.
-
- Jul 31, 2023
-
-
Matiss Janis Aboltins authored
-
- Jul 05, 2023
-
-
Matiss Janis Aboltins authored
Fix a small regression introduced in https://github.com/actualbudget/actual/pull/1076 Tested locally and this seems to have solved the problem
-
- Jul 04, 2023
-
-
Matiss Janis Aboltins authored
-
Tom French authored
This PR adds types to the `crdt` directory to make the structure of the merkle tree (really a merkle radix trie) clearer. --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jun 28, 2023
- Jun 26, 2023
-
-
Jed Fox authored
This significantly speeds up `yarn lint` for me. It also ensures we’re listing all source files in the project, including the `.eslintrc` files and any other files that may be present.
-
- Jun 25, 2023
-
-
Tom French authored
I've updated the return values in `sync/index` to sensible values based on how they're being called. I've updated the type of `msg.value` to be `string | number | null` to match the values expected by `serializeValue`
-
- 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.
-