summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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[all] a job may have null run_host if it has never been runiximeow
2023-06-27[cli] support same notifiers as db will validateiximeow
2023-06-27[driver] basic tools to track steps as reported by runnersiximeow
2023-06-27[api] artifacts/ now supports streaming in-progress artifacts back out as the...iximeow
2023-06-25factor out lua function declarationsiximeow
2023-06-25help text when adding a new repo. i keep forgetting the webhook.iximeow
2023-06-25trim whitespace from auth secret fileiximeow
2023-06-25and actually validate that auth secret on the driver side...iximeow
2023-06-25fix deadlock when handling github push eventsiximeow
2023-06-25per-repo build historiesiximeow
2023-06-24try to proceed when failing to notify about job completioniximeow
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-24crank dead code eliminatoriximeow
2023-06-24first arg is the binary pathiximeow
2023-06-24duplicate importsiximeow
2023-06-24make webserver configurable (instead of hardcoded configs lol)iximeow
2022-12-29use fixed AsyncWrite impliximeow
2022-12-29remove vestigial loggingiximeow
2022-12-29allow goodfiles to query current timeiximeow
2022-12-29record and present metricsiximeow
2022-12-29do not use buggy AsyncWrite impl for file transfer, spawn_blocking a blocking...iximeow
2022-12-29allow non-present build argsiximeow
2022-12-29actually yield in main loop waitingiximeow
2022-12-29do not ignore errors storing content in ci driveriximeow
2022-12-29factor out io stuffiximeow
2022-12-28ci_webserver: allow status urls to include prefixes of full commit hashesiximeow
2022-12-28support Build.run parameters, more consistently insert tmpdir/ into pathsiximeow
2022-12-27add more information to commit status pages, support short commit stringsiximeow
2022-12-27finally actually support goodfilesiximeow
2022-12-27cictl rerun by-commit not just job idiximeow
2022-12-26more loggingiximeow
2022-12-26support sending emails when notifying about build statesiximeow
2022-12-26secrets are configurable nowiximeow
2022-12-26dont error if github tells us about commit status changesiximeow
2022-12-26dont need that to help me anymore reallyiximeow
2022-12-26let build runners indicate restricted interestiximeow
2022-12-26... actual artifacts diriximeow
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