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
/
build
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
r/8855
refactor(tvix/build): use stricter BuildRequest type
Marijan Petričević
10
-90
/
+141
2024-10-19
r/8836
refactor(tvix/castore): add try_into_anonymous_node, rename to try_*
Florian Klink
3
-3
/
+3
2024-10-18
r/8835
refactor(tvix/[ca]store): use auto_impl
Florian Klink
2
-4
/
+4
2024-10-18
r/8831
refactor(tvix/build): remove proto::BuildRequest::validate
Marijan Petričević
2
-108
/
+4
2024-10-18
r/8830
refactor(tvix/build): add stricter BuildRequest type
Marijan Petričević
3
-3
/
+315
2024-10-13
r/8804
refactor(tvix/build): remove use of lazy_static
Florian Klink
2
-7
/
+2
2024-10-12
r/8791
chore(tvix): bump crate dependencies
Florian Klink
1
-1
/
+1
2024-10-11
r/8786
chore(tvix/build): Bump oci-spec dependency
Ilan Joselevich
2
-3
/
+3
2024-10-01
r/8745
feat(tvix/build/oci): wire up refscanning
Yureka
1
-20
/
+47
2024-10-01
r/8744
feat(tvix/build), add OciBuildService, the old way
Florian Klink
9
-6
/
+763
2024-10-01
r/8742
feat(tvix/build): add refscanning interface
Yureka
1
-0
/
+14
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
1
-18
/
+15
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
1
-9
/
+9
2024-08-27
r/8593
fix(tvix/store): restore v1alpha reflection endpoint
Florian Klink
2
-6
/
+13
2024-08-19
r/8538
feat(tvix): drop usage of sparseTree in favor of lib.sourceByRegex
Ilan Joselevich
2
-14
/
+9
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
1
-3
/
+3
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
1
-16
/
+17
2024-08-16
r/8501
docs(tvix/build/protos): clarify content-addressing
Florian Klink
1
-2
/
+2
2024-08-15
r/8494
chore(tvix): Retain original passthru in Rust builds
Brian Olsen
1
-2
/
+2
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
1
-2
/
+1
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
1
-9
/
+10
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
2
-0
/
+6
2024-07-21
r/8385
chore(tvix): upgrade to tonic 0.12 / hyper 1.0
Yureka
1
-6
/
+6
2024-07-18
r/8368
refactor(tvix): use composition & registry for from_addr
Yureka
1
-9
/
+4
2024-07-09
r/8360
fix(tvix/{store,castore,build}): Compile tonic w/o config in build.rs
Ilan Joselevich
1
-7
/
+3
2024-06-20
r/8297
feat(tvix/tracing): optional progressbar
Simon Hauser
1
-1
/
+3
2024-06-14
r/8271
feat(tvix/tracing): correctly close otlp on exit
Simon Hauser
1
-1
/
+1
2024-06-10
r/8242
feat(tvix/tracing): introduce common tvix-tracing crate
Simon Hauser
2
-15
/
+9
2024-06-03
r/8211
feat(tvix): add CI targets for checking crate features powerset
Ilan Joselevich
1
-3
/
+9
2024-05-26
r/8173
fix(tvix/build): tonic-reflection feature needs castore with it too
Florian Klink
1
-1
/
+1
2024-05-16
r/8152
chore(tvix): drop json feature for tracing-subscriber
Florian Klink
1
-1
/
+1
2024-05-16
r/8151
feat(tvix/build): drop json logging
Florian Klink
2
-20
/
+6
2024-05-15
r/8149
chore(tvix): bump to tokio-listener 0.4.1
Florian Klink
1
-1
/
+1
2024-05-13
r/8139
chore(tvix/clippy): configure clippy allow block_in_conditions
Florian Klink
1
-0
/
+3
2024-04-19
r/7967
chore(tvix/build): migrate from test_case to rstest
Florian Klink
3
-36
/
+38
2024-03-28
r/7795
refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests
Florian Klink
1
-8
/
+10
2024-03-16
r/7705
chore(tvix): bump tonic to 0.11.0
Florian Klink
1
-4
/
+4
2024-03-16
r/7701
fix(tvix): don't emit rerun-if-changed
Florian Klink
1
-2
/
+2
2024-03-15
r/7700
docs(tvix): fix some docstrings
Florian Klink
1
-1
/
+1
2024-01-15
r/7387
feat(tvix/build): add CLI entrypoint
Florian Klink
2
-0
/
+135
2024-01-15
r/7386
feat(tvix/build): add from_addr method
Florian Klink
3
-0
/
+89
2024-01-15
r/7385
feat(tvix/build): add gRPC client
Florian Klink
3
-1
/
+31
2024-01-15
r/7384
feat(tvix/build): add GRPCBuildServiceWrapper
Florian Klink
2
-0
/
+39
2024-01-15
r/7383
feat(tvix/build): add BuildService trait
Florian Klink
4
-0
/
+33
2024-01-06
r/7356
feat(tvix/build): add BuildRequest validation
Florian Klink
2
-0
/
+265
2024-01-05
r/7353
fix(tvix/build): fix inconsistencies around paths
Florian Klink
1
-1
/
+1
2024-01-05
r/7349
docs(tvix/build): document requirements for paths and sorting
Florian Klink
1
-2
/
+14
2024-01-03
r/7312
feat(tvix/build/protos): add additional_files field
Florian Klink
1
-0
/
+10
2023-12-29
r/7283
feat(tvix/build): don't force outputs to be in store_dir
Florian Klink
1
-6
/
+7
2023-12-26
r/7265
feat(tvix/build/protos): add some missing fields
Florian Klink
1
-15
/
+34
[next]