summaryrefslogtreecommitdiff
path: root/src/lua
AgeCommit message (Collapse)Author
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 ↵iximeow
they are provided
2023-06-25factor out lua function declarationsiximeow
going to more substantially extend this in .. a bit
2022-12-29use fixed AsyncWrite impliximeow
2022-12-29allow goodfiles to query current timeiximeow
2022-12-29do not use buggy AsyncWrite impl for file transfer, spawn_blocking a ↵iximeow
blocking task
2022-12-29allow non-present build argsiximeow
2022-12-29factor out io stuffiximeow
2022-12-28support Build.run parameters, more consistently insert tmpdir/ into pathsiximeow
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