about summary refs log tree commit diff
path: root/tvix/castore/src/proto/tests/directory.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-10 r/6776 test(tvix/castore): demonstrate that Directory::size may panicedef1-0/+31
2023-10-10 r/6775 fix(third_party/crate2nix): run tests in debug modeedef3-0/+18
2023-10-10 r/6774 refactor(tvix/store/protos): have Export accept root nodeFlorian Klink2-43/+34
2023-10-10 r/6773 chore(tvix/nar-bridge): move to Export from storev1pbFlorian Klink8-335/+49
2023-10-10 r/6772 feat(tvix/store/protos): add ExportFlorian Klink10-79/+387
2023-10-10 r/6771 refactor(tvix/nar-bridge): use castorev1pb.RenamedNodeFlorian Klink4-100/+35
2023-10-10 r/6770 chore(tvix/nar-bridge): bump google.golang.org/protobufFlorian Klink3-4/+4
2023-10-10 r/6769 feat(tvix/store): use tvix_compat::nar::writer::asyncedef5-72/+156
2023-10-10 r/6768 feat(tvix/nix-compat): add nar::writer::asyncedef5-2/+264
2023-10-10 r/6767 refactor(