[?]
Nov 6, 2008, 1:40 PM
VCOSLZRPLRS3ITD2JIPKZPMTCEPHN4WEFKTE5TKH3RAZ7WJKMQ4AC

Dependencies

  • [2] GWCV3TQV * BuildInputs table: link to dependencies, include store paths.
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • edit in src/HydraFrontend/lib/HydraFrontend/Schema/Builds.pm at line 58
    [2.718]
    [4.6336]
    __PACKAGE__->has_many(dependentBuildInputs => 'HydraFrontend::Schema::Buildinputs', 'inputid');
  • edit in src/HydraFrontend/root/build.tt at line 105
    [4.8433]
    [4.8433]
    </table>
    [% IF build.dependentBuildInputs %]
    <h2>Used by</h2>
    <p>The following builds have used this build as an input:</p>
    <table class="tablesorter">
    <thead>
    <tr><th>Build</th><th>Input name</th><th>Timestamp</th></tr>
    </thead>
    <tbody>
    [% FOREACH input IN build.dependentBuildInputs -%]
    <tr>
    <td><a href="[% c.uri_for('/build' input.buildid.id) %]">Job <tt>[% input.buildid.project %]:[% input.buildid.attrname %]</tt> build [% input.buildid.id %]</a></td>
    <td><tt>[% input.name %]</tt></td>
    <td>[% date.format(input.buildid.timestamp, '%Y-%m-%d %H:%M:%S') %]</td>
    </tr>
    [% END -%]
    </tbody>
  • edit in src/HydraFrontend/root/build.tt at line 129
    [4.8443]
    [4.8443]
    [% END %]
  • edit in src/HydraFrontend/root/build.tt at line 131
    [4.8444]
    [4.8444]