Age | Commit message (Expand) | Author | Files | Lines |
2024-06-17 | r/8289 feat(tvix/tvix-store): improve progress bars | Florian Klink | 1 | -13/+1 |
2024-06-17 | r/8288 feat(tvix/store): display progress for NAR calculation | Florian Klink | 2 | -2/+14 |
2024-06-17 | r/8287 docs(tvix/store/import): update import_path_as_nar_ca docstr | Florian Klink | 1 | -4/+5 |
2024-06-16 | r/8286 refactor(tvix/store): drop FUSE multithread workaround for Darwin | Florian Klink | 1 | -8/+1 |
2024-06-16 | r/8285 fix(tvix/store/bin): fix shutdown behaviour for FUSE | Florian Klink | 1 | -11/+17 |
2024-06-15 | r/8280 feat(tvix/cli,store): add tracy feature | Florian Klink | 1 | -0/+1 |
2024-06-14 | r/8271 feat(tvix/tracing): correctly close otlp on exit | Simon Hauser | 1 | -19/+36 |
2024-06-14 | r/8269 chore(tvix/docs): move [ca]store docs to tvix/docs | Florian Klink | 2 | -289/+1 |
2024-06-11 | r/8248 refactor(tvix/store/nar/import): add ingest_nar_and_hash | Florian Klink | 3 | -23/+46 |
2024-06-10 | r/8242 feat(tvix/tracing): introduce common tvix-tracing crate | Simon Hauser | 3 | -108/+15 |
2024-06-08 | r/8227 docs(tvix): fix some typos across various documents | Ben Webb | 1 | -1/+1 |
2024-06-06 | r/8220 feat(tvix/store/bin): add progress bar infrastructure | Florian Klink | 2 | -16/+66 |
2024-06-03 | r/8211 feat(tvix): add CI targets for checking crate features powerset | Ilan Joselevich | 1 | -20/+24 |
2024-05-20 | r/8159 feat(tvix/store): concurrently upload small blobs during nar ingestion | Connor Brewster | 1 | -12/+22 |
2024-05-20 | r/8157 refactor(tvix/store/pathinfo): test with PathInfoService directly | Florian Klink | 4 | -71/+58 |
2024-05-16 | r/8152 chore(tvix): drop json feature for tracing-subscriber | Florian Klink | 1 | -1/+1 |
2024-05-15 | r/8149 chore(tvix): bump to tokio-listener 0.4.1 | Florian Klink | 1 | -1/+1 |
2024-05-15 | r/8148 chore(tvix/store): bump otlp stack | Florian Klink | 1 | -5/+5 |
2024-05-15 | r/8147 chore(tvix/nar-bridge): move to nar-bridge-go | Florian Klink | 1 | -1/+1 |
2024-05-13 | r/8144 feat(tvix/store/pathinfo): add a Cache combinator | Florian Klink | 2 | -0/+113 |
2024-05-13 | r/8139 chore(tvix/clippy): configure clippy allow block_in_conditions | Florian Klink | 1 | -0/+3 |
2024-05-12 | r/8117 feat(tvix/store/pathinfo/*): add more instrumentation | Florian Klink | 6 | -11/+20 |
2024-05-11 | r/8113 refactor(tvix/castore/blobservice/memory): use parking_lot RwLock | Florian Klink | 1 | -0/+1 |
2024-05-11 | r/8112 refactor(tvix/store/pathinfo/memory): tokio RwLock, improve list() | Florian Klink | 1 | -14/+14 |
2024-05-11 | r/8106 feat(tvix/store): add LruPathInfoService | Florian Klink | 3 | -0/+128 |
2024-05-11 | r/8105 refactor(tvix/store/pathinfo/sled): drop {blob,directory}_service | Florian Klink | 2 | -31/+10 |
2024-05-11 | r/8104 refactor(tvix/store/pathinfo/memory): drop {blob,directory}_service | Florian Klink | 3 | -26/+6 |
2024-05-11 | r/8103 refactor(tvix/store): drop calculate_nar from PathInfoService | Florian Klink | 13 | -111/+155 |
2024-05-11 | r/8102 fix(tvix/store/pathinfo/sled): use spawn_blocking | Florian Klink | 1 | -22/+45 |
2024-05-11 | r/8099 refactor(tvix/store/pathinfo/grpc): simplify pingpong | Florian Klink | 2 | -76/+7 |
2024-05-08 | r/8095 refactor(nix-compat/nar/reader): reuse prev_name allocation | edef | 1 | -1/+1 |
2024-05-08 | r/8086 feat(nix-compat/wire/bytes/reader): support buffered reading | edef | 1 | -2/+1 |
2024-05-06 | r/8082 refactor(tvix): remove usage of async-recursion | Connor Brewster | 3 | -13/+17 |
2024-05-06 | r/8081 fix(tvix/store/pathinfo/nix_http): update error message | Florian Klink | 1 | -1/+1 |
2024-05-06 | r/8080 feat(tvix/store): use async nar reader for ingest_nar | Florian Klink | 4 | -337/+177 |
2024-05-04 | r/8073 refactor(tvix/*store): use DS: DirectoryService | Florian Klink | 2 | -22/+16 |
2024-05-03 | r/8071 refactor(tvix/store/pathinfo/sled): cleanup, add instrumentation | Florian Klink | 1 | -57/+42 |
2024-05-03 | r/8070 test(tvix/[ca]store): enable bigtable only with "integration" feature | Florian Klink | 4 | -4/+20 |
2024-04-30 | r/8049 feat(tvix/store): use local object_store for tvix-store daemon blobs | Florian Klink | 1 | -1/+5 |
2024-04-30 | r/8048 refactor(tvix/castore/import): restructure error types | Florian Klink | 1 | -1/+3 |
2024-04-26 | r/8018 feat(tvix/store/bin): disable --json option, set log to compact | Florian Klink | 1 | -30/+10 |
2024-04-25 | r/8008 fix(tvix): typo | edef | 1 | -1/+1 |
2024-04-20 | r/7988 feat(tvix/store/bin): upload paths concurrently in `copy` | Florian Klink | 1 | -15/+53 |
2024-04-20 | r/7981 refactor(tvix/castore/import): make module, split off fs and error | Florian Klink | 2 | -4/+4 |
2024-04-19 | r/7979 refactor(tvix/castore): generalize store ingestion streams | Connor Brewster | 2 | -4/+7 |
2024-04-19 | r/7966 chore(tvix/store): remove test-case dependency | Florian Klink | 1 | -1/+0 |
2024-04-19 | r/7965 chore(tvix/store): migrate import.rs and tests/pathinfo.rs to rstest | Florian Klink | 5 | -87/+72 |
2024-04-19 | r/7964 chore(tvix/store): migrate from test_case to rstest | Florian Klink | 1 | -43/+37 |
2024-04-15 | r/7912 feat(tvix/castore/fs): support extended attributes | Florian Klink | 2 | -0/+14 |
2024-04-13 | r/7906 feat(tvix/*store/bigtable): limit retries connecting to cbtemulator | Florian Klink | 1 | -1/+3 |