summaryrefslogtreecommitdiff
path: root/packages/idb-bridge/src
AgeCommit message (Expand)Author
2021-02-19idb: more tests, fix DB deletion, exception ordering and transaction active c...Florian Dold
2021-02-18idb: fix shimmingFlorian Dold
2021-02-18more WPTsFlorian Dold
2021-02-17idb: make more tests pass, implement Cursor.advance()Florian Dold
2021-02-17idb: fix renaming, make renaming tests passFlorian Dold
2021-02-16fix errors in test caseFlorian Dold
2021-02-16more WPTsFlorian Dold
2021-02-16more WPTsFlorian Dold
2021-02-16more WPTsFlorian Dold
2021-02-16more test WPTsFlorian Dold
2021-02-16fix event orderingFlorian Dold
2021-02-16remove debug loggingFlorian Dold
2021-02-16remove debug loggingFlorian Dold
2021-02-16synchronous schema rollbackFlorian Dold
2021-02-16next batch of test cases and fixesFlorian Dold
2021-02-16add more tests and fix various issuesFlorian Dold
2021-02-16get IDB tests to pass again, add new oneFlorian Dold
2021-02-08idb: add first web platform tests, fix issues detected by themFlorian Dold
2021-02-08idb-bridge: remove cyclic dependencies, rip out api extractorFlorian Dold
2021-01-29type annotationFlorian Dold
2020-12-14slightly more helpful error messageFlorian Dold
2020-11-16fix schema upgrade in memoryidb backendFlorian Dold
2020-09-08use cheaper denom structure for auto-refresh testFlorian Dold
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-10use API extractor for cleaner package separationFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold
2019-12-16cleanup, avoid some circular depsFlorian Dold
2019-11-29idb-bridge: enforce store restrictionsFlorian Dold
2019-11-21idb-bridge: fix deletionFlorian Dold
2019-11-21improve error messagesFlorian Dold
2019-11-21improve error reportingFlorian Dold
2019-11-19idb-bridge: fix typo in rollbackFlorian Dold
2019-09-01fix error in index iterationFlorian Dold
2019-08-26idb: fix bug in index iterationFlorian Dold
2019-08-26idb: don't create duplicate index entriesFlorian Dold
2019-08-17idb-bridge: fix bug in index deletionFlorian Dold
2019-08-17idb-bridge: indexes belong to object storesFlorian Dold
2019-08-16version bump / importsFlorian Dold
2019-08-16do not ignore database versionFlorian Dold
2019-08-16only invoke afterCommitCallback for transactions that change dataFlorian Dold
2019-08-16db import/export and commit callbackFlorian Dold
2019-08-15missing structuredClone caused unintended mutationsFlorian Dold
2019-08-01copyright headersFlorian Dold
2019-08-01idb: make put/add return the effective store keyFlorian Dold
2019-07-31idb-bridge: test cases, package structure and missing functionalityFlorian Dold
2019-07-21headless wallet skeleton, type fixesFlorian Dold
2019-06-25idb: make test passFlorian Dold
2019-06-25idb: extend test caseFlorian Dold
2019-06-25idb: make unique cursor workFlorian Dold
2019-06-25idb: memory backend fixesFlorian Dold