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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
r/5931
refactor(tvix/store/tests/nar_renderer): only upload EMPTY_BLOB
Florian Klink
1
-16
/
+14
2023-03-10
r/5930
refactor(tvix/store/tests): move nar contents to fixtures
Florian Klink
2
-90
/
+88
2023-03-10
r/5929
refactor(tvix/store/tests): move fixtures into separate module
Florian Klink
7
-95
/
+94
2023-03-10
r/5928
refactor(tvix/store/tests): move gen_*_service() into helper
Florian Klink
7
-71
/
+57
2023-03-10
r/5927
refactor(tvix/store): move blob splitting into a BlobWriter struct
Florian Klink
4
-76
/
+172
2023-03-10
r/5926
feat(tvix/store): do not buffer blob data
Florian Klink
2
-73
/
+139
2023-03-10
r/5925
feat(tvix/store): bump fastcdc, use v2020 version
Florian Klink
4
-6
/
+6
2023-03-10
r/5924
feat(tvix/store): add --json arg
Florian Klink
4
-4
/
+82
2023-03-10
r/5923
chore(tvix/store): remove old implementations
Florian Klink
8
-784
/
+0
2023-03-10
r/5922
refactor(tvix/store): use GRPC Wrappers and new services
Florian Klink
2
-10
/
+30
2023-03-10
r/5921
feat(tvix/store): add tests for GRPCPathInfoServiceWrapper
Florian Klink
2
-0
/
+108
2023-03-10
r/5920
feat(tvix/store): add GRPCPathInfoServiceWrapper
Florian Klink
2
-0
/
+87
2023-03-10
r/5919
feat(tvix/store): add pathinfoservice
Florian Klink
4
-0
/
+165
2023-03-10
r/5918
feat(tvix/store): add NARCalculationService trait and impl
Florian Klink
5
-3
/
+97
2023-03-10
r/5917
feat(tvix/store): validate blob size in NARRenderer
Florian Klink
3
-0
/
+115
2023-03-10
r/5916
refactor(tvix/store): don't use anyhow::Result<()> in tests
Florian Klink
1
-11
/
+6
2023-03-10
r/5915
chore(tvix/store): move NAR rendering logic into Renderer struct
Florian Klink
5
-181
/
+275
2023-03-10
r/5914
feat(tvix/store): add tests for GRPCDirectoryServiceWrapper
Florian Klink
2
-0
/
+263
2023-03-10
r/5913
feat(tvix/store): add GRPCDirectoryServiceWrapper
Florian Klink
2
-0
/
+232
2023-03-10
r/5912
feat(tvix/store): add directoryservice
Florian Klink
4
-0
/
+182
2023-03-10
r/5911
feat(tvix/store): add tests for GRPCBlobServiceWrapper
Florian Klink
2
-0
/
+211
2023-03-10
r/5910
feat(tvix/store/blobservice): add GRPCBlobServiceWrapper
Florian Klink
3
-0
/
+244
2023-03-10
r/5909
refactor(tvix/store): remove anyhow::Result in directory it test
Florian Klink
1
-3
/
+1
2023-03-10
r/5908
refactor(tvix/store): remove useless clone in test
Florian Klink
1
-1
/
+1
2023-03-10
r/5907
chore(tvix/store): move protos into separate mod.rs
Florian Klink
6
-3
/
+6
2023-03-10
r/5906
feat(tvix/store): add blobreader
Florian Klink
2
-0
/
+386
2023-03-09
r/5905
feat(tazjin/nixos): manage some chromium settings in Nix
Vincent Ambo
4
-1
/
+32
2023-03-09
r/5904
chore(tazjin/nixos): enable docker on tverskoy for a talk
Vincent Ambo
1
-1
/
+2
2023-03-09
r/5903
chore(tazjin/nixos): reduce number of browsers
Vincent Ambo
1
-2
/
+1
2023-03-08
r/5902
fix(ops/terraform): s/TARGET_ADDRESS/TARGET_HOST
Florian Klink
1
-1
/
+1
2023-03-08
r/5901
fix: make depot-gcroot derivation a plain list of out paths
Vincent Ambo
1
-6
/
+5
2023-03-08
r/5900
fix: use `depsTargetTargetPropagated` for depot's gcroot
Vincent Ambo
1
-1
/
+1
2023-03-07
r/5899
feat(tvix/eval): introduce generators module
Vincent Ambo
7
-11
/
+897
2023-03-07
r/5898
refactor(tvix/eval): merge OpCall & OpTailCall
Vincent Ambo
3
-24
/
+0
2023-03-07
r/5897
chore(3p/sources): Bump channels & overlays
sterni
1
-16
/
+16
2023-03-07
r/5896
fix(3p/overlays/tvl): use our patched Nix 2.3 for nix-serve
sterni
1
-1
/
+1
2023-03-07
r/5895
chore(3p/josh): update josh to recent master commit
Vincent Ambo
3
-53
/
+8
2023-03-06
r/5894
feat(tvix/store): add blobservice
Florian Klink
4
-0
/
+146
2023-03-06
r/5893
feat(tvix/store): add chunkservice
Florian Klink
4
-0
/
+148
2023-03-06
r/5892
feat(tvix/store): impl From<PoisonError> for Error
Florian Klink
1
-0
/
+7
2023-03-06
r/5891
feat(tvix/store): add errors
Florian Klink
2
-0
/
+15
2023-03-05
r/5890
docs(tvix/store): add document describing why we don't use git trees
Florian Klink
1
-0
/
+57
2023-03-05
r/5889
docs(tvix/store): move link hrefs to bottom
Florian Klink
1
-2
/
+3
2023-03-04
r/5888
refactor(tvix/eval): remove VM argument from suspended native thunks
Vincent Ambo
3
-13
/
+7
2023-03-04
r/5887
refactor(tvix/eval): insert storeDir "builtin" in eval startup
Vincent Ambo
2
-10
/
+5
2023-03-04
r/5886
feat(tvix/eval): add SharedThunkSet
Vincent Ambo
1
-0
/
+11
2023-03-04
r/5885
fix(tvix/eval): ThunkSet does not need mutable pointers
Vincent Ambo
1
-2
/
+2
2023-03-04
r/5884
chore(tvix/eval): implement From<OrdMap<..>> for NixAttrs
Vincent Ambo
1
-0
/
+6
2023-03-04
r/5883
refactor(tvix/eval): implement From<Span> for LightSpan
Vincent Ambo
1
-0
/
+6
2023-03-04
r/5882
feat(tvix/nix-compat/derivation): make use of NixPath in some places
Florian Klink
2
-6
/
+14
[next]