about summary refs log tree commit diff
path: root/tvix/store/src/bin/tvix-store.rs
AgeCommit message (Expand)AuthorFilesLines
2024-07-22 r/8403 feat(tvix/store): add grpc healthcheck service to daemonYureka1-0/+3
2024-07-22 r/8400 feat(tvix): add experimental-store-composition optionYureka1-34/+1
2024-07-22 r/8399 refactor(tvix): move service addrs into shared clap structYureka1-92/+21
2024-07-20 r/8380 refactor(tvix/store): use composition in tvix_store crateYureka1-30/+32
2024-07-18 r/8368 refactor(tvix): use composition & registry for from_addrYureka1-2/+2
2024-07-01 r/8336 feat(tvix/store): add --remote-path-info-service-addr optionFlorian Klink1-0/+26
2024-07-01 r/8335 feat(tvix/store): use tokio-listener for tvix-store daemon commandFlorian Klink1-16/+15
2024-06-20 r/8299 feat(tvix/tracing): gRPC trace context propagationSimon Hauser1-1/+13
2024-06-20 r/8297 feat(tvix/tracing): optional progressbarSimon Hauser1-1/+1
2024-06-17 r/8289 feat(tvix/tvix-store): improve progress barsFlorian Klink1-13/+1
2024-06-16 r/8286 refactor(tvix/store): drop FUSE multithread workaround for DarwinFlorian Klink1-8/+1
2024-06-16 r/8285 fix(tvix/store/bin): fix shutdown behaviour for FUSEFlorian Klink1-11/+17
2024-06-14 r/8271 feat(tvix/tracing): correctly close otlp on exitSimon Hauser1-19/+36
2024-06-10 r/8242 feat(tvix/tracing): introduce common tvix-tracing crateSimon Hauser1-98/+11
2024-06-06 r/8220 feat(tvix/store/bin): add progress bar infrastructureFlorian Klink1-16/+64
2024-05-11 r/8103 refactor(tvix/store): drop calculate_nar from PathInfoServiceFlorian Klink1-6/+12
2024-04-30 r/8049 feat(tvix/store): use local object_store for tvix-store daemon blobsFlorian Klink1-1/+5
2024-04-26 r/8018 feat(tvix/store/bin): disable --json option, set log to compactFlorian Klink1-30/+10
2024-04-20 r/7988 feat(tvix/store/bin): upload paths concurrently in `copy`Florian Klink1-15/+53
2024-04-20 r/7981 refactor(tvix/castore/import): make module, split off fs and errorFlorian Klink1-1/+1
2024-04-19 r/7979 refactor(tvix/castore): generalize store ingestion streamsConnor Brewster1-2/+5
2024-04-15 r/7912 feat(tvix/castore/fs): support extended attributesFlorian Klink1-0/+12
2024-04-13 r/7900 feat(tvix/store/bin): add "copy" commandFlorian Klink1-0/+93
2024-03-18 r/7723 feat(tvix/store): support RUST_LOG env varFlorian Klink1-5/+23
2024-03-11 r/7683 feat(tvix/store/bin): allow disabling OTLP at runtimeFlorian Klink1-32/+39
2024-02-17 r/7535 feat(tvix/castore/fs): make allow_other configurableFlorian Klink1-1/+8
2024-01-20 r/7433 feat(tvix/store): enable `name` customization in the storeRyan Lahfa1-10/+13
2024-01-20 r/7432 refactor(tvix/store): `import_path` → `import_path_as_nar_ca`Ryan Lahfa1-1/+1
2024-01-03 r/7315 fix(tvix/store): set service.nameFlorian Klink1-24/+44
2024-01-01 r/7308 feat(tvix/store): add opentelemetryFlorian Klink1-5/+36
2024-01-01 r/7305 refactor(tvix/castore/blobsvc/grpc/wrapper): don't require Arc<_>Florian Klink1-1/+1
2024-01-01 r/7304 refactor(tvix/castore/directorysvc/grpc/wrapper): no Arc<_>Florian Klink1-1/+1
2024-01-01 r/7301 feat(tvix/store/bin): factor out importFlorian Klink1-111/+16
2024-01-01 r/7299 feat(nix-compat/store_path): build_ca_path may failFlorian Klink1-1/+9
2024-01-01 r/7298 refactor(tvix/store/bin): don't reconstruct StorePath twiceFlorian Klink1-8/+1
2023-12-31 r/7297 fix(tvix/store/bin): don't unwrap in case of invalid pathsFlorian Klink1-8/+12
2023-12-31 r/7296 refactor(tvix/store/bin): condense subscriber setup a bitFlorian Klink1-12/+8
2023-12-31 r/7295 refactor(tvix/store): move construct_services helper hereFlorian Klink1-62/+31
2023-12-31 r/7294 refactor(tvix/castore/directorysvc): return Box, not ArcFlorian Klink1-4/+17
2023-12-31 r/7293 refactor(tvix/castore/blobsvc): return Box, not ArcFlorian Klink1-4/+9
2023-12-29 r/7268 refactor(tvix/castore/bin/tvix-store) don't import std::ioFlorian Klink1-5/+4
2023-12-29 r/7266 feat(tvix/store): emit more structured log messagesFlorian Klink1-3/+3
2023-12-22 r/7256 chore(tvix): move store/fs to castore/fsFlorian Klink1-7/+7
2023-12-22 r/7255 refactor(tvix/store): remove Arc<> from PathInfoService::from_addrFlorian Klink1-3/+14
2023-12-22 r/7254 refactor(tvix/store/bin): move service.clone right before async moveFlorian Klink1-61/+65
2023-12-22 r/7253 refactor(tvix/store/bin): remove unneeded cloneFlorian Klink1-4/+2
2023-11-15 r/7022 refactor(tvix/castore/tonic): make async, support wait-connect=?Florian Klink1-12/+16
2023-10-22 r/6870 feat(tvix/store/protos): add CA fieldFlorian Klink1-0/+5
2023-10-22 r/6869 refactor(tvix/store): move deriver field into narinfo submessageFlorian Klink1-1/+1
2023-10-14 r/6810 refactor(tvix/store): Upgrade tokio-listener to get tonic supportConnor Brewster1-2/+9