Queue: Remove the scheduling priority
[?]
Feb 26, 2015, 12:14 PM
YMNEN6YYAVHVIHODAJB2BXYJGUACO7BK4MZXQAZPPGAWR2FXSIUACDependencies
- [2]
SHIENRALClean up root controller - [3]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [4]
XJRJ4J7MAdd user registration - [5]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [6]
BIVZGPUTOptimise clickable rows - [7]
ELABMHJI* hydra: layout changes - [8]
LVRSAUULAdded running icon in queue in stead of background color. - [9]
LZVO64YGMerge in the first bits of the API work - [10]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [11]
3K53ZLNXDon't break certain table columns - [12]
XZJFZSCJUser color instead of a big animated GIF to indicate whether a build is running - [13]
E5DMQRPORemove unnecessary whitespace in the HTML output - [14]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
IK53RV4V
Change contents
- replacement in src/lib/Hydra/Controller/Root.pm at line 91
entity => [$c->model('DB::Builds')->search({finished => 0}, { order_by => ["priority DESC", "id"]})]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
[% IF showSchedulingInfo %]<td>[% build.priority %]</td>[% END %]