summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-10-29split runner into local/remote logiciximeow
ideally `trait Runner` describes whatever should have behavioral differences when a task is run locally vs in conjunction with a remote server. then everything consuming a `dyn Runner` will not need to change. if i've done it right.
2023-07-17start factoring out web view renderingiximeow
2023-07-13reorganize the whole thing into crates/ packagesiximeow
2023-06-27[api] artifacts/ now supports streaming in-progress artifacts back out as ↵iximeow
they are provided
2023-06-24add a repos index pageiximeow
2023-06-24make webserver configurable (instead of hardcoded configs lol)iximeow
2022-12-29factor out io stuffiximeow
2022-12-26... use actual tokensiximeow
2022-12-25support uploading artifacts during buildsiximeow
2022-12-22draw almost all of the owliximeow
2022-12-04add ci driver, webserver. they work.iximeow
"work" is a strong word.