Add a hydra.conf option to enable email notification
[?]
Mar 12, 2018, 12:52 PM
CLBOP44WGI6B47PRPPLKOQODTLDXEZRT7SXLSDS6I42DGFNI2SLQCDependencies
- [2]
2G63HKCHFix some wellformedness issues - [3]
GEADFVZ5hydra-queue-runner: Improved scheduling - [4]
OGLMBJSCEnable setting emailresponsible in the edit jobset form - [5]
K3HODXGHCheck all inputs for blame but only email selected inputs - [6]
QLOLZHRXAllow a per-jobset check interval - [7]
OX6NYJDVSplit viewing and editing a jobset - [*]
3HZY24CX* Make jobsets viewable under - [*]
LZVO64YGMerge in the first bits of the API work - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [*]
5EQYVRWEAdd a plugin mechanism - [*]
BLVQGJ4LUse OO-style plugins - [*]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that
Change contents
- edit in src/lib/Hydra/Controller/Jobset.pm at line 49
$c->stash->{emailNotification} = $c->config->{email_notification} // 0; - edit in src/lib/Hydra/Controller/Jobset.pm at line 178
$c->stash->{emailNotification} = $c->config->{email_notification} // 0; - edit in src/lib/Hydra/Plugin/EmailNotification.pm at line 46
return unless $self->{config}->{email_notification} // 0; - replacement in src/root/edit-jobset.tt at line 133
<input type="checkbox" name="enableemail" [% IF jobset.enableemail; 'checked="checked"'; END %]/>Email notification<input type="checkbox" name="enableemail" [% IF jobset.enableemail; 'checked="checked"'; END %] [%IF !emailNotification%]disabled=1[%END%] />Email notification - replacement in src/root/edit-jobset.tt at line 141
<input type="text" class="span3" name="emailoverride" [% HTML.attributes(value => jobset.emailoverride) %]/><input type="text" class="span3" name="emailoverride" [% HTML.attributes(value => jobset.emailoverride) %] [%IF !emailNotification%]disabled=1[%END%] /> - edit in src/root/jobset.tt at line 151
[% IF emailNotification %] - edit in src/root/jobset.tt at line 160
[% END %]