Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | more sql query typo fixes | iximeow | |
2023-07-04 | that query was just wildly wrong | iximeow | |
i dunno how the `and not exists` is going to work out over time, probably need some kinda checkpointing so that i don't have to rule out the entire build history for a host every time it asks for a new task | |||
2023-07-04 | pretty sure this gets host-preferential task assignment in place? | iximeow | |
2023-07-02 | silly deadlock bug, sql typos | iximeow | |
2023-07-02 | add host identifiers? | iximeow | |
2023-07-02 | last run for job should be the chronologically most recent | iximeow | |
2023-07-02 | clean up old stale jobs for clients that have gone away | iximeow | |
2023-07-01 | fix pending jobs query, right number of columns | iximeow | |
2023-07-01 | add a notion of runs distinct from jobs, lets see how well this goes over | iximeow | |
2023-06-29 | started->active, include pending | iximeow | |
2023-06-29 | more gross hacks to get a list of active jobs | iximeow | |
2023-06-29 | show job time in commit summary page | iximeow | |
2023-06-29 | more info on job summary page | iximeow | |
2023-06-27 | [api] artifacts/ now supports streaming in-progress artifacts back out as ↵ | iximeow | |
they are provided | |||
2023-06-25 | per-repo build histories | iximeow | |
2023-06-24 | add a repos index page | iximeow | |
2022-12-29 | record and present metrics | 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 | |||
2022-12-26 | let build runners indicate restricted interest | iximeow | |
2022-12-25 | support uploading artifacts during builds | iximeow | |
2022-12-22 | draw almost all of the owl | iximeow | |
2022-12-04 | add ci driver, webserver. they work. | iximeow | |
"work" is a strong word. |