Controller/Jobset: make some warnings about undef's go away
[?]
Jan 10, 2022, 3:33 PM
IHZBIA6JLFDQYDGK324G5WRG5LPBDWAGJFCIPSW4T7GJP7NH64NQCDependencies
- [2]
M2FEYZDCDo not trigger eval on jobset change when check interval is 0 (disabled). - [3]
QUMWPGCUAdd flake configuration to the web interface - [4]
246VA5DWAllow setting keepnr to 0 - [5]
OGLMBJSCEnable setting emailresponsible in the edit jobset form - [6]
BXHG3HYLWhen renaming a jobset, add a redirect from the old name - [7]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [8]
LZVO64YGMerge in the first bits of the API work - [*]
3HZY24CX* Make jobsets viewable under
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 242
my $type = int($c->stash->{params}->{"type"}) // 0;my $type = int($c->stash->{params}->{"type"} // 0); - replacement in src/lib/Hydra/Controller/Jobset.pm at line 273
, keepnr => int(trim($c->stash->{params}->{keepnr})), keepnr => int(trim($c->stash->{params}->{keepnr} // "0"))