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
Age
Commit message (
Expand
)
Author
2023-10-19
use shiny hostcall to get cache objects as file descriptors
iximeow
2023-07-17
c@e frontend for the index page of ci.butactuallyin.space
iximeow
2023-07-17
start factoring out web view rendering
iximeow
2023-07-16
exclude tmpdir from workspace
iximeow
2023-07-13
convince it to build
iximeow
2023-07-13
reorganize the whole thing into crates/ packages
iximeow
2023-07-04
[ci_ctl] command to artificially create new jobs
iximeow
2023-07-04
actually set Build.sha
iximeow
2023-07-04
set a limit for how far back we'll construct new runs of existing jobs for ne...
iximeow
2023-07-04
parse cpu MHz from /proc/cpuinfo correctly
iximeow
2023-07-04
try reporting max cpu freq, but this is going to be messy
iximeow
2023-07-04
fix host info query
iximeow
2023-07-04
adjust metrics to show multi-host summaries?
iximeow
2023-07-04
cap max wait time for new tasks
iximeow
2023-07-04
actually run spawned task to get clients jobs
iximeow
2023-07-04
too noisy
iximeow
2023-07-04
let clients keep connections alive a little longer
iximeow
2023-07-04
more sql query typo fixes
iximeow
2023-07-04
repo row is non-optional, value in `default_run_preference` is
iximeow
2023-07-04
that query was just wildly wrong
iximeow
2023-07-04
missing query param
iximeow
2023-07-04
fix type's
iximeow
2023-07-04
pretty sure this gets host-preferential task assignment in place?
iximeow
2023-07-03
expose function for lua to run commands and collect output
iximeow
2023-07-02
try to support cross-arch runners....????
iximeow
2023-07-02
fish out host info for ... at least the nanopi m4 on the bookshelf
iximeow
2023-07-02
use the platform-generic c_char, instead of i8/u8 WHICH I GUESS VARIES BETWEE...
iximeow
2023-07-02
actually capture cpu family for ... cpu family ...
iximeow
2023-07-02
groan
iximeow
2023-07-02
better sql i think
iximeow
2023-07-02
more cpu_vendor misnaming
iximeow
2023-07-02
silly deadlock bug, sql typos
iximeow
2023-07-02
add host identifiers?
iximeow
2023-07-02
last run for job should be the chronologically most recent
iximeow
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
worst testing lol
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
[next]