[?]
Nov 25, 2008, 1:22 AM
6JGCGK5XMN63OPPDAJOOUNDNMMKNOWKJRDSPF3KBR6J3JEHQTCMAC

Dependencies

  • [2] 4JPNFWRB * Use jquery for the logfile manipulation.
  • [3] BD3GRK4B * Get rid of "positive failures" and separate log phases.
  • [4] J5UVLXOK * Start of a basic Catalyst web interface.
  • [5] CLJQCY2X * Store info about all the build actions and allow them to be
  • [6] AS5PAYLI
  • [*] BA46C5LN * Pretty-print the logs.

Change contents

  • replacement in src/HydraFrontend/lib/HydraFrontend/Controller/Root.pm at line 331
    [4.534][4.534:561]()
    $c->stash->{id} = $id;
    [4.534]
    [4.561]
    $c->stash->{build} = $build;
  • replacement in src/HydraFrontend/root/log.tt at line 3
    [4.11832][3.3328:3425]()
    <h1>Logfile for <tt>[% build.project.name %]:[% build.attrname %]</tt> build [% build.id %]</h1>
    [4.11832]
    [4.11895]
    <h1>Logfile for <tt>[% build.project.name %]:[% build.attrname %]</tt> build [% build.id %][%IF step %], step [% step.stepnr %] (<tt>[% step.outpath %]</tt>)[% END %]</h1>
  • edit in src/HydraFrontend/root/static/css/logfile.css at line 81
    [8.1946]
    [2.1482]
    }
    .prio3 {
    font-style: italic;
  • edit in src/HydraFrontend/xsl/log2html.xsl at line 68
    [8.5666]
    [8.5666]
    <xsl:if test="@priority = 3">
    <xsl:attribute name="class">prio3</xsl:attribute>
    </xsl:if>