* Speed up the jobstatus query a little bit.
[?]
Feb 12, 2010, 8:51 PM
3HEMN2Q2XKIYKGTYSYOR7SYL44SHI6UHXHQQ564AI6G2KQGYWBDACDependencies
- [2]
Z4KRJX4Q* In the last succeeded / job status queries, use the Builds.isCurrent - [3]
OZ5UBJEK - [4]
SZYY2EQQ* Make the queries more readable. - [5]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra/Schema/Builds.pm at line 274
(select project, jobset, job, system, max(id) as id(select(select max(id) from builds bwhereproject = activeJobs.project and jobset = activeJobs.jobsetand job = activeJobs.job and system = activeJobs.systemand finished = 1) as id - replacement in src/lib/Hydra/Schema/Builds.pm at line 282
natural join Buildswhere finished = 1group by project, jobset, job, system)as latestnatural join Builds x) as latestjoin Builds x using (id)