tvl-depot/tvix/castore/src
Florian Klink ebb7b32a2c chore(tvix/castore/blob): remove sled implementation
This never did any chunking, and sled (rightfully) performs really bad
if values get too large.

We switched the default to using the objectstore backend with the local
filesystem a while ago, no need to keep this footgun around anymore.

Change-Id: I2c12672f2ea6a22e40d0cbf9161560baddd73d4a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11616
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2024-05-11 13:28:51 +00:00
..
blobservice chore(tvix/castore/blob): remove sled implementation 2024-05-11 13:28:51 +00:00
directoryservice test(tvix/[ca]store): enable bigtable only with "integration" feature 2024-05-03 08:53:09 +00:00
fs test(tvix): Fix tvix tests on macOS 2024-04-30 00:55:34 +00:00
import test(tvix-castore/import): add tests for ingest_entries 2024-05-06 15:11:39 +00:00
proto feat(tvix/castore/path): use proto::validate_node_name 2024-05-01 13:40:24 +00:00
tests refactor(tvix/castore/import): make module, split off fs and error 2024-04-20 14:14:19 +00:00
digests.rs feat(tvix/castore): impl Debug for B3Digest 2024-03-17 22:18:20 +00:00
errors.rs feat(tvix/castore): add rstest-based DirectoryService tests 2024-03-24 20:00:40 +00:00
fixtures.rs refactor(tvix): condense long bytestrings 2023-10-27 07:37:26 +00:00
hashing_reader.rs refactor(tvix/castore/hashing_reader): migrate to rstest 2024-04-07 14:51:47 +00:00
lib.rs feat(tvix/castore): expose PathBuf too 2024-05-01 19:10:49 +00:00
path.rs feat(tvix/castore/path): implement PathBuf::from_host_path 2024-05-02 13:28:29 +00:00
tonic.rs refactor(tvix/castore/tonic): migrate to rstest 2024-04-07 14:51:47 +00:00