summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts/redis-state.rb
AgeCommit message (Collapse)Author
2016-04-22More rubocop fixes.Steve Kemp
2015-12-18Removed debugging print.Steve Kemp
2015-11-16Keep 8k history-transitions.Steve Kemp
2015-11-16Updated the redis-alerter to store more useful-state.Steve Kemp
This will make visualization more simple.
2015-03-09Remove spaces inside blocks.Steve Kemp
2015-03-09Whitespace fixups.Steve Kemp
These were all identified and suggested by rubocop.
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
So "foo" is less good than 'foo'.
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
This is neater. Flagged by rubocop
2015-03-09Avoid arguments we're not using.Steve Kemp
Having methods take arguments which are ignored is a misleading thing, prefix with "_" to make that explicit, or remove.
2015-02-18Store the test-class in the redis-state.Steve Kemp
We need to do this such that we can show all possible results of a test in the status-page. There might be three back-ends with different results and if we filter by class-type we'll be able to see that.
2015-02-12Make the test-definition available to the redis-alerter.Steve Kemp
2015-02-12Updated to require JSONSteve Kemp
2015-02-12Updated to store the test results in a set.Steve Kemp
The redis-state "alerter" saves state in a useful way for the future, and will now save an array of hashes - each has corresponding to a useful result.
2013-01-24 fixedSteve Kemp
2013-01-24 Store the duration of tests.Steve Kemp
2012-11-27 Expire keys sanely.Steve Kemp
2012-11-26 The target is used to specify the redis hostname - use it.Steve Kemp
2012-11-26 Don't attempt to raise/clear with redis/mauve unless they were loaded.Steve Kemp
2012-11-26 Updated to make the requirement of redis soft, as it will probably beSteve Kemp
not used.
2012-11-26 Ensure we can be loaded, even if there is no redis rubygem present.Steve Kemp
2012-11-26 Added the redis-alerter.Steve Kemp