index
:
custodian.git
10-support-http-basic-auth
12-reap-old-tests
13-catch-bogus-dns
13-log-dns-errors
19-user-agent
21-allow-custom-subjects
3-send-sni-when-falling-back-to-openssl
locking_for_custodian_add_test_script
master
rubo-cop-all-the-things
ssl-custom-expiry
A distributed protocol tester.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
custodian
/
parser.rb
Age
Commit message (
Expand
)
Author
2014-10-13
Remove lines which are just whitespace before parsing
James Hannah
2013-06-24
Use our utility class for time-period testing.
Steve Kemp
2013-06-24
Updated comment to reflect reality.
Steve Kemp
2013-02-19
Period definitions for tests.
release-0.9-6
Steve Kemp
2013-01-14
Remove the mauve-handling
Steve Kemp
2012-11-25
Removed references to sentinel.
Steve Kemp
2012-11-24
Renamed 'custodian/protocoltest.rb' -> 'custodian/protocoltests.rb' to matc...
Steve Kemp
2012-11-24
Moved the protocol-test inclusion into a single file to avoid duplication.
Steve Kemp
2012-11-24
Raise an exception if the test-factory doesn't succeed.
Steve Kemp
2012-11-24
Updated to allow negative tests.
Steve Kemp
2012-11-23
Comment updates.
Steve Kemp
2012-11-23
Ensure that parse_line is given a line.
Steve Kemp
2012-11-23
Allow a string/array to be passed to parse_lines
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-factory
Steve Kemp
2012-11-21
Decouple the enqueuing from the parsing.
Steve Kemp
2012-11-20
Default to a 200-status code check.
Steve Kemp
2012-11-20
Repeat 5 times with timeout of 60 seconds. To avoid flaps.
Steve Kemp
2012-11-20
Adjusted regexs to be anchored at the beginning of the line, and
Patrick J Cherry
2012-11-20
Updated macro regex
Patrick J Cherry
2012-11-19
Ensure that hostnames used for ping-tests are valid - to avoid the security...
Steve Kemp
2012-11-18
Updated
Steve Kemp
2012-11-17
WARN: The user if there is no status/content test for HTTP, or banner for T...
Steve Kemp
2012-11-17
Be verbose in all tests.
Steve Kemp
2012-11-17
Parse the banner.
Steve Kemp
2012-11-16
Removed executable bit
Steve Kemp
2012-11-15
Added --test flag
Steve Kemp
2012-11-15
Timeout in 12 second.
Steve Kemp
2012-11-15
Raise an exception on a bogus line - and test for that.
Steve Kemp
2012-11-15
Comment update.
Steve Kemp
2012-11-15
Throw an exception if we attempt to redefine a macro.
Steve Kemp
2012-11-14
Updated comments.
Steve Kemp
2012-11-14
Abort on malformed-lines.
Steve Kemp
2012-11-14
Change default timeout to 10 seconds.
Steve Kemp
2012-11-14
Moved parser code into its own file, and updated main script + test suite to...
Steve Kemp