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
2024-07-21
r/8386
feat(tvix/nar-bridge): change default port
Florian Klink
1
-1
/
+1
2024-07-21
r/8385
chore(tvix): upgrade to tonic 0.12 / hyper 1.0
Yureka
15
-739
/
+1828
2024-07-21
r/8384
feat(tvix/tracing): http propagation for axum
Simon Hauser
8
-11
/
+207
2024-07-21
r/8383
refactor(tvix/boot/tests): use nar-bridge-rs
Florian Klink
1
-4
/
+3
2024-07-21
r/8382
fix(tvix/nar-bridge): fix root node decoding and validation
Florian Klink
1
-2
/
+7
2024-07-20
r/8381
fix(tvix): fix outputHashes calculation for crates with versions
Florian Klink
1
-2
/
+2
2024-07-20
r/8380
refactor(tvix/store): use composition in tvix_store crate
Yureka
20
-254
/
+572
2024-07-20
r/8379
feat(tvix/nar-bridge): implement PUT $outhash.narinfo
Florian Klink
2
-3
/
+79
2024-07-20
r/8378
feat(tvix/nar-bridge): add 404 handler for GET/HEAD `/nar/…`
Florian Klink
1
-0
/
+9
2024-07-20
r/8377
feat(tvix/nar-bridge): support uploading NAR files
Florian Klink
5
-13
/
+158
2024-07-20
r/8376
feat(tvix/nar-bridge): init
Florian Klink
9
-87
/
+1460
2024-07-20
r/8375
feat(tvix/castore/protos): return root node after validation
Florian Klink
1
-2
/
+4
2024-07-20
r/8374
fix(tvix/store): add missing nar_info::ca::Hash::TextSha256
Florian Klink
1
-21
/
+26
2024-07-20
r/8373
docs: More documentation of nix daemon protocol
Brian Olsen
6
-154
/
+303
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/8369
fix(tvix/nix-compat): use `buf.filled()` to track read bytes
Ryan Lahfa
1
-1
/
+1
2024-07-18
r/8368
refactor(tvix): use composition & registry for from_addr
Yureka
18
-229
/
+316
2024-07-18
r/8367
feat(tvix/castore): add sled to composition registry
Yureka
2
-1
/
+51
2024-07-18
r/8366
feat(tvix/composition): allow creating a blank CompositionContext
Yureka
1
-6
/
+13
2024-07-18
r/8365
feat(tvix/castore): add composition module
Yureka
16
-51
/
+747
2024-07-09
r/8364
chore(tvix/tools/weave): Regenerate Cargo.nix and filter src
Ilan Joselevich
3
-42
/
+101
2024-07-09
r/8363
chore(tvix/tools/turbofetch): Regenerate Cargo.nix and filter src
Ilan Joselevich
3
-37
/
+28
2024-07-09
r/8362
chore(tvix/tools/crunch-v2): Regenerate Cargo.nix and filter src
Ilan Joselevich
3
-68
/
+104
2024-07-09
r/8361
chore(tvix/tools/narinfo2parquet): Regenerate Cargo.nix and filter src
Ilan Joselevich
3
-38
/
+31
2024-07-09
r/8360
fix(tvix/{store,castore,build}): Compile tonic w/o config in build.rs
Ilan Joselevich
3
-21
/
+9
2024-07-08
r/8359
chore(3p/gerrit): downgrade mina SSHd again
Luke Granger-Brown
3
-44
/
+2
2024-07-08
r/8358
chore(3p/gerrit): create buildBazelPackageNG and migrate gerrit to it
Luke Granger-Brown
27
-263
/
+458
2024-07-07
r/8357
refactor(tvix): point SSL_CERT_FILE to /dev/null
Florian Klink
5
-12
/
+12
2024-07-07
r/8356
feat(tvix/eval): Bump imbl to 3.0.0
Aspen Smith
3
-5
/
+6
2024-07-07
r/8355
fix(tvix/repl): Share globals and sourcemap across evaluations
Aspen Smith
10
-60
/
+221
2024-07-07
r/8354
test(tvix/cli): Add some additional REPL tests
Aspen Smith
1
-0
/
+42
2024-07-07
r/8353
test(tvix/cli): Make the REPL testable
Aspen Smith
9
-346
/
+522
2024-07-06
r/8352
refactor(tvix/eval): Construct globals in EvaluationBuilder::build
Aspen Smith
2
-58
/
+47
2024-07-06
r/8351
refactor(tvix/eval): Builderize Evaluation
Aspen Smith
15
-155
/
+326
2024-07-06
r/8350
chore(tvix/docs): Cross off a TODO
Aspen Smith
1
-6
/
+0
2024-07-05
r/8349
refactor(web/tvixbolt): buildRustPackage -> crate2nix
Ilan Joselevich
9
-122
/
+4595
2024-07-05
r/8348
feat(tvix/utils): Add defaultCrateOverridesForPkgs function
Ilan Joselevich
2
-78
/
+78
2024-07-05
r/8347
fix(tvix/utils): Optionally add support for Cargo in filterRustCrateSrc
Ilan Joselevich
2
-5
/
+7
2024-07-05
r/8346
feat(tvix/repl): Allow binding variables at the top-level
Aspen Smith
6
-16
/
+157
2024-07-05
r/8345
feat(tvix/eval): Allow passing in an env to evaluation
Aspen Smith
7
-15
/
+99
2024-07-05
r/8344
docs(tvix): update WASM status
Florian Klink
1
-20
/
+6
2024-07-05
r/8343
refactor(tvix/eval): Drop LightSpan entirely
Aspen Smith
8
-175
/
+109
2024-07-04
r/8342
docs(tvix): introduction
toastal
5
-0
/
+73
2024-07-03
r/8341
test(tvix/store): test listing endpoint too
Florian Klink
1
-1
/
+9
2024-07-03
r/8340
fix(tvix/store/pathinfo/bigtable): fix listing endpoint
Florian Klink
1
-1
/
+3
2024-07-02
r/8339
feat(tvix/tracing): http trace propagation
Simon Hauser
10
-17
/
+302
2024-07-01
r/8338
feat(users/kranzes): add wasm-hello-world
Ilan Joselevich
7
-0
/
+1262
2024-07-01
r/8337
chore(3p/sources): bump to OpenSSH vulnerability hotfix
Vincent Ambo
15
-230
/
+124
[next]