snix/tvix/store/src
Florian Klink a1acb5bcb3 feat(tvix/store/blobsvc): add from_addr
This allows constructing blob stores with a URL syntax at runtime,
by passing the --blob-service-addr arg.

We probably still want to have some builder pattern here, to allow
additional schemes to be registered.

Change-Id: Ie588ff7a7c6fb64c9474dfbd2e4bc5f168dfd778
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8742
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-06-14 20:44:36 +00:00
..
bin feat(tvix/store/blobsvc): add from_addr 2023-06-14 20:44:36 +00:00
blobservice feat(tvix/store/blobsvc): add from_addr 2023-06-14 20:44:36 +00:00
directoryservice chore(tvix/store/directorysvc): remove GRPCDirectoryService::new 2023-06-12 21:33:59 +00:00
fuse refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
nar refactor(tvix/store): use Arc instead of Box 2023-06-12 10:24:24 +00:00
pathinfoservice chore(tvix/store/pathinfosvc): remove GRPCPathInfoService::new 2023-06-12 21:33:59 +00:00
proto refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
tests refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
digests.rs refactor(tvix/store/digests): clippy 2023-05-23 12:28:34 +00:00
errors.rs feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +00:00
import.rs refactor(tvix/store/blobsvc): drop Result<_,_> around open_write 2023-06-12 12:43:34 +00:00
lib.rs feat(tvix/store): add mount command to entrypoint and fuse mod 2023-06-10 15:33:07 +00:00
store_io.rs refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00