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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-07
r/7867
feat(tvix/nix-compat): read client setting from wire
Picnoir
2
-3
/
+225
2024-04-07
r/7866
feat(tvix/castore): drop test-case crate dep
Florian Klink
3
-6
/
+0
2024-04-07
r/7865
refactor(tvix/castore/directoryservice/from_addr): migrate to rstest
Florian Klink
1
-18
/
+19
2024-04-07
r/7864
refactor(tvix/castore): migrate closure_validator to rstest
Florian Klink
1
-13
/
+14
2024-04-07
r/7863
refactor(tvix/castore/tonic): migrate to rstest
Florian Klink
1
-12
/
+16
2024-04-07
r/7862
refactor(tvix/castore/hashing_reader): migrate to rstest
Florian Klink
1
-5
/
+6
2024-04-07
r/7861
refactor(tvix/castore/blobservice/object_store): drop individual tests
Florian Klink
1
-57
/
+3
2024-04-07
r/7860
refactor(tvix/blobservice/from_addr): move from test_case to rstest
Florian Klink
1
-33
/
+30
2024-04-06
r/7857
feat(tvix/nix-compat/wire): introduce BytesWriter
Florian Klink
5
-3
/
+533
2024-04-05
r/7856
feat(tvix/store/proto): avoid clone in PathInfo::validate()
Florian Klink
2
-18
/
+13
2024-04-04
r/7852
refactor(tvix/nix-compat): make padding_len pub(crate)
Florian Klink
1
-1
/
+1
2024-04-04
r/7851
feat(tvix/eval): implement `appendContext`
Ryan Lahfa
5
-7
/
+91
2024-04-03
r/7850
fix(tvix/glue): produce context for `builtins.(path|filterSource)`
Ryan Lahfa
3
-5
/
+24
2024-04-03
r/7846
refactor(tvix/nix-compat): drop read_u32
Picnoir
1
-33
/
+1
2024-04-03
r/7845
feat(users/picnoir/tvix-daemon): parse up to the operation
Picnoir
1
-0
/
+2
2024-04-03
r/7844
feat(tvix/nix-compat): introduce write_worker_trust_level
Picnoir
1
-0
/
+22
2024-04-03
r/7843
feat(tvix/nix-compat): introduce write_bytes
Picnoir
1
-9
/
+62
2024-04-01
r/7840
feat(tvix/eval): implement `builtins.path`
Ryan Lahfa
6
-31
/
+367
2024-04-01
r/7839
refactor(tvix/store): generalize `PathInfo` constructors
Ryan Lahfa
3
-20
/
+63
2024-03-31
r/7822
chore(tvix/boot): bump u-root
Florian Klink
1
-4
/
+4
2024-03-31
r/7806
feat(tvix/eval): implement `unsafeDiscardOutputDependency`
Ryan Lahfa
3
-7
/
+43
2024-03-31
r/7805
feat(tvix/eval): support `Derivation` context elements
Ryan Lahfa
1
-8
/
+34
2024-03-28
r/7801
feat(tvix/eval): non-implement `unsafeDiscardOutputDependency`
Ryan Lahfa
1
-0
/
+13
2024-03-28
r/7800
refactor(tvix/glue): drop ingest_entries_sync
Florian Klink
2
-18
/
+20
2024-03-28
r/7799
refactor(tvix/glue): drop register_node_in_path_info_service_sync
Florian Klink
2
-13
/
+6
2024-03-28
r/7798
feat(tvix/glue/tvix_store_io): drop store_path_to_node_sync
Florian Klink
1
-12
/
+10
2024-03-28
r/7797
feat(tvix/castore/*service/tests): add objectstore to tests, sort
Florian Klink
2
-2
/
+3
2024-03-28
r/7796
feat(tvix/castore/directoryservice): log more TODOs
Florian Klink
1
-0
/
+3
2024-03-28
r/7795
refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests
Florian Klink
10
-612
/
+31
2024-03-28
r/7794
refactor(tvix/store): drop proto/tests/{utils,grpc_pathinfoservice}.rs
Florian Klink
4
-93
/
+0
2024-03-28
r/7793
refactor(tvix/store/pathinfo/from_addr): stop using gen_*_service
Florian Klink
1
-7
/
+10
2024-03-28
r/7792
refactor(tvix/pathinfo/grpc): use rstest fixtures
Florian Klink
1
-6
/
+12
2024-03-28
r/7791
refactor(tvix/store/tests/nar_renderer): use rstest fixtures
Florian Klink
1
-70
/
+67
2024-03-28
r/7790
refactor(tvix/store/nar/renderer): don't require AsRef
Florian Klink
1
-8
/
+6
2024-03-28
r/7789
refactor(tvix/store/nar/import): use rstest fixtures from castore
Florian Klink
1
-14
/
+18
2024-03-28
r/7788
feat(tvix/store): add rstest-based PathInfoService tests
Florian Klink
10
-4
/
+216
2024-03-28
r/7787
refactor(tvix/store/tests/fixtures): use [u8; 20]
Florian Klink
4
-10
/
+9
2024-03-27
r/7786
feat(tvix/store): AsRef<dyn PathInfoService> impl PathInfoService
Florian Klink
1
-0
/
+25
2024-03-27
r/7785
feat(tvix/nix-compat/store_path): derive Hash for StorePathRef
Ilan Joselevich
1
-1
/
+1
2024-03-27
r/7784
feat(tvix/nix-compat): worker protocol operation parser
Picnoir
5
-4
/
+139
2024-03-24
r/7779
feat(tvix/castore): add rstest-based BlobService tests
Florian Klink
3
-243
/
+294
2024-03-24
r/7778
feat(tvix/castore): AsRef<dyn BlobService> impl BlobService
Florian Klink
1
-0
/
+22
2024-03-24
r/7777
feat(tvix/castore): add rstest-based DirectoryService tests
Florian Klink
8
-1
/
+331
2024-03-24
r/7776
feat(tvix/castore): AsRef<dyn DirectoryService> impl DirectoryService
Florian Klink
1
-0
/
+25
2024-03-24
r/7775
feat(tvix/castore/directory): add SledDirectoryPutter
Florian Klink
1
-3
/
+59
2024-03-24
r/7774
refactor(tvix/castore/directory/grpc_wrapper): use ClosureValidator
Florian Klink
2
-89
/
+19
2024-03-24
r/7773
refactor(tvix/castore/directory): have SimplePutter use Validator
Florian Klink
5
-59
/
+82
2024-03-24
r/7772
feat(tvix/castore/directory): add ClosureValidator
Florian Klink
2
-0
/
+256
2024-03-23
r/7768
docs(tvix/castore): fix missing slash in docstring
Florian Klink
1
-1
/
+1
2024-03-23
r/7767
fix(tvix/castore/directory/tests): close upload handle
Florian Klink
1
-0
/
+2
[next]