index
:
build-o-tron
no-gods-no-
runner-local-mode
a buildbot so i can tell myself i don't need to run woodpecker or something
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ci_runner.rs
Age
Commit message (
Collapse
)
Author
2023-07-02
add a protocol, host info reporting
iximeow
2023-07-02
make client configurable
iximeow
2023-07-01
fix client sending wrong task status name
iximeow
2023-07-01
add a notion of runs distinct from jobs, lets see how well this goes over
iximeow
2023-06-30
specifically report failures to check out build refs
iximeow
2023-06-27
[driver] basic tools to track steps as reported by runners
iximeow
2023-06-25
trim whitespace from auth secret file
iximeow
2023-06-24
crank dead code eliminator
iximeow
2023-06-24
duplicate imports
iximeow
2023-06-24
make webserver configurable (instead of hardcoded configs lol)
iximeow
2022-12-29
record and present metrics
iximeow
2022-12-29
do not use buggy AsyncWrite impl for file transfer, spawn_blocking a ↵
iximeow
blocking task
2022-12-29
factor out io stuff
iximeow
2022-12-28
support Build.run parameters, more consistently insert tmpdir/ into paths
iximeow
2022-12-27
finally actually support goodfiles
iximeow
some more refinements to how builds are run as well: build state discusses if a build us running, where the result is either a pass or fail this is useful for deciding if a build is in progress and how artifacts (if any) should be presented
2022-12-26
dont need that to help me anymore really
iximeow
2022-12-26
let build runners indicate restricted interest
iximeow
2022-12-25
support uploading artifacts during builds
iximeow
2022-12-22
draw almost all of the owl
iximeow