Hide build IDs from build lists

[?]
Feb 26, 2015, 12:28 PM
76LYER47GU34RP2EB7MLUXU4ZPKBRFXSCYS6DYDROVP7KE6NPVQQC

Dependencies

  • [2] H4RG65JB Hide project/jobset in constituent list
  • [3] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [4] R6B5CAFF Let Builds.timestamp refer to the time the build was added
  • [5] G5YSUSNZ In build tables, hide the project, jobset and/or job name if they're constant
  • [6] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [7] LVRSAUUL Added running icon in queue in stead of background color.
  • [8] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [9] BIVZGPUT Optimise clickable rows
  • [10] E5DMQRPO Remove unnecessary whitespace in the HTML output
  • [11] JJHVQGEL Show aggregate members
  • [12] LFZQIVPX Remove more dead code
  • [13] GNIEG2GC * Disambiguate jobs by jobset name. I.e. jobs with the same name in
  • [14] FEMR2C5W
  • [15] 3K53ZLNX Don't break certain table columns
  • [16] YMNEN6YY Queue: Remove the scheduling priority
  • [17] 6GEU36HW Remove obsolete CSS classes
  • [*] IK53RV4V

Change contents

  • edit in src/root/common.tt at line 80
    [3.78][3.861:880](),[3.1319][3.861:880](),[3.861][3.861:880]()
    <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
    [3.2094]
    [3.1478]
    <th>Package/release name</th>
    <th>System</th>
  • replacement in src/root/common.tt at line 96
    [3.1380][3.1380:1410]()
    FOREACH build IN builds; %]
    [3.1369]
    [3.732]
    FOREACH build IN builds; link = c.uri_for('/build' build.id) %]
  • edit in src/root/common.tt at line 106
    [3.2211][3.742:838]()
    <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
    [3.2406][3.2406:2462]()
    <td>[% INCLUDE renderFullJobNameOfBuild %]</td>
    [3.2406]
    [3.2462]
    <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
    [3.2478]
    [3.2478]
    <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
    [3.58][3.405:610]()
    <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>