summaryrefslogtreecommitdiff
path: root/src/sql.rs
AgeCommit message (Expand)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 ne...iximeow
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
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 the...iximeow
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
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