summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-07-04adjust metrics to show multi-host summaries?iximeow
2023-07-04repo row is non-optional, value in `default_run_preference` isiximeow
2023-07-04fix type'siximeow
2023-07-04pretty sure this gets host-preferential task assignment in place?iximeow
2023-07-02add host identifiers?iximeow
2023-07-02cert path and key path are no longer mandatoryiximeow
2023-07-02make real and debug webserver addresses (and tls-ness) configurableiximeow
2023-07-02better description for reaped tasksiximeow
2023-07-01produce short sha after looking up the full sha so short urls do not panic fr...iximeow
2023-07-01create a new run to go with a jobiximeow
2023-07-01short hashes for og previewiximeow
2023-07-01add og tags to commit summaries?iximeow
2023-07-01add a notion of runs distinct from jobs, lets see how well this goes overiximeow
2023-06-29started->active, include pendingiximeow
2023-06-29more gross hacks to get a list of active jobsiximeow
2023-06-29load-bearing type ascriptioniximeow
2023-06-29HACK: filter out old artifacts from commits with duplicate runsiximeow
2023-06-29show job time in commit summary pageiximeow
2023-06-29more info on job summary pageiximeow
2023-06-28color differentiation in per-repo build listsiximeow
2023-06-28repo name on job page links back to repo summaryiximeow
2023-06-27[api] artifacts/ now supports streaming in-progress artifacts back out as the...iximeow
2023-06-25fix deadlock when handling github push eventsiximeow
2023-06-25per-repo build historiesiximeow
2023-06-24copypasteiximeow
2023-06-24modulusiximeow
2023-06-24do not crash rendering index page containing restarted jobsiximeow
2023-06-24and now the index page is usefuliximeow
2023-06-24add a repos index pageiximeow
2023-06-24first arg is the binary pathiximeow
2023-06-24make webserver configurable (instead of hardcoded configs lol)iximeow
2022-12-29record and present metricsiximeow
2022-12-28ci_webserver: allow status urls to include prefixes of full commit hashesiximeow
2022-12-27add more information to commit status pages, support short commit stringsiximeow
2022-12-27finally actually support goodfilesiximeow
2022-12-26dont error if github tells us about commit status changesiximeow
2022-12-26let build runners indicate restricted interestiximeow
2022-12-22draw almost all of the owliximeow
2022-12-04add ci driver, webserver. they work.iximeow