tvl-depot/tvix/castore/src
Florian Klink cb2cf3f6b7 fix(tvix/castore/grpc/svc_wrapper): expose chunks() over gRPC
The Stat() method was just always signalling no granular chunks are
available. However, as we now have a .chunks() method, we can expose it
over gRPC.

Change-Id: I74f0890ae083f301bb0cec62f1ea4a95463ac590
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10736
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2024-02-02 16:27:10 +00:00
..
blobservice feat(tvix/castore/blobsvc): validate StatBlobResponse 2024-02-02 16:26:38 +00:00
directoryservice chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
fs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
proto fix(tvix/castore/grpc/svc_wrapper): expose chunks() over gRPC 2024-02-02 16:27:10 +00:00
tests refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …> 2024-01-09 14:08:22 +00:00
digests.rs fix(tvix/castore): B3Digest::{to_vec -> as_slice} 2023-11-07 12:35:41 +00:00
errors.rs feat(tvix/castore): impl From<std::io::Error> for Error 2023-11-18 19:23:47 +00:00
fixtures.rs refactor(tvix): condense long bytestrings 2023-10-27 07:37:26 +00:00
import.rs feat(tvix/castore): process_entry cannot process unsupported nodes 2024-01-22 14:15:42 +00:00
lib.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
tonic.rs refactor(tvix/castore/tonic): use match in channel_from_url 2023-11-17 14:01:26 +00:00
utils.rs refactor(tvix/castore/tests): let gen_*_service return Boxes 2024-01-01 14:45:17 +00:00