Different icons (darker red) for cancelled builds. Fixes #25.
[?]
May 25, 2012, 2:14 AM
3TL5XENEDRHHYOTZUC5IUCVPCPOQJ56M25WJYBKJ5PX7772BIO3QCDependencies
- [2]
D6ET5EQ6Doh - [3]
HFJPPMTUCleanup - [4]
U4TD3AIQAdd support for viewing jobset evaluations - [5]
Q4VDOA76Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu. - [6]
RWFCW6ZNIn the jobset evals lists, show what inputs changed between consecutive evals - [7]
KG5AMUMGCleanup - [8]
T6KISLR6Fix indentation - [9]
E5DMQRPORemove unnecessary whitespace in the HTML output - [*]
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
{ uri => { '!=' => undef }, revision => { '!=' => undef }, altNr => 0 },{ -or => [ -and => [ uri => { '!=' => undef }, revision => { '!=' => undef }], dependency => { '!=' => undef }], altNr => 0 }, - replacement in src/lib/Hydra/Controller/Jobset.pm at line 364
if !defined $p || $input->revision ne $p->revision || $input->type ne $p->type || $input->uri ne $p->uri;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
<img src="/static/images/error_[% size %].png" alt="Failed" /><img src="/static/images/cancelled_[% size %].png" alt="Cancelled" /> - replacement in src/root/common.tt at line 419
[% BLOCK renderShortRev -%][%- IF type == "svn" || type == "svn-checkout" || type == "bzr" || type == "bzr-checkout" -%][% 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
[%- ELSIF type == "git" -%]<tt>[% revision.substr(0, 7) %]</tt>[%- 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
<tt>[%- revision -%]</tt><tt>[%- input.revision -%]</tt> - replacement in src/root/common.tt at line 451
[%- sep %] [% input.name %] → [% INCLUDE renderShortRev type=input.type revision=input.revision %][%- 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]