Add support for multiple jobs files.
[whenjobs.git] / daemon / daemon.ml
2012-03-13 Richard W.M. JonesAdd support for multiple jobs files.
2012-03-13 Richard W.M. JonesAdd 'whenjobs --whisper' which lets you set variables...
2012-03-10 Richard W.M. Jonesdaemon: Implement ping command.
2012-03-10 Richard W.M. Jonesdaemon: Implement 'test_variables'.
2012-03-10 Richard W.M. JonesPass the state through reevaluate_whenjobs and run_job.
2012-03-10 Richard W.M. Jonesdaemon: Implement 'get_job_names' call to list all...
2012-03-10 Richard W.M. Jonesdaemon: Implement 'set_variables' (atomic set multiple...
2012-03-10 Richard W.M. JonesAllow get_dependencies to check dependencies of multipl...
2012-02-29 Richard W.M. JonesAdd 'whenjobs --tail <serial>' to tail output messages...
2012-02-29 Richard W.M. JonesCopy previous variables / eval result across file reloads.
2012-02-28 Richard W.M. JonesImplement pre functions.
2012-02-28 Richard W.M. JonesRename 'cleanup' to 'post'.
2012-02-23 Richard W.M. JonesAdd commands to list, cancel, start jobs.
2012-02-23 Richard W.M. JonesMove string_of_time_t to Whenutils module.
2012-02-23 Richard W.M. JonesPass JOBSERIAL through to the cleanup function.
2012-02-23 Richard W.M. JonesImplement cleanup functions, including 'mailto'.
2012-02-23 Richard W.M. JonesMove variable checking to check_valid_variable_name...
2012-02-23 Richard W.M. JonesRefactor state into a separate [Whenstate] module.
2012-02-23 Richard W.M. JonesSplit large 'Whenutils' module into two (creating new...
2012-02-22 Richard W.M. JonesFix double-scheduled timer problem caused by reloading...
2012-02-22 Richard W.M. JonesRun jobs with 'set -e' so that they exit on error.
2012-02-21 Richard W.M. JonesUse $SHELL environment variable to run the shell scripts.
2012-02-21 Richard W.M. JonesAdd unit variable type and 'reloaded()' function.
2012-02-21 Richard W.M. JonesPrevent users from setting JOBSERIAL and from setting...
2012-02-21 Richard W.M. JonesAdd a $JOBSERIAL environment variable when jobs run.
2012-02-21 Richard W.M. JonesCompare job names intelligently, so "job$9" < "job...
2012-02-21 Richard W.M. JonesImplement running of jobs.
2012-02-21 Richard W.M. JonesImplement 'whenjobs --daemon-stop'
2012-02-21 Richard W.M. JonesAdd new when-expression operators.
2012-02-21 Richard W.M. JonesEnsure when-stmt jobs always run in predictable (name...
2012-02-20 Richard W.M. JonesScheduling of every-jobs.
2012-02-18 Richard W.M. Joneswhenjobs initial version.