Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Removed shebang. | Steve Kemp | |
This refereed to ruby1.8 in a versioned way which was wrong. | |||
2015-01-29 | Don't output messages unless $DEBUG=1 | Steve Kemp | |
2015-01-29 | Added simple test cases | Steve Kemp | |
2015-01-22 | Allow inverted tests for MX. | Steve Kemp | |
(i.e. "pxe.io must not run mx otherwise 'no mail for steve'.") | |||
2015-01-21 | Document queue-type | Steve Kemp | |
2015-01-21 | Added accessor for the queue-type. | Steve Kemp | |
Default to redis as this is more likely to be installed. | |||
2015-01-21 | Read the queue-type from the settings-object. | Steve Kemp | |
This replaces redis as a hard-wired default. | |||
2015-01-21 | Don't hard-wire redis as the queue-type. | Steve Kemp | |
Read it from the configuration-file and don't expose the server flag which is now bogus. | |||
2015-01-19 | Removed obsolete queue_name field | Steve Kemp | |
2015-01-19 | Updated to use our queue-abstraction. | Steve Kemp | |
This means we can queue/dequeue to either Redis or Beanstalkd. | |||
2015-01-13 | Updated to actually test the backend MX servers. | Steve Kemp | |
We now connec to the MX-servers via XX:25 and alert if that fails.:wq | |||
2015-01-13 | Lookup MX record(s) for the domain under test. | Steve Kemp | |
2015-01-13 | Stub MX-test. | Steve Kemp | |
This will perform a DNS-lookup AND SMTP-test for the given domain. | |||
2015-01-13 | Updated to include search-path. | Steve Kemp | |
This is a temporary fix for local-testing. | |||
2015-01-13 | Added queue-abstraction layer. | Steve Kemp | |
This is not-yet used, but it will-be shortly. The intention is that we can seamlessly swap out the queue implemention in the near future so that we'll be able to use Redis. | |||
2015-01-13 | typo-fix | Steve Kemp | |
2015-01-13 | Minor update, and bump of copyright year. | Steve Kemp | |
2015-01-13 | Updated mocha-loading | Steve Kemp | |
2015-01-13 | Test that returning the test-definition works. | Steve Kemp | |
This will be needed when we want to save to the redis-log. | |||
2015-01-13 | Avoid hard-wiring 1.8 ruby | Steve Kemp | |
2015-01-13 | Removed the deprecated `custodian-instances` script. | Steve Kemp | |
This was designed to deploy multiple workers on a single host, via consistent "runit" system. It is no longer in use. | |||
2015-01-13 | Don't marry our code to ruby1.8 | Steve Kemp | |
2015-01-13 | Updated the mocha-gem usage | Steve Kemp | |
2015-01-08 | Simplified error messages for DNS failures. | Steve Kemp | |
We show the result we expected and what we received, but we do so with quoted strings. So rather than: * one * two we show "one,two". This closes #8538. | |||
2015-01-08 | Updated test to cope with DNS changes | Steve Kemp | |
These days google.com resolves over both IPv4 and IPv6. | |||
2014-12-11 | Updated changelog | Patrick J Cherry | |
2014-12-11 | Fixed typo | Patrick J Cherry | |
2014-12-11 | Updated changelog | Patrick J Cherry | |
2014-12-11 | Resolve DNS server name to an IP before connecting, so ruby knows | Patrick J Cherry | |
which protocol to use. | |||
2014-12-11 | Updated changelog | Patrick J Cherry | |
2014-12-11 | Moved test-dns-types so that it gets included in the test suite. | Patrick J Cherry | |
Added test for run_test. | |||
2014-12-11 | Use getnameinfo rather than getaddrinfo | Patrick J Cherry | |
2014-12-11 | Tidied up test suite include path | Patrick J Cherry | |
2014-12-11 | Renamed ldap test so it gets included in the test suite | Patrick J Cherry | |
2014-12-11 | Fixed DNS reverse lookups to use getnameinfo | Patrick J Cherry | |
2014-12-11 | Removed ruby1.8isms | Patrick J Cherry | |
2014-12-11 | Further tidying the DNS class to use an array rather than a string to | Patrick J Cherry | |
compare stuff. | |||
2014-12-11 | Updated changelog | Patrick J Cherry | |
2014-12-11 | make dns comparisons alL LoWeR CaSe | Patrick J Cherry | |
2014-12-02 | Added host header override to errors in HTTP test | James Hannah | |
2014-10-13 | Bumped whitespace version | James Hannah | |
2014-10-13 | Remove lines which are just whitespace before parsing | James Hannah | |
2014-10-13 | Incremented version number | James Hannah | |
2014-10-13 | Added support for overriding the HTTP Host header | James Hannah | |
2014-05-16 | Fixed numerous typos in the http library | Patrick J Cherry | |
2014-05-16 | Added tag release-0.11-1 for changeset bf9e6e885c8e | Patrick J Cherry | |
2014-05-16 | New release | Patrick J Cherry | |
2014-05-16 | Updated http protocoltest to connect over both IPv4 and 6. | Patrick J Cherry | |
2013-11-22 | New release | Steve Kemp | |
2013-11-22 | Added trivial TCP-connect test for postgresql | Steve Kemp | |