whenjobs.git
2012-03-10 Richard W.M... Implement whenjobs --daemon-start and --daemon-restart...
2012-03-10 Richard W.M... Implement 'whenjobs --daemon-status'.
2012-03-10 Richard W.M... daemon: Implement ping command.
2012-03-10 Richard W.M... Implement 'whenjobs --test' to test the effect of varia...
2012-03-10 Richard W.M... daemon: Implement 'test_variables'.
2012-03-10 Richard W.M... Pass the state through reevaluate_whenjobs and run_job.
2012-03-10 Richard W.M... Implement 'whenjobs --job-names' which lists all loaded...
2012-03-10 Richard W.M... daemon: Implement 'get_job_names' call to list all...
2012-03-10 Richard W.M... Change whenjobs --set syntax (NOTE: breaks compatibility).
2012-03-10 Richard W.M... Simplify code in the whenjobs tool by creating nr_args...
2012-03-10 Richard W.M... daemon: Implement 'set_variables' (atomic set multiple...
2012-03-10 Richard W.M... Allow get_dependencies to check dependencies of multipl...
2012-02-29 Richard W.M... Version 0.5 0.5
2012-02-29 Richard W.M... Add 'whenjobs --tail <serial>' to tail output messages...
2012-02-29 Richard W.M... Cosmetic changes to the help output and man page.
2012-02-29 Richard W.M... Copy previous variables / eval result across file reloads.
2012-02-28 Richard W.M... Version 0.0.4 0.0.4
2012-02-28 Richard W.M... Implement pre functions.
2012-02-28 Richard W.M... In comment: Cleanup -> Post.
2012-02-28 Richard W.M... Note that mailto is a post function.
2012-02-28 Richard W.M... Fix grammar in whentools(1).
2012-02-28 Richard W.M... Use labelled arguments in call_stmt.
2012-02-28 Richard W.M... Rename 'cleanup' to 'post'.
2012-02-24 Richard W.M... Update TODO.
2012-02-23 Richard W.M... Add commands to list, cancel, start jobs.
2012-02-23 Richard W.M... Move string_of_time_t to Whenutils module.
2012-02-23 Richard W.M... Whitespace change.
2012-02-23 Richard W.M... In XDR, introduce a new type 'string_big_int'.
2012-02-23 Richard W.M... Pass JOBSERIAL through to the cleanup function.
2012-02-23 Richard W.M... Update TODO.
2012-02-23 Richard W.M... lib: Missing \ caused list of CMI files to be truncated.
2012-02-23 Richard W.M... Version 0.0.3. 0.0.3
2012-02-23 Richard W.M... Implement cleanup functions, including 'mailto'.
2012-02-23 Richard W.M... daemon: On fork, open stdin/stdout/stderr on /dev/null.
2012-02-23 Richard W.M... Fix perldoc test in configure script.
2012-02-23 Richard W.M... Add Whentools library, test, documentation.
2012-02-23 Richard W.M... Allow job names to be arbitrary OCaml expressions.
2012-02-23 Richard W.M... Remove dead code.
2012-02-23 Richard W.M... Document job names.
2012-02-23 Richard W.M... Move variable checking to check_valid_variable_name...
2012-02-23 Richard W.M... Add 'len <expr>' operator.
2012-02-23 Richard W.M... Refactor state into a separate [Whenstate] module.
2012-02-23 Richard W.M... Reorder SOURCES for consistency.
2012-02-23 Richard W.M... Split large 'Whenutils' module into two (creating new...
2012-02-22 Richard W.M... Version 0.0.2. 0.0.2
2012-02-22 Richard W.M... Fix double-scheduled timer problem caused by reloading...
2012-02-22 Richard W.M... Display version when daemon starts.
2012-02-22 Richard W.M... Distribute the *.cmi files.
2012-02-22 Richard W.M... Add an explicit interface config.mli.
2012-02-22 Richard W.M... Reorder SOURCES for consistency.
2012-02-22 Richard W.M... Add 'make rpm' rule which builds an RPM.
2012-02-22 Richard W.M... Make RPM release in spec file into a variable (RPM_RELE...
2012-02-22 Richard W.M... Run jobs with 'set -e' so that they exit on error.
2012-02-22 Richard W.M... Ignore tarballs.
2012-02-22 Richard W.M... Add a rule to build whenjobs.txt for the website.
2012-02-22 Richard W.M... More TODO. 0.0.1
2012-02-22 Richard W.M... Prevent unwanted bytecode stripping by RPM.
2012-02-22 Richard W.M... Add prelink blacklist to specfile.
2012-02-21 Richard W.M... Fix EXTRA_DIST in Makefiles.
2012-02-21 Richard W.M... Update whenjobs(1) manual page reference section.
2012-02-21 Richard W.M... Comment: compare_values should be able to promote numer...
2012-02-21 Richard W.M... Use $SHELL environment variable to run the shell scripts.
2012-02-21 Richard W.M... Add a test of many jobs running at once.
2012-02-21 Richard W.M... Fix comparisons in 'increases' and 'decreases' functions.
2012-02-21 Richard W.M... Remove Whenutils.no_job_private and refactor prev-relat...
2012-02-21 Richard W.M... Add unit variable type and 'reloaded()' function.
2012-02-21 Richard W.M... Fix error message; arguments were swapped around.
2012-02-21 Richard W.M... Prevent users from setting JOBSERIAL and from setting...
2012-02-21 Richard W.M... Add a $JOBSERIAL environment variable when jobs run.
2012-02-21 Richard W.M... Compare job names intelligently, so "job$9" < "job...
2012-02-21 Richard W.M... Test running of jobs.
2012-02-21 Richard W.M... Implement running of jobs.
2012-02-21 Richard W.M... Implement 'whenjobs --daemon-stop'
2012-02-21 Richard W.M... Add new when-expression operators.
2012-02-21 Richard W.M... Ensure when-stmt jobs always run in predictable (name...
2012-02-21 Richard W.M... Further fixes to parsing tests.
2012-02-21 Richard W.M... pa_when: Allow >> in scripts to be escaped as >\>.
2012-02-21 Richard W.M... pa_when does not need and shouldn't depend on whenlib.cma
2012-02-21 Richard W.M... Add a TODO file.
2012-02-21 Richard W.M... Ignore any .depend file.
2012-02-21 Richard W.M... Export string_of_variable utility function.
2012-02-21 Richard W.M... Miscellaneous utility functions.
2012-02-21 Richard W.M... Fix parsing tests.
2012-02-21 Richard W.M... Fix matching on true/false identifier (for boolean...
2012-02-20 Richard W.M... Scheduling of every-jobs.
2012-02-20 Richard W.M... Add filter_map utility.
2012-02-18 Richard W.M... docs: Fix tag -> version.
2012-02-18 Richard W.M... AC_CHECK_PROG sets variable to empty string when not...
2012-02-18 Richard W.M... Add ocaml.m4
2012-02-18 Richard W.M... whenjobs initial version.
2012-02-10 Richard W.M... Initial build environment.