Age | Commit message (Expand) | Author | Files | Lines |
2024-06-18 | r/8294 chore(tvix): patch crate2nix to drop darwin dontStrip | Ilan Joselevich | 1 | -2/+0 |
2024-06-17 | r/8289 feat(tvix/tvix-store): improve progress bars | Florian Klink | 1 | -0/+4 |
2024-06-16 | r/8285 fix(tvix/store/bin): fix shutdown behaviour for FUSE | Florian Klink | 1 | -1/+24 |
2024-06-15 | r/8280 feat(tvix/cli,store): add tracy feature | Florian Klink | 1 | -2/+6 |
2024-06-14 | r/8275 feat(tvix/tracing): add tracing-tracy support | Florian Klink | 1 | -39/+1019 |
2024-06-14 | r/8271 feat(tvix/tracing): correctly close otlp on exit | Simon Hauser | 1 | -0/+9 |
2024-06-13 | r/8262 feat(tvix/tracing): set release_max_level_debug for tracing | Florian Klink | 1 | -2/+2 |
2024-06-13 | r/8261 feat(tvix/cli): add toplevel progress span | Florian Klink | 1 | -0/+4 |
2024-06-12 | r/8256 chore(tvix/castore): drop unused indicatif dependency | Florian Klink | 1 | -4/+0 |
2024-06-12 | r/8255 feat(tvix/glue/tvix_store_io): show progress info | Florian Klink | 1 | -0/+8 |
2024-06-10 | r/8242 feat(tvix/tracing): introduce common tvix-tracing crate | Simon Hauser | 1 | -39/+83 |
2024-06-06 | r/8222 feat(tvix): Switch to jemalloc | Aspen Smith | 1 | -0/+81 |
2024-06-06 | r/8221 fix(tvix/glue): drop tracing-indicatif from deps | Florian Klink | 1 | -4/+0 |
2024-06-06 | r/8220 feat(tvix/store/bin): add progress bar infrastructure | Florian Klink | 1 | -1/+269 |
2024-06-05 | r/8215 fix(tvix): update Cargo.nix as it misses a default feature | Ilan Joselevich | 1 | -0/+1 |
2024-06-01 | r/8186 feat(tvix/repl): Support multiline input | Aspen Smith | 1 | -0/+4 |
2024-05-26 | r/8173 fix(tvix/build): tonic-reflection feature needs castore with it too | Florian Klink | 1 | -1/+1 |
2024-05-22 | r/8160 refactor(tvix/eval): rewrite xml emitter to be simple-stupid | Profpatsch | 1 | -16/+0 |
2024-05-16 | r/8152 chore(tvix): drop json feature for tracing-subscriber | Florian Klink | 1 | -42/+2 |
2024-05-16 | r/8151 feat(tvix/build): drop json logging | Florian Klink | 1 | -1/+0 |
2024-05-16 | r/8150 feat(tvix/store): add ObjectStoreDirectoryService | Yureka | 1 | -1/+6 |
2024-05-15 | r/8149 chore(tvix): bump to tokio-listener 0.4.1 | Florian Klink | 1 | -654/+43 |
2024-05-15 | r/8148 chore(tvix/store): bump otlp stack | Florian Klink | 1 | -265/+60 |
2024-05-11 | r/8113 refactor(tvix/castore/blobservice/memory): use parking_lot RwLock | Florian Klink | 1 | -6/+10 |
2024-05-11 | r/8107 chore(tvix): update dependencies | Florian Klink | 1 | -33/+33 |
2024-05-11 | r/8106 feat(tvix/store): add LruPathInfoService | Florian Klink | 1 | -1/+161 |
2024-05-06 | r/8082 refactor(tvix): remove usage of async-recursion | Connor Brewster | 1 | -37/+0 |
2024-05-06 | r/8080 feat(tvix/store): use async nar reader for ingest_nar | Florian Klink | 1 | -7/+29 |
2024-05-03 | r/8070 test(tvix/[ca]store): enable bigtable only with "integration" feature | Florian Klink | 1 | -2/+2 |
2024-05-03 | r/8069 chore(3p/overlays/tvl): switch to nixpkgs crate2nix | Florian Klink | 1 | -3/+4 |
2024-04-23 | r/7996 feat(tvix/glue/fetchers): support file:// URLs | Florian Klink | 1 | -0/+4 |
2024-04-23 | r/7993 refactor(tvix/glue): move Fetch[er] into its own types, fetch lazily | Florian Klink | 1 | -0/+8 |
2024-04-20 | r/7983 feat(tvix/eval): Implement builtins.fetchTarball | Aspen Smith | 1 | -0/+4 |
2024-04-19 | r/7977 chore(tvix/glue): migrate from test_case to rstest | Florian Klink | 1 | -92/+0 |
2024-04-19 | r/7976 chore(tvix/cli): remove unused dependency | Florian Klink | 1 | -6/+0 |
2024-04-19 | r/7975 chore(nix-compat): remove unused test-case and test-generator | Florian Klink | 1 | -196/+68 |
2024-04-19 | r/7967 chore(tvix/build): migrate from test_case to rstest | Florian Klink | 1 | -2/+2 |
2024-04-19 | r/7966 chore(tvix/store): remove test-case dependency | Florian Klink | 1 | -5/+2 |
2024-04-15 | r/7928 fix(tvix/castore/directory): fix graph traversal | Florian Klink | 1 | -0/+5 |
2024-04-15 | r/7912 feat(tvix/castore/fs): support extended attributes | Florian Klink | 1 | -0/+4 |
2024-04-13 | r/7900 feat(tvix/store/bin): add "copy" command | Florian Klink | 1 | -0/+4 |
2024-04-13 | r/7898 refactor(tvix/nix-compat): move nar writer to tokio | Florian Klink | 1 | -9/+2 |
2024-04-13 | r/7896 refactor(tvix/nix-compat): reorganize wire and bytes | Florian Klink | 1 | -2/+3 |
2024-04-13 | r/7894 feat(tvix/nix-compat): add BytesReader | Florian Klink | 1 | -0/+4 |
2024-04-12 | r/7885 chore(tvix): bump rstest to 0.19.0 | Florian Klink | 1 | -4/+4 |
2024-04-09 | r/7884 feat(tvix/store): add bigtable pathinfoservice backend | Florian Klink | 1 | -1/+23 |
2024-04-09 | r/7881 feat(tvix/castore/directory): add bigtable backend | Florian Klink | 1 | -15/+1773 |
2024-04-07 | r/7866 feat(tvix/castore): drop test-case crate dep | Florian Klink | 1 | -4/+0 |
2024-04-06 | r/7857 feat(tvix/nix-compat/wire): introduce BytesWriter | Florian Klink | 1 | -2/+8 |
2024-03-28 | r/7788 feat(tvix/store): add rstest-based PathInfoService tests | Florian Klink | 1 | -0/+8 |