about summary refs log tree commit diff
path: root/tvix/store/src/tests/import.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink1-125/+0
2023-09-21 r/6623 refactor(tvix/store): Asyncify PathInfoService and DirectoryServiceConnor Brewster1-0/+2
2023-09-18 r/6606 refactor(tvix/store/blobsvc): make BlobStore asyncFlorian Klink1-8/+11
2023-07-22 r/6439 feat(tvix/store/proto): use Bytes instead of Vec<u8>Florian Klink1-3/+9
2023-07-21 r/6436 refactor(tvix/store): use bytes for node names and symlink targetsFlorian Klink1-9/+8
2023-06-12 r/6273 refactor(tvix/store): use Arc instead of BoxFlorian Klink1-9/+13
2023-06-12 r/6272 refactor(tvix/store): use Box<dyn DirectoryService>Florian Klink1-1/+0
2023-06-12 r/6269 feat(tvix/store): eliminate generics in BlobStoreFlorian Klink1-1/+0
2023-05-23 r/6178 refactor(tvix/store/blobsvc): move from Vec<u8> to B3DigestFlorian Klink1-6/+2
2023-05-17 r/6149 refactor(tvix/store): rename import::{import_path -> ingest_path}Florian Klink1-4/+4
2023-05-11 r/6133 refactor(tvix/store): remove ChunkServiceFlorian Klink1-24/+7
2023-03-16 r/6014 refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8>Florian Klink1-7/+3
2023-03-10 r/5934 feat(tvix/store): add new_temporary for all Sled servicesFlorian Klink1-27/+29
2023-03-10 r/5932 feat(tvix/store): add import::import_pathFlorian Klink1-0/+136