Age | Commit message (Expand) | Author |
2015-12-18 | Removed references and support for beanstalkd. | Steve Kemp |
2015-11-16 | Ensure we strip leading/trailing space from alerts. | Steve Kemp |
2015-04-30 | If a test is skipped we don't need to sleep. | Steve Kemp |
2015-04-28 | Revert the last commit - syslog gives us timestamps | Steve Kemp |
2015-04-28 | Show the date/time as well as logged messages. | Steve Kemp |
2015-04-28 | Removed temporary debugging puts | Steve Kemp |
2015-04-24 | Use the expanded version of our return-codes. | Steve Kemp |
2015-04-16 | Work with the new return-type from tests. | Steve Kemp |
2015-03-10 | Log the failure-reason on the temporary-fails. | Steve Kemp |
2015-03-09 | Removed trailing whitespace from the code | Steve Kemp |
2015-03-09 | Remove spaces inside blocks. | Steve Kemp |
2015-03-09 | Whitespace fixups. | Steve Kemp |
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp |
2015-03-09 | Avoid redudent returns. | Steve Kemp |
2015-03-09 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp |
2015-03-09 | Do not use parentheses for method calls with no arguments. | Steve Kemp |
2015-03-09 | Avoid redundent ".to_s" methods. | Steve Kemp |
2015-03-04 | Updated comments and code-order. No functional change. | Steve Kemp |
2015-03-04 | Don't use a logger. | Steve Kemp |
2015-02-18 | Updated comments for better accuracy. | Steve Kemp |
2015-02-18 | Removed diagnostic printing. | Steve Kemp |
2015-02-17 | Now we work with multiple implementations. | Steve Kemp |
2015-02-17 | Changed the way that we process a single job. | Steve Kemp |
2015-02-05 | More simplification - don't pass state around. | Steve Kemp |
2015-01-21 | Read the queue-type from the settings-object. | Steve Kemp |
2015-01-19 | Updated to use our queue-abstraction. | Steve Kemp |
2013-08-01 | Updated the cool-off period to work after every failed test, bar the | Patrick J Cherry |
2013-05-15 | Use log_message() not puts(). | Steve Kemp |
2013-05-14 | We only sleep between tests if we saw a failure. | Steve Kemp |
2013-05-14 | Ensure repeat_count and sleep values are integers. | Steve Kemp |
2013-05-14 | Allow retry-behaviour to be tweaked. | Steve Kemp |
2013-05-14 | Comment update. | Steve Kemp |
2013-04-23 | The name of the beanstalkd tube is passed into the constructor now. | Steve Kemp |
2013-01-24 | Updated to log duration of test-runs with our alerters, if they | Steve Kemp |
2012-12-12 | The dequeuing process passes the settings to the wroker. | Steve Kemp |
2012-11-30 | Hard-wire repeat for the moment. It'll come from the configuration | Steve Kemp |
2012-11-26 | Updated so that each alert-type has its dedicated alert-target. | Steve Kemp |
2012-11-26 | Allow multiple alerters. | Steve Kemp |
2012-11-26 | Explicitly watch a "tube" - a named queue - to avoid stomping on | Steve Kemp |
2012-11-24 | Renamed 'custodian/protocoltest.rb' -> 'custodian/protocoltests.rb' to matc... | Steve Kemp |
2012-11-24 | Set the alerter-target, if we can find one. | Steve Kemp |
2012-11-24 | Use the factory-method to instantiate an alerting method. | Steve Kemp |
2012-11-24 | Move the protocol-test includes into a single file to avoid duplication. | Steve Kemp |
2012-11-24 | Simplify test-execution logic, and count the test-runs from 1 rather than z... | Steve Kemp |
2012-11-24 | Invert the success/failure of tests if appropriate. | Steve Kemp |
2012-11-23 | Updated the alerter to be in the Custodian name-space, and the worker | Steve Kemp |
2012-11-22 | Removed json library - we don't need/use it. | Steve Kemp |
2012-11-22 | Updated to use the new string-body from jobs, and the new factory to genera... | Steve Kemp |
2012-11-22 | Moved the worker into the custodian namespace. | Steve Kemp |