depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
castore
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-04
r/8756
feat(tvix/[ca]store): Add logging support to redb
Ilan Joselevich
1
-1
/
+1
2024-10-03
r/8752
chore(tvix/[ca]store): Drop sled support completely in favor of redb
Ilan Joselevich
5
-284
/
+0
2024-10-01
r/8748
test(tvix/castore/refscan): add empty pattern regression test
Yureka
1
-0
/
+16
2024-10-01
r/8747
fix(tvix/castore/refscan): don't panic on empty patterns
Yureka
1
-1
/
+9
2024-10-01
r/8741
feat(castore/fs): optional refscanner for ingest
Yureka
2
-17
/
+52
2024-10-01
r/8740
feat(tvix/castore/refscan): share the scanner between readers
Yureka
1
-39
/
+30
2024-09-28
r/8726
chore(tvix/castore/fuse): impl Layer for TvixStoreFs
Yureka
1
-1
/
+12
2024-09-28
r/8725
chore(tvix/castore/fuse): update fuse-backend-rs
Yureka
1
-0
/
+2
2024-09-27
r/8724
refactor(tvix): move refscan module to castore
Yureka
3
-0
/
+343
2024-09-26
r/8717
fix(tvix/castore): don't return object_store::has with INFO level
Florian Klink
1
-1
/
+1
2024-09-24
r/8711
fix(tvix/nar-bridge): Remove name check for root node in nar generation
sinavir
2
-13
/
+24
2024-09-19
r/8704
fix(tvix/castore/import): check small blobs first
Florian Klink
1
-0
/
+13
2024-09-07
r/8662
feat(tvix/castore): expose ValidatedDirectoryGraph type
Yureka
1
-1
/
+1
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
1
-92
/
+57
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
1
-26
/
+26
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
1
-1
/
+1
2024-08-21
r/8548
fix(tvix/castore): u32 -> u64 in DirectoryError::SizeOverflow message
Ben Webb
1
-1
/
+1
2024-08-19
r/8538
feat(tvix): drop usage of sparseTree in favor of lib.sourceByRegex
Ilan Joselevich
2
-13
/
+7
2024-08-18
r/8514
refactor(tvix/castore): have SymlinkTarget-specific errors
Florian Klink
5
-26
/
+172
2024-08-18
r/8513
refactor(tvix/castore): have PathComponent-specific errors
Florian Klink
6
-76
/
+246
2024-08-18
r/8512
feat(tvix/castore/proto): add owned conv to castore::Directory
Florian Klink
2
-65
/
+84
2024-08-18
r/8511
feat(tvix/castore): add Directory::try_from_iter()
Florian Klink
4
-160
/
+201
2024-08-17
r/8508
refactor(tvix/castore): add `name` back to edge weights
Florian Klink
1
-11
/
+22
2024-08-17
r/8507
refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Florian Klink
4
-21
/
+21
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
17
-146
/
+249
2024-08-17
r/8505
refactor(tvix/castore): drop {Directory,File,Symlink}Node
Florian Klink
18
-368
/
+447
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
24
-699
/
+504
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
24
-584
/
+588
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
32
-1061
/
+1131
2024-08-01
r/8437
feat(tvix/castore): add RedbDirectoryService
Ilan Joselevich
5
-0
/
+340
2024-08-01
r/8435
chore(3p/sources): Bump channels & overlays (2024-07-28)
Aspen Smith
1
-2
/
+10
2024-07-25
r/8413
test(tvix/castore/dirsvc): check for a pitfall with deduplicated dirs
Yureka
2
-5
/
+49
2024-07-25
r/8412
fix(tvix/castore/GRPCDirectorySvc): fix a bug in the get_recursive fn
Yureka
1
-3
/
+9
2024-07-23
r/8411
refactor(directoryservice): get rid of NaiveSeeker helper
Yureka
3
-319
/
+10
2024-07-23
r/8407
fix(tvix/directoryservice): clarify get_recursive not found
Yureka
4
-13
/
+41
2024-07-22
r/8405
feat(tvix/store): add redb PathInfoService
Ilan Joselevich
2
-0
/
+37
2024-07-22
r/8397
feat(tvix/composition): improve error message for unknown tag
Yureka
1
-2
/
+2
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/8388
fix(tvix/composition): include typeid in recursion check
Yureka
1
-5
/
+13
2024-07-21
r/8385
chore(tvix): upgrade to tonic 0.12 / hyper 1.0
Yureka
4
-9
/
+16
2024-07-20
r/8380
refactor(tvix/store): use composition in tvix_store crate
Yureka
1
-0
/
+7
2024-07-20
r/8375
feat(tvix/castore/protos): return root node after validation
Florian Klink
1
-2
/
+4
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/8368
refactor(tvix): use composition & registry for from_addr
Yureka
14
-202
/
+295
[next]