Commit Graph

10 Commits

Author SHA1 Message Date
Ravi Khadiwala
6feca150fe Update to vitest 4 2026-04-20 11:18:28 -05:00
Ravi Khadiwala
b049d28ff6 Rethrow unexpected excpetions
Don't automatically squash unexpected errors, let the worker
runtime deal with them.
2025-10-03 12:01:41 -05:00
Ravi Khadiwala
c7a57213e2 use a constant for max request page size 2025-09-12 16:10:46 -05:00
Ravi Khadiwala
5909dc2711 respect user page limits larger than r2's 2025-09-12 16:10:46 -05:00
Ravi Khadiwala
bc219a28e3 Update dependencies 2025-04-03 13:17:15 -05:00
Ravi Khadiwala
cb7b2fe861 Randomly generate IVs
We include the IV in the encrypted payload, so we can let the server
choose them.
2024-10-29 17:44:58 -05:00
Ravi Khadiwala
66e541d604 urlencode copy sourceKey 2024-08-19 16:04:13 -05:00
Ravi Khadiwala
f3fed8b166 Allow copy requests with a GCS based source 2024-05-02 17:42:36 -05:00
Ravi Khadiwala
ae87fe88c1 Convert from unstable_dev to vitest-pool-workers
Before, miniflare test storage was only available by interfacing
with a worker. With vitest-pool-workers, we can run test code in workerd
without a worker and don't need an extra hop to perform test
manipulations on storage.

This also means we don't have to balance availabiltiy of node vs workerd
APIs in test code (everything uses workerd)
2024-05-02 17:39:18 -05:00
Ravi Khadiwala
7f9392a5a6 Squashed history 2024-01-05 16:19:44 -06:00