Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-07-20 | r/8374 fix(tvix/store): add missing nar_info::ca::Hash::TextSha256 | Florian Klink | 1 | -21/+26 |
2024-07-20 | r/8373 docs: More documentation of nix daemon protocol | Brian Olsen | 6 | -154/+303 |
2024-07-19 | r/8372 feat(tvix): different service types in one composition | Yureka | 11 | -46/+64 |
2024-07-19 | r/8371 test(tvix/castore/ObjectStoreBlobService): test correct chunking | Yureka | 1 | -6/+23 |
2024-07-19 | r/8370 fix(tvix/castore/blob/object_store): empty chunk list for single chunk | Yureka | 1 | -0/+9 |
2024-07-18 | r/8369 fix(tvix/nix-compat): use `buf.filled()` to track read bytes | Ryan Lahfa | 1 | -1/+1 |
2024-07-18 | r/8368 refactor(tvix): use composition & registry for from_addr | Yureka | 18 | -229/+316 |
2024-07-18 | r/8367 feat(tvix/castore): add sled to composition registry | Yureka | 2 | -1/+51 |
2024-07-18 | r/8366 feat(tvix/composition): allow creating a blank CompositionContext | Yureka | 1 | -6/+13 |
2024-07-18 | r/8365 feat(tvix/castore): add composition module | Yureka | 16 | -51/+747 |
2024-07-09 | r/8364 chore(tvix/tools/weave): Regenerate Cargo.nix and filter src | Ilan Joselevich | 3 | -42/+101 |
2024-07-09 | r/8363 chore(tvix/tools/turbofetch): Regenerate Cargo.nix and filter src | Ilan Joselevich | 3 | -37/+28 |
2024-07-09 | r/8362 chore(tvix/tools/crunch-v2): Regenerate Cargo.nix and filter src | Ilan Joselevich | 3 | -68/+104 |
2024-07-09 | r/8361 chore(tvix/tools/narinfo2parquet): Regenerate Cargo.nix and filter src | Ilan Joselevich | 3 | -38/+31 |
2024-07-09 | r/8360 fix(tvix/{store,castore,build}): Compile tonic w/o config in build.rs | Ilan Joselevich | 3 | -21/+9 |
2024-07-08 | r/8359 chore(3p/gerrit): downgrade mina SSHd again | Luke Granger-Brown | 3 | -44/+2 |
2024-07-08 | r/8358 chore(3p/gerrit): create buildBazelPackageNG and migrate gerrit to it | Luke Granger-Brown | 27 | -263/+458 |
2024-07-07 | r/8357 refactor(tvix): point SSL_CERT_FILE to /dev/null | Florian Klink | 5 | -12/+12 |
2024-07-07 | r/8356 feat(tvix/eval): Bump imbl to 3.0.0 | Aspen Smith | 3 | -5/+6 |
2024-07-07 | r/8355 fix(tvix/repl): Share globals and sourcemap across evaluations | Aspen Smith | 10 | -60/+221 |
2024-07-07 | r/8354 test(tvix/cli): Add some additional REPL tests | Aspen Smith | 1 | -0/+42 |
2024-07-07 | r/8353 test(tvix/cli): Make the REPL testable | Aspen Smith | 9 | -346/+522 |
2024-07-06 | r/8352 refactor(tvix/eval): Construct globals in EvaluationBuilder::build | Aspen Smith | 2 | -58/+47 |
2024-07-06 | r/8351 refactor(tvix/eval): Builderize Evaluation | Aspen Smith | 15 | -155/+326 |