Filip Stybel
|
19cd163b30
|
Backend integration with Nordigen - account sync (#74)
* Add nordigen integration
* Move normalizatoin of accounts to the backend side
* Remove .idea from git
* Move normalization of transactions to the backend side
* Fix some edgecases
* Move nordigen to separate directory
* Partial refactor of nordigen and e2e test
* WIP refactor
* Refactoring
* Refactoring
* Add more tests
* Update get accounts path
* Rm not needed import
* Fix after merge
* Fix AnimatedLoading
* Fix coverage, jest config, linter
* Code review changes
* Upgrade to ESM nordigen
* Upgrade to ESM nordigen
* Remove e2e tests and cleanup packages
* Move env vars to config
* Rollback prettierrc config
* Move nordigen app behind to src
* Revert supertest lib
* Fixing specs
* fixes linter
* Fix build errors
* Fix linter
* Update nordigen-node lib
* remove snapshot
* remove babel
* Fix spec
* fix linter
* Revert "remove babel"
This reverts commit 07ce9fc46043a425f6e83b0b5ce15789fd07e12e.
* Fix coverage
* Add supertest
* Add sortByBookingDate as default sort option for integration bank
* Add comment with explanation of client const
---------
Co-authored-by: Filip Stybel <filip.stybel@ynd.co>
|
2023-03-03 19:40:49 -05:00 |
|
Jed Fox
|
be1c119799
|
Upgrade to ESM, update to latest dependencies (#128)
* Port to ESM
* + @types packages
* s/rmdir/rm/
* bump uuid
* Fix reading in eslintrc
* Add /build to eslintignore
* Update linting/types packages
* Stronger error checking
* - DOM globals
* update better-sqlite3
* Create .node-version
* Revert "update better-sqlite3"
This reverts commit 6b8003804fc09ade6c81324f591e5ad853517dfa.
|
2023-02-09 13:57:39 -05:00 |
|
Arthur E. Jones
|
9e2d253fb6
|
fix: correct tsconfig for node.js
- specify module type, resolution, and interop. this package runs under
nodejs, not a browser environment, and needs ts to be configured
accordingly.
|
2022-05-20 13:58:48 -04:00 |
|
Arthur E. Jones
|
59ddc965ec
|
build: skip typechecking app-plaid.js
Doesn't appear to be used; there isn't any plaid depedency in the
package file.
|
2022-05-20 13:58:48 -04:00 |
|
Wout Mertens
|
59ec877ddd
|
add: tsconfig.json
This configures TS to look at JS files as well, so that IDEs like VSCode
can provide better edit-time checks
|
2022-04-30 12:11:17 -04:00 |
|