Queue: Remove the scheduling priority

[?]
Feb 26, 2015, 12:14 PM
YMNEN6YYAVHVIHODAJB2BXYJGUACO7BK4MZXQAZPPGAWR2FXSIUAC

Dependencies

  • [2] SHIENRAL Clean up root controller
  • [3] 3K53ZLNX Don't break certain table columns
  • [4] LZVO64YG Merge in the first bits of the API work
  • [5] XZJFZSCJ User color instead of a big animated GIF to indicate whether a build is running
  • [6] XJRJ4J7M Add user registration
  • [7] E5DMQRPO Remove unnecessary whitespace in the HTML output
  • [8] BIVZGPUT Optimise clickable rows
  • [9] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [10] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website
  • [11] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [12] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [13] ELABMHJI * hydra: layout changes
  • [14] LVRSAUUL Added running icon in queue in stead of background color.
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.
  • [*] IK53RV4V

Change contents

  • replacement in src/lib/Hydra/Controller/Root.pm at line 91
    [3.22015][2.41:150]()
    entity => [$c->model('DB::Builds')->search({finished => 0}, { order_by => ["priority DESC", "id"]})]
    [3.22015]
    [3.22247]
    entity => [$c->model('DB::Builds')->search({finished => 0}, { order_by => ["id"]})]
  • edit in src/root/common.tt at line 81
    [3.880][3.1320:1356](),[3.138][3.147:168](),[3.1356][3.147:168](),[3.916][3.147:168](),[3.168][3.1357:1375]()
    [% IF showSchedulingInfo %]
    <th>P</th>
    [% END %]
  • edit in src/root/common.tt at line 108
    [3.838][3.2290:2378](),[3.2290][3.2290:2378]()
    [% IF showSchedulingInfo %]
    <td>[% build.priority %]</td>
    [% END %]