Job page: show queued as well as running builds
[?]
Feb 22, 2013, 11:51 AM
2QISRMJKMVAGTFW3FBHEROD5KV4EQFRJ7U3RBN2H3XBGRZSYMWSQCDependencies
- [2]
WGUKOIQZFix indentation - [3]
CQTN62OHDie tabs die - [4]
J7EE2XZAFix a huge performance regression in the jobstatus page - [5]
KIJNIVMLSome overriding of bootstrap default css - [6]
N45RZUQ6Reduce I/O in build listings by only fetching required columns - [7]
2PEN43XFHydra/40: Last 5 builds on job page incorrect - [8]
HQ54SEMSAdd more spacing between products - [9]
BAN2M7JIhydra: show all running builds on job page, in stead of only showing the 'current' builds that are running - [10]
777XFGVYHydra/22: on job page, 'finished builds' shows nothing for old (non-current) jobs - [11]
FN6V3C7Malways show latest 10 builds on job page - [12]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [13]
HPEG2RHVMerge the BuildResultInfo table into the Builds table - [14]
G4X5IUYJRemove default logo, replaced by text for now. Hide template in jobset edit. - [15]
N4ODPYP7Job page: Remove channel tab - [16]
3PNG7NIBRemove trailing whitespace - [17]
ADP54EI4Fix the spacing around some <h3> headers - [*]
DEMSSSB2* Controller for jobs which inherits all actions in ListBuilds. So - [*]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra/Controller/Job.pm at line 32
$c->stash->{runningBuilds} = [$c->stash->{queuedBuilds} = [ - replacement in src/lib/Hydra/Controller/Job.pm at line 34
{ busy => 1 },{ finished => 0 }, - replacement in src/root/job.tt at line 14
<h2>Latest builds (latest evaluation)</h2><h3>Latest builds (latest evaluation)</h3> - replacement in src/root/job.tt at line 17
[% IF runningBuilds.size != 0 %]<h2>Running builds</h2>[% INCLUDE renderBuildList builds=runningBuilds showSchedulingInfo=1 hideResultInfo=1 %][% IF queuedBuilds.size != 0 %]<h3>Queued builds</h3>[% INCLUDE renderBuildList builds=queuedBuilds showSchedulingInfo=1 hideResultInfo=1 %] - replacement in src/root/job.tt at line 22
<h2>Last 10 builds</h2><h3>Last 10 builds</h3> - edit in src/root/static/css/hydra.css at line 16
}h3 {margin-top: 1em;