* In the job status page and the channels, pick the build with the
[?]
Apr 22, 2009, 1:55 PM
EJFVQ33SDMTAQ7HIRGIX5NPPXKZJ3KCB7LFSPLQ5KRMDMK6XLE2QCDependencies
- [2]
SJN2QPWH* Big speed-up of the job status page and the channel generation (such - [3]
L2E6EVE2* Merged the Build and Job tables. - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra/Schema/Builds.pm at line 117
makeSource('JobStatus' . $name, "select * from (select project, jobset, job, system, max(timestamp) timestamp from Builds where finished = 1 $constraint group by project, jobset, job, system) natural join Builds");makeSource('LatestSucceeded' . $name, "select * from (select project, jobset, job, system, max(timestamp) timestamp from Builds natural join BuildResultInfo where finished = 1 and buildStatus = 0 $constraint group by project, jobset, job, system) natural join Builds");makeSource('JobStatus' . $name, "select * from (select project, jobset, job, system, max(id) id from Builds where finished = 1 $constraint group by project, jobset, job, system) natural join Builds");makeSource('LatestSucceeded' . $name, "select * from (select project, jobset, job, system, max(id) id from Builds natural join BuildResultInfo where finished = 1 and buildStatus = 0 $constraint group by project, jobset, job, system) natural join Builds");