summaryrefslogtreecommitdiff
path: root/sandbox/src/main/kotlin/tech/libeufin
AgeCommit message (Expand)Author
2021-06-21serving static content (test)ms
2021-05-27Calculating balances in the Sandbox.MS
2021-04-30Implement Sandbox transactions both sides: debtor AND creditor.MS
2021-02-05provide ex-nullable value in facadeMS
2021-02-05remove avoidable nullable affecting AcctSvcrRefMS
2021-02-05fix nameMS
2021-02-05give transaction ref to generated paymentsMS
2021-01-30make transaction generation work againFlorian Dold
2021-01-28end gracefully when port isn't freeMS
2021-01-27Handle invalid JSON (Sandbox)MS
2021-01-27db connection string only from envMS
2021-01-26fetch DB connections string from Env (Sandbox)MS
2021-01-22address deprecation warningFlorian Dold
2021-01-22remove (some) unused variablesMS
2021-01-22Remove copy-and-paste error.MS
2021-01-21restrict resource names, cleanupFlorian Dold
2021-01-21don't confuse account servicer reference with payment information idFlorian Dold
2021-01-19address Sandbox compile-warningsMS
2021-01-19prefer 'eager' styleMS
2021-01-19Version file and Sandbox version optionMS
2021-01-18Remove avoidable MsgId value per transaction (sandbox)MS
2021-01-17improve sandbox transaction historyFlorian Dold
2021-01-17bic is optionalFlorian Dold
2021-01-17make BIC optional, fix typoFlorian Dold
2021-01-16add missing responseFlorian Dold
2021-01-16sandbox: nicer API for incoming test paymentsFlorian Dold
2021-01-15make sure only one Camt is respondedms
2021-01-14fix loop skipms
2021-01-13CLI tweaksFlorian Dold
2021-01-13implement per-account transaction listing in sandboxFlorian Dold
2021-01-13remove deprecated endpointFlorian Dold
2021-01-13sandbox cliFlorian Dold
2021-01-13db locationFlorian Dold
2021-01-13sandbox and nexus should have different default DBFlorian Dold
2021-01-12Testing previous change.MS
2021-01-12Give port option to SandboxMS
2020-12-11Taler facade.MS
2020-12-11remove empty linesMS
2020-12-11exception handlingMS
2020-12-11Database operations.MS
2020-12-10Command 'drop-tables' becomes 'reset-tables'.MS
2020-12-10Testing the PostgreSQL connection string.MS
2020-12-10need connection string to drop tables with commandMS
2020-12-10default DB connection stringMS
2020-12-10hook the commandsMS
2020-12-10Command line switch to drop DB tables.MS
2020-12-10db connection string: caller gives all partsMS
2020-12-08fix connection to PostgreSQLMS
2020-12-08Migrating to Postgresql.MS
2020-12-04Get payments' integration tests to pass.MS