summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2015-03-09Moved usage-information to foot of script.Steve Kemp
2015-03-09Remove spaces inside blocks.Steve Kemp
2015-03-09More minor space fixupsSteve Kemp
2015-03-09Whitespace fixups.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
2015-03-09Avoid redundent ".to_s" methods.Steve Kemp
2015-03-09Use long-namesSteve Kemp
2015-02-05Fixed punctuation on commentSteve Kemp
2015-02-05Updated documentation to match reality.Steve Kemp
2015-02-05More simplification - don't pass state around.Steve Kemp
2015-02-05Simplify the flushing of queues.Steve Kemp
2015-02-04Hint to ruby that rubygems should be loaded.Steve Kemp
2015-01-21Don't hard-wire redis as the queue-type.Steve Kemp
2015-01-19Updated to use our queue-abstraction.Steve Kemp
2015-01-13Updated to include search-path.Steve Kemp
2015-01-13Avoid hard-wiring 1.8 rubySteve Kemp
2013-05-21 Ensure that jobs last for 300 seconds, rather than the default of 120.Steve Kemp
2013-04-23 Allow --queue to specify the beanstalkd tube.Steve Kemp
2012-12-12 The dequeuing process passes the settings to the wroker.Steve Kemp
2012-12-06 Updated documentation in a minor fashion.Steve Kemp
2012-12-06 Change hostname1 -> hostname in the doc since we only allow one host to be ...Steve Kemp
2012-12-06 Added script to report on parse failures.Steve Kemp
2012-12-06 The --monitor flag now allows a threshold to be specified, and noSteve Kemp
2012-11-30 Removed --repeat.Steve Kemp
2012-11-26 Updated to make the requirement of redis soft, as it will probably beSteve Kemp
2012-11-26 Explicitly watch a "tube" - a named queue - to avoid stomping onSteve Kemp
2012-11-25 Removed references to sentinel.Steve Kemp
2012-11-24 Removed the trailing ".rb" from our 'require ...' lines.Steve Kemp
2012-11-24 Use the alert-factory, rather than hard-coding our mauve-alert.Steve Kemp
2012-11-24 Remove the --timeout parameter.Steve Kemp
2012-11-23 We no longer refer to JSON.Steve Kemp
2012-11-23 Fixed the name of the settings class.Steve Kemp
2012-11-23 Read the server address:port from the settings object. Along with the file...Steve Kemp
2012-11-23 Updated the API for the parser to split parse_file into parse_lines.Steve Kemp
2012-11-22 Updated to rename the class.Steve Kemp
2012-11-22 Removed the reference to the alerter - that comes from the worker.Steve Kemp
2012-11-22 Parse the configuration file into arrays of jobs, via our test-factorySteve Kemp
2012-11-22 Moved the worker into the custodian namespace.Steve Kemp
2012-11-22 Moved TestFactory to the custodian-namespace.Steve Kemp
2012-11-22 Renamed.Steve Kemp
2012-11-22 Renamed class Custodian -> Custodian/WorkerSteve Kemp
2012-11-22 Updated to stub out more code.Steve Kemp
2012-11-22 Load the DNS primitiveSteve Kemp
2012-11-22 Added stub code.Steve Kemp
2012-11-22 Updated to require libraries more sanelySteve Kemp
2012-11-22 Renamed to use TestFactory.Steve Kemp
2012-11-21 LDAP-protocol is now testable.Steve Kemp