aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/headless
AgeCommit message (Collapse)Author
2021-02-04use new auth token for merchant in integration testsFlorian Dold
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
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-13implement infrastructure for future DB migrations via backupFlorian Dold
2021-01-07backup cycleFlorian Dold
2020-12-14formatting passFlorian Dold
2020-12-02backup WIPFlorian Dold
2020-09-06convert axios error to taler errorFlorian Dold
2020-09-06make db file writes atomicFlorian Dold
2020-09-01auto-formatFlorian Dold
2020-08-24test case for order claiming; more accurate ECFlorian Dold
2020-08-20throttling diagnostics and request timeoutsFlorian Dold
2020-08-14nuke some console.log statements, test wallet testing functionality in ↵Florian Dold
integration test
2020-08-10remove accidentally committed declaration filesFlorian Dold
2020-08-06towards integration tests with fault injectionFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold