Hide build IDs from build lists
[?]
Feb 26, 2015, 12:28 PM
76LYER47GU34RP2EB7MLUXU4ZPKBRFXSCYS6DYDROVP7KE6NPVQQCDependencies
- [2]
H4RG65JBHide project/jobset in constituent list - [3]
LFZQIVPXRemove more dead code - [4]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [5]
YMNEN6YYQueue: Remove the scheduling priority - [6]
JJHVQGELShow aggregate members - [7]
GNIEG2GC* Disambiguate jobs by jobset name. I.e. jobs with the same name in - [8]
G5YSUSNZIn build tables, hide the project, jobset and/or job name if they're constant - [9]
3K53ZLNXDon't break certain table columns - [10]
E5DMQRPORemove unnecessary whitespace in the HTML output - [11]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [12]
6GEU36HWRemove obsolete CSS classes - [13]
BIVZGPUTOptimise clickable rows - [14]
R6B5CAFFLet Builds.timestamp refer to the time the build was added - [15]
LVRSAUULAdded running icon in queue in stead of background color. - [16]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [17]
FEMR2C5W - [*]
IK53RV4V
Change contents
- edit in src/root/common.tt at line 80
<th>#</th> - edit in src/root/common.tt at line 83[3.1424]→[2.92:122](∅→∅),[2.122]→[3.1008:1032](∅→∅),[3.306]→[3.1008:1032](∅→∅),[3.4524]→[3.1008:1032](∅→∅),[3.1008]→[3.1008:1032](∅→∅)
<th>Release name</th><th>System</th> - edit in src/root/common.tt at line 84
<th>Package/release name</th><th>System</th> - replacement in src/root/common.tt at line 96
FOREACH build IN builds; %]FOREACH build IN builds; link = c.uri_for('/build' build.id) %] - edit in src/root/common.tt at line 106
<td><a class="row-link" href="[% c.uri_for('/build' build.id) %]">[% build.id %]</a></td> - replacement in src/root/common.tt at line 107
<td>[% INCLUDE renderFullJobNameOfBuild %]</td><td><a href="[%link%]">[%build.get_column("project")%]:[%build.get_column("jobset")%]:[%build.get_column("job")%]</td> - edit in src/root/common.tt at line 109
<td class="nowrap"><a class="row-link" href="[%link%]">[% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %]</a></td> - edit in src/root/common.tt at line 112
<td class="nowrap">[% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; date.format(showSchedulingInfo ? build.timestamp : build.stoptime, '%Y-%m-%d %H:%M:%S'); ELSE; "-"; END %]</td>