Remove unused ActiveJobs source
[?]
Aug 20, 2013, 1:22 PM
2FT4LEIPQFGQYDNFZFBODPYXBWEKWZOHHZZJG6QCHLOO6VU2FIQACDependencies
- [2]
S5NPXZG3Fix indentation - [3]
AH7A3BY7Remove unnecessary parentheses in SQL query - [4]
HPEG2RHVMerge the BuildResultInfo table into the Builds table - [5]
SZYY2EQQ* Make the queries more readable. - [6]
VVOAXWH4fix wrong dbix:class:loader generation - [7]
3PNG7NIBRemove trailing whitespace - [8]
JM3DPYOMgenerated schema with new dbix class schema loader, grrrrrr - [9]
FANTYCR7Materialize the number of finished builds - [10]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [11]
G2ZB6464first test, not yet in buildprocess - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- edit in src/lib/Hydra/Schema/Builds.pm at line 606
makeSource("ActiveJobs$name", "select distinct project, jobset, job from Builds where isCurrent = 1 $constraint"); - replacement in tests/query-all-tables.pl at line 16
} elsif( $source !~ m/^(LatestSucceeded|JobStatus|ActiveJobs)/) {} elsif( $source !~ m/^(LatestSucceeded|JobStatus)/) {