summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2023-06-27[api] artifacts/ now supports streaming in-progress artifacts back out as ↵iximeow
they are provided
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
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-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
"work" is a strong word.