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
Age
Commit message (
Expand
)
Author
2023-07-02
do not overload the tag "kind"
iximeow
2023-07-02
client ack to new task is now kind:started, status:started
iximeow
2023-07-02
use new protocol bits when ackinga task request
iximeow
2023-07-02
add a protocol, host info reporting
iximeow
2023-07-02
cert path and key path are no longer mandatory
iximeow
2023-07-02
make real and debug webserver addresses (and tls-ness) configurable
iximeow
2023-07-02
make client configurable
iximeow
2023-07-02
better description for reaped tasks
iximeow
2023-07-02
cleanup, logging
iximeow
2023-07-02
clean up old stale jobs for clients that have gone away
iximeow
2023-07-01
produce short sha after looking up the full sha so short urls do not panic fr...
iximeow
2023-07-01
create a new run to go with a job
iximeow
2023-07-01
fix client sending wrong task status name
iximeow
2023-07-01
job->run in driver
iximeow
2023-07-01
again, column skew..
iximeow
2023-07-01
fix pending jobs query, right number of columns
iximeow
2023-07-01
short hashes for og preview
iximeow
2023-07-01
stray ref to old jobs path
iximeow
2023-07-01
add og tags to commit summaries?
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-30
release db connection lock so as to not deadlock ci_driver
iximeow
2023-06-29
started->active, include pending
iximeow
2023-06-29
more gross hacks to get a list of active jobs
iximeow
2023-06-29
load-bearing type ascription
iximeow
2023-06-29
HACK: filter out old artifacts from commits with duplicate runs
iximeow
2023-06-29
show job time in commit summary page
iximeow
2023-06-29
more info on job summary page
iximeow
2023-06-28
color differentiation in per-repo build lists
iximeow
2023-06-28
repo name on job page links back to repo summary
iximeow
2023-06-27
[all] a job may have null run_host if it has never been run
iximeow
2023-06-27
[cli] support same notifiers as db will validate
iximeow
2023-06-27
[driver] basic tools to track steps as reported by runners
iximeow
2023-06-27
[api] artifacts/ now supports streaming in-progress artifacts back out as the...
iximeow
2023-06-25
factor out lua function declarations
iximeow
2023-06-25
help text when adding a new repo. i keep forgetting the webhook.
iximeow
2023-06-25
trim whitespace from auth secret file
iximeow
2023-06-25
and actually validate that auth secret on the driver side...
iximeow
2023-06-25
fix deadlock when handling github push events
iximeow
2023-06-25
per-repo build histories
iximeow
2023-06-24
try to proceed when failing to notify about job completion
iximeow
2023-06-24
copypaste
iximeow
2023-06-24
modulus
iximeow
2023-06-24
do not crash rendering index page containing restarted jobs
iximeow
2023-06-24
and now the index page is useful
iximeow
2023-06-24
add a repos index page
iximeow
2023-06-24
crank dead code eliminator
iximeow
2023-06-24
first arg is the binary path
iximeow
2023-06-24
duplicate imports
iximeow
2023-06-24
make webserver configurable (instead of hardcoded configs lol)
iximeow
[next]