Skip to content
Snippets Groups Projects
  1. Mar 23, 2023
  2. Mar 21, 2023
  3. Mar 20, 2023
  4. Mar 19, 2023
  5. Mar 18, 2023
  6. Mar 17, 2023
  7. Mar 16, 2023
    • Matiss Janis Aboltins's avatar
      :bug: making desktop-client tests independent (#765) · d9bc64e7
      Matiss Janis Aboltins authored
      
      Tests cases should be independent. You should be able to run them in
      whatever order you want. And they should still pass.
      
      Currently this is not the case. The order of the tests is very important
      due to the "pseudo" randomization algorithm.
      
      This PR makes the mock data IDs truly unique thus better exposing the
      issue in our tests. Also this PR fixes the dependency issues thus making
      each test case truly independent.
      
      ---------
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      Unverified
      d9bc64e7
  8. Mar 14, 2023
    • Jed Fox's avatar
      Reduce client build size by 1MB (#750) · c7e531a2
      Jed Fox authored
      before:
      
      ```
      kcab.worker.4bdc73a8d45eb2115156.js (2.1 MiB)
      xfo.kcab.worker.4bdc73a8d45eb2115156.js (1010 KiB)
      ```
      
      after:
      
      ```
      kcab.worker.39f5fba82d7bc7477962.js (1.41 MiB)
      xfo.kcab.worker.39f5fba82d7bc7477962.js (1000 KiB)
      ```
      
      What’s changed:
      
      - `loot-core` did not have a `browserslist` config, so
      `@babel/preset-env` assumes we want to [transpile all the way back to
      ES5](https://babeljs.io/docs/options#no-targets). I’ve removed the
      `browserslist` config from each of the `package.json` files and moved it
      to the root so this doesn’t happen again.
      - I updated the target from `electron 3.0` to `electron 12.0` to match
      our Electron dependency
      - I’ve added `defaults` (currently equivalent to `> 0.5%, last 2
      versions, Firefox ESR, not dead`) which is [recommended by
      browserslist](https://browsersl.ist/#q=defaults). We could consider
      tightening this, but it doesn’t offer a ton of space savings at this
      point to just target Electron 12.
      - Since much less transpilation will be happening, stack traces (dev and
      prod) will be much easier to read!
      Unverified
      c7e531a2
  9. Mar 13, 2023
  10. Mar 11, 2023
  11. Mar 06, 2023
  12. Mar 05, 2023
  13. Mar 04, 2023
    • Filip Stybel's avatar
      Nordigen integration - account sync (#457) · 5bb4f4b2
      Filip Stybel authored
      
      * Update gitignore about .idea folder
      
      The .idea folder is generated by IntelliJ IDEA
      
      * Add integration with Nordigen
      
      * Fix linter
      
      * Use longer access to the account
      
      * Move normalizatoin of accounts to the backend side
      
      * Fix possibility to force remove account
      
      * Move normalization of transactions to the backend side
      
      * Fix Settings.js after merge
      
      * fix enableing bank sync
      
      * delete old Settings component
      
      * Use camelCase for nordigen/remove-account call
      
      * WIP refactor
      
      * Fix auto-selecting existing accounts
      
      * Fix unlinking accounts
      
      * Align to backend changes for Nordigen integration
      
      * Fix AnimatedLoading
      
      * Code review changes
      
      * Fix TZ date issue
      
      * rm mobile package
      
      * rm BankSync settings section
      
      * rm console.log
      
      * rm comment
      
      * applies some alignments from code review
      
      * applies some alignments from code review
      
      * Add prefix for nordigen specific functionality
      
      * Use arrow char
      
      * Add prefix for nordigen functionalities
      
      * Fix linter
      
      * Display only open accounts
      
      * Update packages/desktop-client/src/nordigen.js
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      
      * Fix incorrect calc of TZ for endDate
      
      * Improved error checking
      
      * Fix throwing invalid-schema error
      
      * Fix for syncing large batches in Safari
      
      ---------
      
      Co-authored-by: default avatarFilip Stybel <filip.stybel@ynd.co>
      Co-authored-by: default avatarLeon Ebel <24588023+ebelleon@users.noreply.github.com>
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      Unverified
      5bb4f4b2
  14. Mar 02, 2023
  15. Mar 01, 2023
  16. Feb 28, 2023
  17. Feb 27, 2023
Loading