Job page: Remove "Latest builds (latest evaluation)"
[?]
Feb 22, 2013, 11:53 AM
SJQ7ZHZDJYZQEKIDALXRVDH7FT3NURGTSG5QVAMNLKHAJQNIPLKACDependencies
- [2]
2QISRMJKJob page: show queued as well as running builds - [3]
AKAXJDMW* Disable the statistics on the project, jobset and job pages for now - [4]
DEMSSSB2* Controller for jobs which inherits all actions in ListBuilds. So - [5]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [6]
HPEG2RHVMerge the BuildResultInfo table into the Builds table - [7]
2JUE2ASZ* Fix an infinite recursion. - [8]
3PNG7NIBRemove trailing whitespace - [9]
S6OISBQ3* Mark the "current" builds in a jobset, i.e. those corresponding to - [10]
777XFGVYHydra/22: on job page, 'finished builds' shows nothing for old (non-current) jobs - [11]
SSMN5MPTRemove dead code - [12]
J7EE2XZAFix a huge performance regression in the jobstatus page - [13]
WGUKOIQZFix indentation - [14]
HUH62VDLshow current builds on job page - [15]
BTUDUY6F* Provide some redirects to the latest successful build for a job (or
Change contents
- edit in src/lib/Hydra/Controller/Job.pm at line 25
$c->stash->{currentBuilds} = [$c->stash->{job}->builds->search({finished => 1, iscurrent => 1}, { order_by => 'system' })]; - edit in src/root/job.tt at line 13
[% IF currentBuilds.size != 0 %]<h3>Latest builds (latest evaluation)</h3>[% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %][% END %]