Minor style changes
[?]
Nov 29, 2011, 5:08 PM
JXPHAZMVKLQZ6NHALF3IH4EP34ZGP7QW75OMUTAJYK4YGU3FRGOACDependencies
- [2]
UMFB2767Hydra/64: Leaving number of builds empty gives DBIx error - [3]
6QRHXIM3* Speed up the jobset index page. Especially the query to get the - [4]
AKAXJDMW* Disable the statistics on the project, jobset and job pages for now - [5]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [6]
3HZY24CX* Make jobsets viewable under - [7]
6ABZ4GQY* hydra: alphabetical order of systems in status overview - [8]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 38
\("exists (select 1 from builds where project = '$projectName' and jobset = '$jobsetName' and job = me.name and isCurrent = 1) as active")\ ("exists (select 1 from builds where project = '$projectName' and jobset = '$jobsetName' and job = me.name and isCurrent = 1) as active") - replacement in src/lib/Hydra/Controller/Jobset.pm at line 53
$c->stash->{systems} = [$c->stash->{jobset}->builds->search({iscurrent => 1}, {select => ["system"], distinct => 1, order_by => "system" })];$c->stash->{systems} =[ $c->stash->{jobset}->builds->search({ iscurrent => 1 }, { select => ["system"], distinct => 1, order_by => "system" }) ]; - replacement in src/lib/Hydra/Controller/Jobset.pm at line 82
# last builds for jobset# Last builds for jobset. - replacement in src/lib/Hydra/Controller/Jobset.pm at line 84
$c->stash->{lastBuilds} = [joinWithResultInfo($c, $tmp)->search({finished => 1}, {order_by => "timestamp DESC", rows => 5 })] ;$c->stash->{lastBuilds} =[ joinWithResultInfo($c, $tmp)->search({ finished => 1 }, { order_by => "timestamp DESC", rows => 5 }) ];