Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | [driver] basic tools to track steps as reported by runners | iximeow | |
2023-06-27 | [api] artifacts/ now supports streaming in-progress artifacts back out as ↵ | iximeow | |
they are provided | |||
2023-06-25 | factor out lua function declarations | iximeow | |
going to more substantially extend this in .. a bit | |||
2022-12-29 | use fixed AsyncWrite impl | iximeow | |
2022-12-29 | allow goodfiles to query current time | iximeow | |
2022-12-29 | do not use buggy AsyncWrite impl for file transfer, spawn_blocking a ↵ | iximeow | |
blocking task | |||
2022-12-29 | allow non-present build args | iximeow | |
2022-12-29 | factor out io stuff | iximeow | |
2022-12-28 | support Build.run parameters, more consistently insert tmpdir/ into paths | iximeow | |
2022-12-27 | finally actually support goodfiles | iximeow | |
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 |