Labels are now badges
[?]
Apr 8, 2021, 3:00 PM
REJN4ASCY44UVEC4BTOKD7ICWTAIHZYS2WOVPWQV6ZFBI5VPCI7ACDependencies
- [2]
SU2LVNTOAdd job status headers (web useability for red/green colorblindness). - [3]
4TIPQYBCRemove tabs - [4]
GLIPWYWLMove evaluation errors from evaluations to EvaluationErrors, a new table - [5]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [6]
ZB3JV52WAdd a "My jobsets" tab to the dashboard - [7]
PBE5A44IRemove blank lines, consistent attribute quoting, use svg for delta header, column sizes. - [8]
5GRW5XU4Job page: Put latest builds on top - [9]
CMBTR3KDjobset page: render error labels per eval - [10]
P3FEBHVDJobset evals page: Don't show nrFailed if it's zero - [11]
GUW56QXGAdd evaluation error status to evaluation time on project jobset tab. - [12]
FIXNWFBIMerge pull request #692 from knl/emit-hostname-with-influxdb-metrics - [13]
XAJFR6SRAdd a chart to the job pages showing the closure size over time - [14]
K22TMPH5Make the info tables less compressed - [15]
TPNHTE5VRemove obsolete Builds columns and provide accurate "Running builds" - [16]
2VBQRQ2QFix some XML well-formedness problems - [17]
3K53ZLNXDon't break certain table columns - [18]
MJJCYVANRemove tabs - [*]
IK53RV4V
Change contents
- replacement in src/root/common.tt at line 130
<td>[% IF busy %]<span class="label label-success">Started</span>[% ELSE %]<span class="label">Queued</span>[% END %]</td><td>[% IF busy %]<span class="badge badge-success">Started</span>[% ELSE %]<span class="badge badge-secondary">Queued</span>[% END %]</td> - replacement in src/root/common.tt at line 480
<span class="label label-warning">Eval Errors</span><span class="badge badge-warning">Eval Errors</span> - replacement in src/root/common.tt at line 484
<span class="label label-success">[% e.nrSucceeded %]</span><span class="badge badge-success">[% e.nrSucceeded %]</span> - replacement in src/root/common.tt at line 488
<span class="label label-important">[% e.nrFailed %]</span><span class="badge badge-danger">[% e.nrFailed %]</span> - replacement in src/root/common.tt at line 493
<span class="label">[% e.nrScheduled %]</span><span class="badge badge-secondary">[% e.nrScheduled %]</span> - replacement in src/root/common.tt at line 498
<span class='label label-success'><strong>+[% e.diff %]</strong></span><span class='badge badge-success'><strong>+[% e.diff %]</strong></span> - replacement in src/root/common.tt at line 500
<span class='label label-important'><strong>[% e.diff %]</strong></span><span class='badge badge-danger'><strong>[% e.diff %]</strong></span> - replacement in src/root/common.tt at line 601
IF j.errormsg || j.fetcherrormsg; %] <span class = 'label label-warning'>Error</span>[% END;IF j.errormsg || j.fetcherrormsg; %] <span class = 'badge badge-warning'>Error</span>[% END; - replacement in src/root/common.tt at line 607
[% class = 'label' %][% class = 'badge badge-secondary' %] - replacement in src/root/common.tt at line 609
[% class = 'label label-important' %][% class = 'badge badge-danger' %] - replacement in src/root/common.tt at line 611
[% class = 'label label-warning' %][% class = 'badge badge-warning' %] - replacement in src/root/common.tt at line 613
[% class = 'label label-success' %][% class = 'badge badge-success' %] - replacement in src/root/common.tt at line 619
<span class="label label-success">[% j.get_column('nrsucceeded') %]</span><span class="badge badge-success">[% j.get_column('nrsucceeded') %]</span> - replacement in src/root/common.tt at line 624
<span class="label label-important">[% j.get_column('nrfailed') %]</span><span class="badge badge-danger">[% j.get_column('nrfailed') %]</span> - replacement in src/root/common.tt at line 629
<span class="label label">[% j.get_column('nrscheduled') %]</span><span class="badge badge-secondary">[% j.get_column('nrscheduled') %]</span>