about summary refs log tree commit diff
path: root/tvix/store/src/bin/tvix-store.rs
AgeCommit message (Expand)AuthorFilesLines
2024-10-30 r/8875 refactor(tvix/store): drop log level cli argFlorian Klink1-8/+1
2024-10-27 r/8860 chore(3p/sources): bump channels & overlays (2024-10-23)Vincent Ambo1-1/+1
2024-10-19 r/8837 refactor(tvix): make indicatif.pb_show=1 more explicitFlorian Klink1-32/+107
2024-10-15 r/8811 refactor(tvix/glue/builtins/import): refactorFlorian Klink1-2/+2
2024-10-11 r/8787 refactor(tvix/store): use strictly typed PathInfo structMarijan Petričević1-21/+10
2024-10-01 r/8741 feat(castore/fs): optional refscanner for ingestYureka1-1/+2
2024-08-27 r/8593 fix(tvix/store): restore v1alpha reflection endpointFlorian Klink1-5/+12
2024-08-17 r/8504 refactor(tvix/castore): remove `name` from NodesFlorian Klink1-3/+4
2024-08-13 r/8484 refactor(tvix/castore): use Directory struct separate from proto oneYureka1-1/+1
2024-08-08 r/8461 feat(tvix): Jemalloc -> MiMallocIlan Joselevich1-0/+5
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