Signed-off-by: dawn dawn@tangled.org
api/tangled/cbor_gen.go
This file has not been changed.
api/tangled/tangledpipeline.go
This file has not been changed.
buf.gen.yaml
This file has not been changed.
buf.yaml
This file has not been changed.
cmd/spindle/main.go
This file has not been changed.
+10
-1
docker-compose.mill.yml
eventstream/eventstream_test.go
This file has not been changed.
eventstream/store.go
This file has not been changed.
lexicons/pipeline/pipeline.json
This file has not been changed.
localinfra/readme.md
This file has not been changed.
localinfra/scripts/prepare-spindle-images.sh
This file has not been changed.
localinfra/spindle.Dockerfile
This file has not been changed.
netutil/ssrf.go
This file has not been changed.
+19
-3
spindle/config/config.go
+17
-9
spindle/db/db.go
spindle/db/events.go
This file has not been changed.
+86
-128
spindle/db/mill_state.go
+16
-70
spindle/db/mill_state_test.go
spindle/db/mill_tokens.go
This file has not been changed.
spindle/db/mill_tokens_test.go
This file has not been changed.
+43
-18
spindle/engine/engine.go
+28
-7
spindle/engine/engine_test.go
spindle/engine/manifest_test.go
This file has not been changed.
spindle/engine/placement.go
This file has not been changed.
spindle/engine/scheduler.go
This file has not been changed.
spindle/engine/scheduler_test.go
This file has not been changed.
spindle/engine/slot.go
This file has not been changed.
spindle/engine/slot_test.go
This file has not been changed.
spindle/engines/dummy/engine.go
This file has not been changed.
spindle/engines/microvm/budget.go
This file has not been changed.
spindle/engines/microvm/engine.go
This file has not been changed.
spindle/engines/microvm/image.go
This file has not been changed.
spindle/engines/microvm/image_test.go
This file has not been changed.
spindle/engines/microvm/placement/placement.go
This file has not been changed.
spindle/engines/microvm/placement/placement_test.go
This file has not been changed.
spindle/engines/microvm/placement_linux.go
This file has not been changed.
spindle/engines/microvm/qemu.go
This file has not been changed.
spindle/engines/microvm/vm.go
This file has not been changed.
spindle/engines/nixery/engine.go
This file has not been changed.
+26
-16
spindle/logview/logview.go
spindle/mill/README.md
This file has not been changed.
-74
spindle/mill/auth_test.go
-23
spindle/mill/capability_test.go
+5
-7
spindle/mill/engine.go
spindle/mill/executor/capability_test.go
This file has not been changed.
+93
-111
spindle/mill/executor/executor.go
+120
-47
spindle/mill/executor/observe.go
+128
-177
spindle/mill/executor/outbox.go
spindle/mill/executor/reserved.go
This file has not been changed.
+46
-367
spindle/mill/executor/reserved_test.go
spindle/mill/handler.go
This file has not been changed.
+59
spindle/mill/integration_test.go
-28
spindle/mill/lease.go
+80
-47
spindle/mill/mill.go
+2
-3
spindle/mill/mill_test.go
+143
-76
spindle/mill/proto/gen/mill.pb.go
spindle/mill/proto/protocol.go
This file has not been changed.
spindle/mill/proto/protocol_test.go
This file has not been changed.
+13
-6
spindle/mill/proto/spindle/mill/v1/mill.proto
spindle/mill/proto/ws.go
This file has not been changed.
+1
-106
spindle/mill/restore.go
+6
-166
spindle/mill/restore_test.go
+2
spindle/mill/session.go
spindle/mill/token.go
This file has not been changed.
+64
-26
spindle/server.go
+2
spindle/server_test.go
+1
-3
spindle/stream.go
+1
-2
spindle/xrpc/ci_pipeline_subscribe_logs.go
workflow/compile.go
This file has not been changed.
workflow/compile_test.go
This file has not been changed.
workflow/def.go
This file has not been changed.
workflow/def_test.go
This file has not been changed.
+1
-1
appview/serververify/verify.go
-1
docker-compose.yml
+22
-4
nix/modules/spindle.nix
+2
-1
nix/vm.nix
+240
spindle/artifactstore/artifactstore.go
+130
spindle/artifactstore/artifactstore_test.go
-75
spindle/engine/s3.go
+12
-10
spindle/xrpc/xrpc.go
History
9 rounds
0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
3/3 success
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
1/3 failed, 2/3 cancelled
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
2/3 success, 1/3 failed
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
3/3 success
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
2/3 success, 1/3 failed
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
2/3 success, 1/3 failed
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
1/3 success, 2/3 failed
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>
3/3 failed
Expand
Collapse
Expand 0 comments
1 commit
Expand
Collapse
Signed-off-by: dawn <dawn@tangled.org>