summaryrefslogtreecommitdiff
path: root/bin/custodian-enqueue
AgeCommit message (Expand)Author
2016-04-22Updated to fix rubocop warnings.Steve Kemp
2016-01-18Updated the queue-handling.Steve Kemp
2015-12-18Removed references and support for beanstalkd.Steve Kemp
2015-08-25Force default encoding to be UTF-8.Steve Kemp
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-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-06 Added script to report on parse failures.Steve 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 Remove the --timeout parameter.Steve Kemp
2012-11-23 We no longer refer to JSON.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 Parse the configuration file into arrays of jobs, via our test-factorySteve Kemp
2012-11-21 Decouple the enqueuing from the parsing.Steve Kemp
2012-11-20 Updated case statements for ruby1.9Steve Kemp
2012-11-20 Updated name of the script in the detail of the hearbeat alert.Steve Kemp
2012-11-15 Added --test flagSteve Kemp
2012-11-14 Send a heartbeat on the enqueuer so that we abort if there are no additions.Steve Kemp
2012-11-14 Moved parser code into its own file, and updated main script + test suite to...Steve Kemp
2012-11-14 Use our global-timeout value when pulling macro definitions.Steve Kemp
2012-11-14 Cope with macros with numerals in their names.Steve Kemp
2012-11-14 Define macros correctly when only one host is present.Steve Kemp
2012-11-14 Allow --timeout to specify the timeout period.Steve Kemp
2012-11-14 Set a timeoutSteve Kemp
2012-11-14 Allow "must run xxx." - with no trailing whitespaceSteve Kemp
2012-11-13 Be explicit that nil lines are OK.Steve Kemp
2012-11-13 When adding a new test return to the caller the JSON values we added - as a...Steve Kemp
2012-11-13 Updated to remove the duplication involving our ping-tests.Steve Kemp
2012-11-13 Added --help/--manual flagsSteve Kemp
2012-11-13 Remove the newline from lines prior to parsing.Steve Kemp
2012-11-13 Updated comments. Simplified argument testing in the constructorSteve Kemp
2012-11-13 HTTP-fetching of macros works.Steve Kemp