Make the info tables less compressed

[?]
Feb 21, 2013, 12:42 PM
K22TMPH534XFKE6MWYRZSOCRWB7MCBKTMUBIBDF36FJR5DF5UE3AC

Dependencies

  • [2] 2GUAKGTB Fix indentation of build.tt
  • [3] TFK74CQR Put job status on a separate tab
  • [4] ELABMHJI * hydra: layout changes
  • [5] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [6] 2VBQRQ2Q Fix some XML well-formedness problems
  • [7] MAOFG2TD * Allow omitting the product number if there is only one product in a
  • [8] OR5SJ42Y Show releases in a tab on the project page
  • [9] E5DMQRPO Remove unnecessary whitespace in the HTML output
  • [10] A52HEFHQ * Allow builds to be restarted (if they failed with a transient error,
  • [11] W6DC6K4I * Happy Javascript hacking.
  • [12] FGQPXZIX hydra: make nr of build to keep configurable per jobset
  • [13] H7CNGK4O * Log evaluation errors etc. in the DB.
  • [14] OX6NYJDV Split viewing and editing a jobset
  • [15] NDL67SQT * XHTML validity.
  • [16] CVWQXYKM use newer icons consistently
  • [17] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [18] ASIRNHAH Load the dependency tabs on demand
  • [19] 6FXGLP7T * Render durations nicely.
  • [20] 3PNG7NIB Remove trailing whitespace
  • [21] RRCGVQLW Revert sorting build products
  • [22] Y6AHH4TH Remove the logfile and logSize columns from the database
  • [23] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [24] XHK7IGYI * hdyra: show last succeeded build and changes since on build status summary if build has failed
  • [25] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website
  • [26] SZYDW2DG hydra: added some user admin
  • [27] 36M6DGIT Show the runtime/build dependencies in the build page
  • [28] JY7BXXOP Split viewing and editing a project
  • [29] U4TD3AIQ Add support for viewing jobset evaluations
  • [30] JFZNAYJX * Showing releases.
  • [31] J5UVLXOK * Start of a basic Catalyst web interface.
  • [32] IE3SRMWZ * Show global and per-project statistics.
  • [33] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [34] TW5ZQX5Z * Move up the build products in the builds page, since they're more
  • [35] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [36] PMNWRTGJ Add multiple output support
  • [*] IK53RV4V
  • [*] 7YBYT2LQ
  • [*] SBMOICGV Evil CSS hackery to prevent link targets from being under the navbar

Change contents

  • replacement in src/root/build.tt at line 67
    [2.1610][2.1610:1679]()
    <li><a href="#tabs-information" data-toggle="tab">Details</a></li>
    [2.1610]
    [2.1679]
    <li><a href="#tabs-details" data-toggle="tab">Details</a></li>
  • replacement in src/root/build.tt at line 81
    [4.6452][2.2267:2299]()
    <table class="layoutTable">
    [4.6452]
    [2.2299]
    <table>
  • replacement in src/root/build.tt at line 87
    [2.2418][2.2418:2456]()
    <table class="layoutTable">
    [2.2418]
    [2.2456]
    <table class="info-table">
  • replacement in src/root/build.tt at line 215
    [4.11260][2.7622:7669]()
    <div id="tabs-information" class="tab-pane">
    [4.11260]
    [4.18309]
    <div id="tabs-details" class="tab-pane">
  • replacement in src/root/build.tt at line 217
    [4.18310][2.7670:7702]()
    <table class="layoutTable">
    [4.18310]
    [2.7702]
    <table class="info-table">
  • replacement in src/root/change-password.tt at line 8
    [4.3978][4.3978:4006]()
    <table class="layoutTable">
    [4.3978]
    [4.4006]
    <table class="info-table">
  • edit in src/root/common.tt at line 157
    [4.373][4.815:816](),[4.1797][4.815:816](),[4.2934][4.815:816](),[4.3421][4.815:816](),[4.815][4.815:816](),[4.1827][4.843:844](),[4.2962][4.843:844](),[4.843][4.843:844](),[4.844][4.3422:3446](),[4.3446][4.844:970](),[4.844][4.844:970](),[4.970][4.76:171](),[4.171][4.1044:1100](),[4.1250][4.1044:1100](),[4.1044][4.1044:1100](),[4.1100][4.172:257](),[4.257][4.1171:1277](),[4.1335][4.1171:1277](),[4.1171][4.1171:1277](),[4.1277][4.639:709](),[4.709][4.1314:1507](),[4.1314][4.1314:1507](),[4.1507][4.2190:2201](),[4.2190][4.2190:2201](),[4.2201][4.3447:3455]()
    BLOCK showBuildStats %]
    <table class="layoutTable">
    <tr>
    <th>Finished builds:</th>
    <td>[% finishedBuilds %]</td>
    </tr>
    <tr>
    <th><img src="/static/images/checkmark_16.png" alt="Succeeded" /> Succeeded builds:</th>
    <td>[% succeededBuilds %]</td>
    </tr>
    <tr>
    <th><img src="/static/images/error_16.png" alt="Failed" /> Failed builds:</th>
    <td>[% finishedBuilds - succeededBuilds %]</td>
    </tr>
    <tr>
    <th>Total build time:</th>
    <td>[% INCLUDE renderDuration duration = totalBuildTime %]</td>
    </tr>
    <tr>
    <th>Scheduled builds:</th>
    <td>[% scheduledBuilds %]</td>
    </tr>
    <tr>
    <th>Currently executing builds:</th>
    <td>[% busyBuilds %]</td>
    </tr>
    </table>
    [% END;
  • replacement in src/root/common.tt at line 197
    [4.365][4.276:281](),[4.276][4.276:281]()
    END;
    [4.365]
    [4.281]
    [% END;
  • replacement in src/root/common.tt at line 428
    [4.11226][4.411:514]()
    <tr><td class="centered" colspan="54"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>
    [4.11226]
    [4.11328]
    <tr><td class="centered" colspan="54"><a href="[% linkToAll %]"><em>All evaluations...</em></a></td></tr>
  • replacement in src/root/jobset.tt at line 57
    [3.266][3.266:298]()
    <table class="layoutTable">
    [3.266]
    [3.298]
    <table class="info-table">
  • edit in src/root/jobset.tt at line 81
    [4.7282][4.7282:7304]()
    <h2>Status</h2>
  • replacement in src/root/jobset.tt at line 124
    [4.30153][4.8874:8906]()
    <table class="layoutTable">
    [4.30153]
    [4.8906]
    <table class="info-table">
  • edit in src/root/jobset.tt at line 160
    [4.10192][4.30994:30995](),[4.30994][4.30994:30995]()
  • edit in src/root/jobset.tt at line 167
    [4.10508][4.31066:31067](),[4.31066][4.31066:31067]()
  • replacement in src/root/product-list.tt at line 5
    [4.327][4.401:443]()
    <table class="productList layoutTable">
    [4.3131]
    [4.3158]
    <table class="productList">
  • replacement in src/root/project.tt at line 82
    [4.5769][4.5769:5801]()
    <table class="layoutTable">
    [4.5769]
    [4.5801]
    <table class="info-table">
  • edit in src/root/static/css/hydra.css at line 45
    [40.786]
    table.info-table th {
    padding-right: 1.0em;
    padding-bottom: 0.2em;
    }