Age | Commit message (Expand) | Author | Files | Lines |
2024-07-29 | r/8424 fix(tvix/store): Immediately return an error when using sled on / | Ilan Joselevich | 1 | -0/+6 |
2024-07-29 | r/8423 docs(tvix/docs): Remove redb path info service from TODO | Ilan Joselevich | 1 | -1/+0 |
2024-07-29 | r/8422 fix(tvix/store) RedbPathInfoService: improve logs and errors | Ilan Joselevich | 1 | -6/+10 |
2024-07-28 | r/8421 fix(tvix/nix-compat): Fix panic in nixbase32 decoding | Brian Olsen | 1 | -0/+15 |
2024-07-28 | r/8420 fix(tvix/store): adjust from_addr redb test to do what it says | Ilan Joselevich | 1 | -2/+2 |
2024-07-28 | r/8419 docs(tvix/store): Document redb in from_addr | Ilan Joselevich | 1 | -0/+5 |
2024-07-27 | r/8418 feat(tvix/eval): ConstantIdx expansion for more ops | Matthew Tromp | 1 | -7/+19 |
2024-07-27 | r/8417 feat(tvix/tools/narinfo2parquet): preserve the deriver | edef | 1 | -1/+20 |
2024-07-27 | r/8416 fix(tvix/eval): don't bubble up io errors from path_exists | Matthew Tromp | 3 | -1/+4 |
2024-07-27 | r/8415 fix(tvix/cli): Make :q actually quit | Aspen Smith | 1 | -1/+1 |
2024-07-27 | r/8414 refactor(tvix/nix-compat): introduce CaHash::algo_str | Florian Klink | 2 | -28/+27 |
2024-07-25 | r/8413 test(tvix/castore/dirsvc): check for a pitfall with deduplicated dirs | Yureka | 2 | -5/+49 |
2024-07-25 | r/8412 fix(tvix/castore/GRPCDirectorySvc): fix a bug in the get_recursive fn | Yureka | 1 | -3/+9 |
2024-07-23 | r/8411 refactor(directoryservice): get rid of NaiveSeeker helper | Yureka | 3 | -319/+10 |
2024-07-23 | r/8410 fix(tvix/boot/tests): check nar-bridge being fully up | Florian Klink | 1 | -2/+2 |
2024-07-23 | r/8409 fix(tvix/boot/tests): use grpc health check | Florian Klink | 1 | -2/+2 |
2024-07-23 | r/8408 feat(3p/overlays/tvl): init grpc-health-check | Florian Klink | 1 | -0/+19 |
2024-07-23 | r/8407 fix(tvix/directoryservice): clarify get_recursive not found | Yureka | 4 | -13/+41 |
2024-07-23 | r/8406 docs(tvix/docs): add TODO for protobuf | Florian Klink | 1 | -0/+14 |
2024-07-22 | r/8405 feat(tvix/store): add redb PathInfoService | Ilan Joselevich | 10 | -0/+318 |
2024-07-22 | r/8404 test(tvix/store): add xp-store-composition to feature powerset | Yureka | 1 | -1/+1 |
2024-07-22 | r/8403 feat(tvix/store): add grpc healthcheck service to daemon | Yureka | 4 | -0/+71 |
2024-07-22 | r/8402 fix(store): add toml dependency for feature xp-store-composition | Yureka | 2 | -1/+2 |
2024-07-22 | r/8401 fix(tazjin/emacs): fix Go indentation offset in tree-sitter mode | Vincent Ambo | 1 | -6/+3 |
2024-07-22 | r/8400 feat(tvix): add experimental-store-composition option | Yureka | 5 | -52/+230 |
2024-07-22 | r/8399 refactor(tvix): move service addrs into shared clap struct | Yureka | 12 | -149/+132 |
2024-07-22 | r/8398 chore(tvix/tracing): switch tracing-opentelemetry from git to release | Yureka | 5 | -10/+4 |
2024-07-22 | r/8397 feat(tvix/composition): improve error message for unknown tag | Yureka | 1 | -2/+2 |
2024-07-21 | r/8396 fix(tvix/store): Fix narinfo compression selection | sinavir | 1 | -2/+2 |
2024-07-21 | r/8395 feat(tvix/nix-compat): add SigningKey, NARInfo::add_signature | Florian Klink | 2 | -0/+185 |
2024-07-21 | r/8394 refactor(tvix/nix-compat): rename PubKey to VerifyingKey | Florian Klink | 4 | -25/+25 |
2024-07-21 | r/8393 docs(tvix): document the builder API | Florian Klink | 2 | -0/+62 |
2024-07-21 | r/8392 test(tvix/composition): add recursion and concurrent tests | Yureka | 1 | -0/+63 |
2024-07-21 | r/8391 docs(tvix/composition): add comment about stack | Yureka | 1 | -0/+3 |
2024-07-21 | r/8390 feat(tvix/composition): downcast boxed error if possible | Yureka | 1 | -4/+7 |
2024-07-21 | r/8389 feat(ops/users): add sinavir to users | sinavir | 1 | -0/+5 |
2024-07-21 | r/8388 fix(tvix/composition): include typeid in recursion check | Yureka | 1 | -5/+13 |
2024-07-21 | r/8387 fix(tvix/nar-bridge): remove leftover debug statement | Florian Klink | 1 | -3/+1 |
2024-07-21 | r/8386 feat(tvix/nar-bridge): change default port | Florian Klink | 1 | -1/+1 |
2024-07-21 | r/8385 chore(tvix): upgrade to tonic 0.12 / hyper 1.0 | Yureka | 15 | -739/+1828 |
2024-07-21 | r/8384 feat(tvix/tracing): http propagation for axum | Simon Hauser | 8 | -11/+207 |
2024-07-21 | r/8383 refactor(tvix/boot/tests): use nar-bridge-rs | Florian Klink | 1 | -4/+3 |
2024-07-21 | r/8382 fix(tvix/nar-bridge): fix root node decoding and validation | Florian Klink | 1 | -2/+7 |
2024-07-20 | r/8381 fix(tvix): fix outputHashes calculation for crates with versions | Florian Klink | 1 | -2/+2 |
2024-07-20 | r/8380 refactor(tvix/store): use composition in tvix_store crate | Yureka | 20 | -254/+572 |
2024-07-20 | r/8379 feat(tvix/nar-bridge): implement PUT $outhash.narinfo | Florian Klink | 2 | -3/+79 |
2024-07-20 | r/8378 feat(tvix/nar-bridge): add 404 handler for GET/HEAD `/nar/…` | Florian Klink | 1 | -0/+9 |
2024-07-20 | r/8377 feat(tvix/nar-bridge): support uploading NAR files | Florian Klink | 5 | -13/+158 |
2024-07-20 | r/8376 feat(tvix/nar-bridge): init | Florian Klink | 9 | -87/+1460 |
2024-07-20 | r/8375 feat(tvix/castore/protos): return root node after validation | Florian Klink | 1 | -2/+4 |