* Disable the statistics on the project, jobset and job pages for now

[?]
Feb 9, 2010, 12:35 PM
AKAXJDMWEPMXMUY5R53AOVYAGSV42ZZ53URH7HAPUB5KZZV56TPAC

Dependencies

  • [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] HUH62VDL show 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
    [3.431][3.120:176]()
    getBuildStats($c, scalar $c->stash->{job}->builds);
    [3.431]
    [3.1144]
    #getBuildStats($c, scalar $c->stash->{job}->builds);
  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 29
    [3.276][3.276:335]()
    getBuildStats($c, scalar $c->stash->{jobset}->builds);
    [3.276]
    [3.335]
    #getBuildStats($c, scalar $c->stash->{jobset}->builds);
  • replacement in src/lib/Hydra/Controller/Project.pm at line 25
    [3.1879][3.669:729]()
    getBuildStats($c, scalar $c->stash->{project}->builds);
    [3.1879]
    [3.4556]
    #getBuildStats($c, scalar $c->stash->{project}->builds);
  • edit in src/lib/Hydra/View/NixManifest.pm at line 43
    [15.1667]
    [15.1667]
  • replacement in src/root/job.tt at line 17
    [2.18153][2.18153:18206]()
    <li><a href="#tabs-statistics">Statistics</a></li>
    [2.18153]
    [2.18206]
    <!-- <li><a href="#tabs-statistics">Statistics</a></li> -->
  • edit in src/root/job.tt at line 54
    [2.19395]
    [2.19395]
    [%#
  • replacement in src/root/job.tt at line 56
    [2.19423][2.19423:19465]()
    [% INCLUDE showBuildStats %]
    </div>
    [2.19423]
    [2.19465]
    [% INCLUDE showBuildStats % ]
    </div>
    %]
  • replacement in src/root/jobset.tt at line 88
    [2.20445][2.20445:20499]()
    <li><a href="#tabs-statistics">Statistics</a></li>
    [2.20445]
    [2.20499]
    <!-- <li><a href="#tabs-statistics">Statistics</a></li> -->
  • replacement in src/root/jobset.tt at line 132
    [2.22032][2.22032:22062]()
    <h3>Evaluation error</h3>
    [2.22032]
    [2.22062]
    <h3>Evaluation errors</h3>
  • edit in src/root/jobset.tt at line 239
    [2.25352]
    [2.25352]
    [%#
  • replacement in src/root/jobset.tt at line 244
    [2.25411][2.25411:25443]()
    [% INCLUDE showBuildStats %]
    [2.25411]
    [2.25443]
    [% INCLUDE showBuildStats % ]
  • edit in src/root/jobset.tt at line 246
    [2.25452]
    [2.25452]
    %]
  • replacement in src/root/project.tt at line 19
    [2.25924][2.25924:25978]()
    <li><a href="#tabs-statistics">Statistics</a></li>
    [2.25924]
    [2.25978]
    <!-- <li><a href="#tabs-statistics">Statistics</a></li> -->
  • replacement in src/root/project.tt at line 180
    [2.30585][2.30585:30615]()
    <div id="tabs-statistics">
    [2.30585]
    [2.30615]
    [%#
    <div id="tabs-statistics">
  • replacement in src/root/project.tt at line 183
    [2.30638][2.30638:30678]()
    [% INCLUDE showBuildStats %]
    [2.30638]
    [2.30678]
    [% INCLUDE showBuildStats % ]
  • edit in src/root/project.tt at line 185
    [2.30687]
    [2.30687]
    %]