* hydra: alphabetical order of systems in status overview

[?]
Feb 26, 2010, 9:14 AM
6ABZ4GQYFKFAR6MSBMOV3E5Z3KE55JZPE2AXCQI6AN4IWWAZI6GQC

Dependencies

  • [2] 6QRHXIM3 * Speed up the jobset index page. Especially the query to get the
  • [3] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [4] 3HZY24CX * Make jobsets viewable under
  • [5] SFUSIKUY * Use isCurrent to determine the inactive jobs.
  • [6] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [7] TJPIS3UP hydra: minor improvements in hydra ui

Change contents

  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 54
    [2.843][3.0:123](),[3.405][3.0:123]()
    $c->stash->{systems} = [$c->stash->{jobset}->builds->search({iscurrent => 1}, {select => ["system"], distinct => 1})];
    [2.843]
    [3.123]
    $c->stash->{systems} = [$c->stash->{jobset}->builds->search({iscurrent => 1}, {select => ["system"], distinct => 1, order_by => "system" })];