alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
spindle
4 folders
3 files
at
5cd3fc39bdf0a176f2cfc68c6acb16f1b36b5db4
Anirudh Oppiliappan
spindle/engine: setup and destroy workflows
1y ago
5a3b7020
config
spindle/engine: setup and destroy workflows During setup, we register cleanup functions which get executed at the end of the workflow goroutine (deferred exec of DestroyWorkflow). Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
db
notifier: move package to top-level As it sees use in both spindle and knotserver. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
engine
spindle/engine: setup and destroy workflows During setup, we register cleanup functions which get executed at the end of the workflow goroutine (deferred exec of DestroyWorkflow). Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
queue
spindle/queue: enqueue pipeline jobs Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
server.go
spindle/engine: setup and destroy workflows During setup, we register cleanup functions which get executed at the end of the workflow goroutine (deferred exec of DestroyWorkflow). Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
stream.go
spindle/engine: stream logs to websocket Logs are streamed for each running pipeline on a websocket at /logs/{pipelineID}. engine.TailStep demuxes stdout and stderr from the container's logs and pipes that out to corresponding stdout and stderr channels. These channels are maintained inside engine's container struct, key'd by the pipeline ID, and protected by a read/write mutex. engine.LogChannels fetches the stdout/stderr chans as recieve-only if the pipeline is known to exist. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
tid.go
spindle/{db,engine}: rework db to use rkey Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago