index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
kv_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-02-06
fix(unstable): validate kv list selector (#22265)
Heyang Zhou
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-22
fix(unstable): kv watch should stop when db is closed (#21665)
Heyang Zhou
2023-12-14
feat(unstable): append commit versionstamp to key (#21556)
Heyang Zhou
2023-12-12
feat(ext/kv) add backoffSchedule to enqueue (#21474)
Igor Zinkovsky
2023-12-05
feat(unstable): kv.watch() (#21147)
Luca Casonato
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-10
fix(test) reduce queue persistence test time from 60 secs to 6 secs (#21142)
Igor Zinkovsky
2023-11-02
feat(ext/kv): increase checks limit (#21055)
Igor Zinkovsky
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-10-31
chore: update ext/kv to use denokv_* crates (#20986)
Luca Casonato
2023-09-29
fix(ext/kv): send queue wake messages accross different kv instances (#20465)
Igor Zinkovsky
2023-09-26
fix(kv_queues): graceful shutdown (#20627)
Igor Zinkovsky
2023-09-23
fix(kv): unflake kv unit tests (#20640)
Igor Zinkovsky
2023-09-22
feat(kv_queues): increase max queue delay to 30 days (#20626)
Igor Zinkovsky
2023-09-07
chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395)
Heyang Zhou
2023-08-26
fix(kv) increase number of allowed mutations in atomic (#20126)
Igor Zinkovsky
2023-08-22
feat(ext/kv): connect to remote database (#20178)
Heyang Zhou
2023-08-18
feat(ext/kv): key expiration (#20091)
Heyang Zhou
2023-08-17
fix(ext/kv): retry transaction on `SQLITE_BUSY` errors (#20189)
Heyang Zhou
2023-07-01
fix(ext/kv): expose Deno.AtomicOperation (#19674)
Luca Casonato
2023-06-27
fix(kv): assertReject should always be awaited (#19612)
Heyang Zhou
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-17
chore(kv) fix and re-enable queue test (#19529)
Igor Zinkovsky
2023-06-15
chore(ext/kv): disable flaky test (#19522)
Heyang Zhou
2023-06-14
chore(kv) another fix for queue flaky test (#19513)
Igor Zinkovsky
2023-06-14
chore(kv) fix flaky queue test (#19495)
Igor Zinkovsky
2023-06-13
feat(kv) queue implementation (#19459)
Igor Zinkovsky
2023-05-03
fix(ext/kv): throw on the Kv constructor (#18978)
Luca Casonato
2023-05-03
fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)
Luca Casonato
2023-04-29
fix(ext/kv): stricter structured clone serializer (#18914)
Luca Casonato
2023-04-27
feat(kv): return ok bool from atomic commit (#18873)
Luca Casonato
2023-04-26
feat(ext/kv): add more atomic operation helpers (#18854)
Ryan Dahl
2023-04-11
fix(ext/kv): keys must be arrays (#18655)
Luca Casonato
2023-03-30
fix(dts): improve types for the Deno.KV API (#18510)
Luca Casonato
2023-03-30
feat(ext/kv): return versionstamp from set/commit (#18512)
Luca Casonato
2023-03-25
chore(ext/kv): add limits (#18415)
Heyang Zhou
2023-03-24
fix(ext/kv): add missing `getMany` method (#18410)
Heyang Zhou
2023-03-22
fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` (#1...
Heyang Zhou
2023-03-22
chore(ext/kv): disable ci tests on darwin (#18364)
Heyang Zhou
2023-03-22
Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)
Ryan Dahl
2023-03-22
refactor: rename Deno.openKv() to Deno.kv() (#18349)
Ryan Dahl
2023-03-22
fix(ext/kv): don't request permissions for ":memory:" (#18346)
Nayeem Rahman
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou