Different icons (darker red) for cancelled builds. Fixes #25.

[?]
May 25, 2012, 2:14 AM
3TL5XENEDRHHYOTZUC5IUCVPCPOQJ56M25WJYBKJ5PX7772BIO3QC

Dependencies

  • [2] D6ET5EQ6 Doh
  • [3] HFJPPMTU Cleanup
  • [4] Q4VDOA76 Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu.
  • [5] KG5AMUMG Cleanup
  • [6] RWFCW6ZN In the jobset evals lists, show what inputs changed between consecutive evals
  • [7] E5DMQRPO Remove unnecessary whitespace in the HTML output
  • [8] T6KISLR6 Fix indentation
  • [9] U4TD3AIQ Add support for viewing jobset evaluations
  • [*] 3HZY24CX * Make jobsets viewable under
  • [*] IK53RV4V
  • [*] D5QIOJGP * Move everything up one directory.

Change contents

  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 356
    [3.137][4.487:572](),[4.487][4.487:572]()
    { uri => { '!=' => undef }, revision => { '!=' => undef }, altNr => 0 },
    [3.137]
    [3.138]
    { -or => [ -and => [ uri => { '!=' => undef }, revision => { '!=' => undef }], dependency => { '!=' => undef }], altNr => 0 },
  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 364
    [4.1201][2.0:122]()
    if !defined $p || $input->revision ne $p->revision || $input->type ne $p->type || $input->uri ne $p->uri;
    [4.1201]
    [4.1323]
    if !defined $p || $input->revision ne $p->revision || $input->type ne $p->type || $input->uri ne $p->uri ||
    ( defined $input->dependency && defined $p->dependency && $input->dependency->id ne $p->dependency->id);
  • replacement in src/root/common.tt at line 249
    [4.2252][4.605:674](),[4.605][4.605:674]()
    <img src="/static/images/error_[% size %].png" alt="Failed" />
    [4.2252]
    [4.2253]
    <img src="/static/images/cancelled_[% size %].png" alt="Cancelled" />
  • replacement in src/root/common.tt at line 419
    [4.840][4.1590:1714]()
    [% BLOCK renderShortRev -%]
    [%- IF type == "svn" || type == "svn-checkout" || type == "bzr" || type == "bzr-checkout" -%]
    [4.840]
    [4.1714]
    [% BLOCK renderShortEval -%]
    [%- IF input.type == "svn" || input.type == "svn-checkout" || input.type == "bzr" || input.type == "bzr-checkout" -%]
  • replacement in src/root/common.tt at line 422
    [4.1736][4.1736:1807]()
    [%- ELSIF type == "git" -%]
    <tt>[% revision.substr(0, 7) %]</tt>
    [4.1736]
    [4.1807]
    [%- ELSIF input.type == "git" -%]
    <tt>[% input.revision.substr(0, 7) %]</tt>
    [%- ELSIF input.type == "build" || input.type == "sysbuild" -%]
    <tt>[% input.dependency.id %]</tt>
  • replacement in src/root/common.tt at line 427
    [4.1822][4.1822:1852]()
    <tt>[%- revision -%]</tt>
    [4.1822]
    [4.1852]
    <tt>[%- input.revision -%]</tt>
  • replacement in src/root/common.tt at line 451
    [4.2159][4.2159:2273]()
    [%- sep %] [% input.name %] → [% INCLUDE renderShortRev type=input.type revision=input.revision %]
    [4.2159]
    [4.2273]
    [%- sep %] [% input.name %] → [% INCLUDE renderShortEval input=input %]
  • file addition: cancelled_128.png (----------)
    [13.2196]
  • file addition: cancelled_16.png (----------)
    [13.2196]
  • file addition: cancelled_32.png (----------)
    [13.2196]
  • file addition: cancelled_64.png (----------)
    [13.2196]