summaryrefslogtreecommitdiff
path: root/src/sql.rs
AgeCommit message (Collapse)Author
2023-07-13reorganize the whole thing into crates/ packagesiximeow
2023-07-04set a limit for how far back we'll construct new runs of existing jobs for ↵iximeow
new hosts
2023-07-04try reporting max cpu freq, but this is going to be messyiximeow
2023-07-04adjust metrics to show multi-host summaries?iximeow
2023-07-04more sql query typo fixesiximeow
2023-07-04that query was just wildly wrongiximeow
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-04pretty sure this gets host-preferential task assignment in place?iximeow
2023-07-02silly deadlock bug, sql typosiximeow
2023-07-02add host identifiers?iximeow
2023-07-02last run for job should be the chronologically most recentiximeow
2023-07-02clean up old stale jobs for clients that have gone awayiximeow
2023-07-01fix pending jobs query, right number of columnsiximeow
2023-07-01add a notion of runs distinct from jobs, lets see how well this goes overiximeow
2023-06-29started->active, include pendingiximeow
2023-06-29more gross hacks to get a list of active jobsiximeow
2023-06-29show job time in commit summary pageiximeow
2023-06-29more info on job summary pageiximeow
2023-06-27[api] artifacts/ now supports streaming in-progress artifacts back out as ↵iximeow
they are provided
2023-06-25per-repo build historiesiximeow
2023-06-24add a repos index pageiximeow
2022-12-29record and present metricsiximeow
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
2022-12-26let build runners indicate restricted interestiximeow
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.