Job page: Remove "Latest builds (latest evaluation)"

[?]
Feb 22, 2013, 11:53 AM
SJQ7ZHZDJYZQEKIDALXRVDH7FT3NURGTSG5QVAMNLKHAJQNIPLKAC

Dependencies

  • [2] 2QISRMJK Job 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] HPEG2RHV Merge the BuildResultInfo table into the Builds table
  • [7] 2JUE2ASZ * Fix an infinite recursion.
  • [8] 3PNG7NIB Remove trailing whitespace
  • [9] S6OISBQ3 * Mark the "current" builds in a jobset, i.e. those corresponding to
  • [10] 777XFGVY Hydra/22: on job page, 'finished builds' shows nothing for old (non-current) jobs
  • [11] SSMN5MPT Remove dead code
  • [12] J7EE2XZA Fix a huge performance regression in the jobstatus page
  • [13] WGUKOIQZ Fix indentation
  • [14] HUH62VDL show 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
    [3.57][3.1144:1145](),[3.176][3.1144:1145](),[3.1145][3.3439:3567]()
    $c->stash->{currentBuilds} = [$c->stash->{job}->builds->search({finished => 1, iscurrent => 1}, { order_by => 'system' })];
  • edit in src/root/job.tt at line 13
    [3.304][3.304:341](),[3.341][2.67:116](),[2.116][3.390:480](),[3.390][3.390:480]()
    [% IF currentBuilds.size != 0 %]
    <h3>Latest builds (latest evaluation)</h3>
    [% INCLUDE renderBuildList builds=currentBuilds showStatusChange=0 %]
    [% END %]