Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | typedoc for every project | Sebastian | |
Signed-off-by: Sebastian <sebasjm@gmail.com> | |||
2023-09-06 | move bank API client to taler-util, update typescript config | Florian Dold | |
2023-08-29 | repo: make incremental builds faster, don't use TypeScript build mode | Florian Dold | |
(build mode should not be necessary since pnpm handles dependencies inside the repo) | |||
2023-08-22 | sqlite3 backend for idb-bridge / wallet-core | Florian Dold | |
2023-06-06 | build system: use --build argument for tsc | Florian Dold | |
2023-06-06 | build system: get rid of prepare scripts | Florian Dold | |
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue. | |||
2023-06-06 | bump typescript version | Florian Dold | |
2023-06-05 | wallet-core: use long-polling for P2P kyc | Florian Dold | |
2023-01-26 | put taler wallet RPC into taler-util, make it cross-platform | Florian Dold | |
2022-12-23 | spill extra functionality from wallet-cli into taler-harness | Florian Dold | |
We want to keep taler-wallet-cli smaller and have fewer dependencies. | |||
2022-10-13 | use node16 module resolution for taler-util | Florian Dold | |
2022-10-13 | update deps, move idb-bridge to node16 module resolution | Florian Dold | |
2022-09-05 | upgrade typescript (and some related deps) | Florian Dold | |
2022-05-24 | Revert "no need to compile after install" | Florian Dold | |
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84. | |||
2022-05-24 | no need to compile after install | Sebastian | |
2022-02-10 | idb-bridge: update tests for ava 4.x | Florian Dold | |
2022-01-05 | upgrade rollup plugins, as older ones caused miscompilation | Florian Dold | |
2022-01-05 | update dependencies to fix rollup issue | Florian Dold | |
2021-12-15 | idb-bridge: faster indices, various correctness fixes and tests | Florian Dold | |
2021-12-09 | idb-bridge: use lodash cloneDeep | Florian Dold | |
2021-02-24 | idb: custom structured clone, don't rely on typeson anymore | Florian Dold | |
2021-02-23 | missing dependency | Florian Dold | |
2021-02-23 | missing dependency | Florian Dold | |
2021-02-23 | missing dependency | Florian Dold | |
2021-02-08 | idb: add first web platform tests, fix issues detected by them | Florian Dold | |
2021-02-08 | idb-bridge: remove cyclic dependencies, rip out api extractor | Florian Dold | |
2021-02-01 | 0006728: set up wallet CI pipeline for WebExtension build | Sebastian | |
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail | |||
2021-01-29 | add missing prepare scripts | Florian Dold | |
2021-01-22 | upgrade dependencies | Florian Dold | |
2021-01-22 | idb-bridge: version bump | Florian Dold | |
2020-11-17 | update version and dependencies | Florian Dold | |
2020-08-12 | dependencies | Florian Dold | |
2020-08-12 | remove excessive namespacing, format | Florian Dold | |
2020-08-10 | use API extractor for cleaner package separation | Florian Dold | |
2020-08-03 | modularize repo, use pnpm, improve typechecking | Florian Dold | |
2019-11-29 | idb-bridge: bump version | Florian Dold | |
2019-11-21 | idb-bridge: fix deletion | Florian Dold | |
2019-11-21 | improve error messages | Florian Dold | |
2019-11-21 | improve error reporting | Florian Dold | |
2019-11-19 | idb-bridge: fix typo in rollback | Florian Dold | |
2019-09-01 | fix error in index iteration | Florian Dold | |
2019-08-26 | idb: fix bug in index iteration | Florian Dold | |
2019-08-26 | idb: don't create duplicate index entries | Florian Dold | |
2019-08-17 | idb-bridge: version bump | Florian Dold | |
2019-08-16 | version bump / imports | Florian Dold | |
2019-08-16 | do not ignore database version | Florian Dold | |
2019-08-16 | bump idb-bridge version | Florian Dold | |
2019-08-16 | db import/export and commit callback | Florian Dold | |
2019-08-15 | missing structuredClone caused unintended mutations | Florian Dold | |
2019-07-21 | headless wallet skeleton, type fixes | Florian Dold | |