aboutsummaryrefslogtreecommitdiff
path: root/jobs/JobBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Add email body to nomail outputTom2016-09-141-1/+1
|
* Add daily failure notificationsTom2016-09-141-0/+7
|
* Add a new nomail commandline option for debuggingTom2016-09-141-0/+4
|
* Need to compare timedelta to timedeltaTom Ritter2016-05-091-3/+3
|
* Fix the super() callingTom Ritter2016-01-311-2/+2
|
* Get custom state names for each of the jobs nowTom Ritter2016-01-311-2/+4
|
* Refactor lots of things to allow you to be notified every so often, instead ↵Tom Ritter2016-01-311-5/+80
| | | | of every single time.
* For getting boolean values I need to coerce the typeTom Ritter2016-01-281-1/+1
|
* Add an option to use or bust gmail threadingTom Ritter2016-01-281-1/+3
|
* Add day and daily at noon optionsTom Ritter2016-01-261-0/+2
|
* Add a server identifier to the settings file.Tom Ritter2016-01-261-2/+2
|
* Log an exception if we can't send email.Tom Ritter2016-01-251-2/+3
|
* Initial commit of checkerTom Ritter2016-01-251-0/+53