Age | Commit message (Expand) | Author | Files | Lines |
2024-08-29 | r/8610 chore(tvix): Migrate members to inherit deps from workspace | Ilan Joselevich | 1 | -56/+48 |
2024-08-29 | r/8609 chore(tvix): Bump versions of all compatible deps via cargo upgrade | Ilan Joselevich | 1 | -30/+30 |
2024-08-28 | r/8608 chore(tvix/[ca]store): bump bigtable_rs | Florian Klink | 1 | -1/+3 |
2024-08-28 | r/8607 chore(tvix/[ca]store): bump hyper-util to 0.1.7 | Florian Klink | 1 | -1/+1 |
2024-08-27 | r/8593 fix(tvix/store): restore v1alpha reflection endpoint | Florian Klink | 2 | -6/+13 |
2024-08-20 | r/8545 refactor(nix-compat/store_path): make StorePath generic on S | Florian Klink | 4 | -11/+16 |
2024-08-19 | r/8540 feat(nix-compat/narinfo/signature): generalize name field | Florian Klink | 1 | -1/+1 |
2024-08-19 | r/8538 feat(tvix): drop usage of sparseTree in favor of lib.sourceByRegex | Ilan Joselevich | 2 | -14/+9 |
2024-08-17 | r/8506 refactor(tvix/castore): add PathComponent type for checked components | Florian Klink | 4 | -9/+15 |
2024-08-17 | r/8505 refactor(tvix/castore): drop {Directory,File,Symlink}Node | Florian Klink | 4 | -62/+64 |
2024-08-17 | r/8504 refactor(tvix/castore): remove `name` from Nodes | Florian Klink | 13 | -163/+138 |
2024-08-15 | r/8494 chore(tvix): Retain original passthru in Rust builds | Brian Olsen | 1 | -1/+1 |
2024-08-13 | r/8486 refactor(tvix/castore): move *Node and Directory to crate root | Florian Klink | 10 | -20/+18 |
2024-08-13 | r/8484 refactor(tvix/castore): use Directory struct separate from proto one | Yureka | 13 | -173/+179 |
2024-08-12 | r/8483 docs(tvix/store/utils): add docstrings for ServiceUrls* | Florian Klink | 1 | -2/+15 |
2024-08-08 | r/8461 feat(tvix): Jemalloc -> MiMalloc | Ilan Joselevich | 2 | -0/+6 |
2024-08-04 | r/8442 feat(tvix/store): Sled{PathInfo,Directory}Service -> Redb… | Ilan Joselevich | 1 | -2/+2 |
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/8422 fix(tvix/store) RedbPathInfoService: improve logs and errors | Ilan Joselevich | 1 | -6/+10 |
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-22 | r/8405 feat(tvix/store): add redb PathInfoService | Ilan Joselevich | 5 | -0/+230 |
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 | 2 | -0/+4 |
2024-07-22 | r/8402 fix(store): add toml dependency for feature xp-store-composition | Yureka | 1 | -1/+1 |
2024-07-22 | r/8400 feat(tvix): add experimental-store-composition option | Yureka | 3 | -36/+31 |
2024-07-22 | r/8399 refactor(tvix): move service addrs into shared clap struct | Yureka | 2 | -106/+94 |
2024-07-21 | r/8396 fix(tvix/store): Fix narinfo compression selection | sinavir | 1 | -2/+2 |
2024-07-21 | r/8394 refactor(tvix/nix-compat): rename PubKey to VerifyingKey | Florian Klink | 1 | -3/+3 |
2024-07-21 | r/8385 chore(tvix): upgrade to tonic 0.12 / hyper 1.0 | Yureka | 2 | -10/+12 |
2024-07-20 | r/8380 refactor(tvix/store): use composition in tvix_store crate | Yureka | 13 | -248/+559 |
2024-07-20 | r/8374 fix(tvix/store): add missing nar_info::ca::Hash::TextSha256 | Florian Klink | 1 | -21/+26 |
2024-07-18 | r/8368 refactor(tvix): use composition & registry for from_addr | Yureka | 2 | -14/+14 |
2024-07-09 | r/8360 fix(tvix/{store,castore,build}): Compile tonic w/o config in build.rs | Ilan Joselevich | 1 | -7/+3 |
2024-07-07 | r/8357 refactor(tvix): point SSL_CERT_FILE to /dev/null | Florian Klink | 1 | -3/+3 |
2024-07-03 | r/8341 test(tvix/store): test listing endpoint too | Florian Klink | 1 | -1/+9 |
2024-07-03 | r/8340 fix(tvix/store/pathinfo/bigtable): fix listing endpoint | Florian Klink | 1 | -1/+3 |
2024-07-02 | r/8339 feat(tvix/tracing): http trace propagation | Simon Hauser | 2 | -3/+6 |
2024-07-01 | r/8336 feat(tvix/store): add --remote-path-info-service-addr option | Florian Klink | 1 | -0/+26 |
2024-07-01 | r/8335 feat(tvix/store): use tokio-listener for tvix-store daemon command | Florian Klink | 2 | -17/+16 |
2024-07-01 | r/8334 chore(tvix): bump bigtable_rs to latest release | Florian Klink | 1 | -3/+1 |
2024-07-01 | r/8331 chore(tvix): bump to data-encoding 2.6.0 | Florian Klink | 1 | -1/+1 |
2024-06-26 | r/8306 refactor(tvix/glue): take &CAHash, not CAHash | Florian Klink | 1 | -2/+2 |
2024-06-20 | r/8300 refactor(tvix/*store): remove some trait bounds | Florian Klink | 1 | -8/+2 |
2024-06-20 | r/8299 feat(tvix/tracing): gRPC trace context propagation | Simon Hauser | 6 | -20/+59 |
2024-06-20 | r/8297 feat(tvix/tracing): optional progressbar | Simon Hauser | 1 | -1/+1 |
2024-06-20 | r/8295 feat(tvix/store/utils): detect gRPC NAR calculation service | Florian Klink | 1 | -5/+26 |
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 |