Fix some warnings about undefined values
[?]
Jul 2, 2012, 3:18 PM
AFEKITYDRS6BTHHBUAELN2GSHP4VDZPVH2FVA23NF3IURVDHJY7ACDependencies
- [2]
3TL5XENEDifferent icons (darker red) for cancelled builds. Fixes #25. - [3]
KG5AMUMGCleanup - [4]
RWFCW6ZNIn the jobset evals lists, show what inputs changed between consecutive evals - [5]
HFJPPMTUCleanup - [6]
D6ET5EQ6Doh - [*]
3HZY24CX* Make jobsets viewable under - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
MVB7RRLT* Move NARs from the NixChannel controller to the Root controller and - [*]
SZYDW2DGhydra: added some user admin - [*]
HRAFVVOEmake logo configurable via HYDRA_LOGO env var
Change contents
- 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 || "") || - edit in src/lib/Hydra/Controller/Root.pm at line 196
- edit in src/lib/Hydra/Controller/Root.pm at line 198
sub narinfo :Path('*.narinfo') {my ($self, $c) = @_;$c->stash->{current_view} = 'NixInfo';} - edit in src/lib/Hydra/Controller/Root.pm at line 211
- edit in src/lib/Hydra/Controller/Root.pm at line 230[10.685][12.280]