* Disable the statistics on the project, jobset and job pages for now
[?]
Feb 9, 2010, 12:35 PM
AKAXJDMWEPMXMUY5R53AOVYAGSV42ZZ53URH7HAPUB5KZZV56TPACDependencies
- [2]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [3]
Z4KRJX4Q* In the last succeeded / job status queries, use the Builds.isCurrent - [4]
FPK5LF53* Put the project-related actions in a separate controller. Put the - [5]
3HZY24CX* Make jobsets viewable under - [6]
UWVMQIAC* Refactoring. - [7]
W6DC6K4I* Happy Javascript hacking. - [8]
SFUSIKUY* Use isCurrent to determine the inactive jobs. - [9]
BTUDUY6F* Provide some redirects to the latest successful build for a job (or - [10]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [11]
2JUE2ASZ* Fix an infinite recursion. - [12]
HUH62VDLshow current builds on job page - [13]
DEMSSSB2* Controller for jobs which inherits all actions in ListBuilds. So - [*]
IWVA2P2Y* Generate manifests on demand. Next step: generate NAR archives on - [*]
7YBYT2LQ
Change contents
- replacement in src/lib/Hydra/Controller/Job.pm at line 26
getBuildStats($c, scalar $c->stash->{job}->builds);#getBuildStats($c, scalar $c->stash->{job}->builds); - replacement in src/lib/Hydra/Controller/Jobset.pm at line 29
getBuildStats($c, scalar $c->stash->{jobset}->builds);#getBuildStats($c, scalar $c->stash->{jobset}->builds); - replacement in src/lib/Hydra/Controller/Project.pm at line 25
getBuildStats($c, scalar $c->stash->{project}->builds);#getBuildStats($c, scalar $c->stash->{project}->builds); - edit in src/lib/Hydra/View/NixManifest.pm at line 43
- replacement in src/root/job.tt at line 17
<li><a href="#tabs-statistics">Statistics</a></li><!-- <li><a href="#tabs-statistics">Statistics</a></li> --> - edit in src/root/job.tt at line 54
[%# - replacement in src/root/job.tt at line 56
[% INCLUDE showBuildStats %]</div>[% INCLUDE showBuildStats % ]</div>%] - replacement in src/root/jobset.tt at line 88
<li><a href="#tabs-statistics">Statistics</a></li><!-- <li><a href="#tabs-statistics">Statistics</a></li> --> - replacement in src/root/jobset.tt at line 132
<h3>Evaluation error</h3><h3>Evaluation errors</h3> - edit in src/root/jobset.tt at line 239
[%# - replacement in src/root/jobset.tt at line 244
[% INCLUDE showBuildStats %][% INCLUDE showBuildStats % ] - edit in src/root/jobset.tt at line 246
%] - replacement in src/root/project.tt at line 19
<li><a href="#tabs-statistics">Statistics</a></li><!-- <li><a href="#tabs-statistics">Statistics</a></li> --> - replacement in src/root/project.tt at line 180
<div id="tabs-statistics">[%#<div id="tabs-statistics"> - replacement in src/root/project.tt at line 183
[% INCLUDE showBuildStats %][% INCLUDE showBuildStats % ] - edit in src/root/project.tt at line 185
%]