Brendan Coles
|
83f88ad401
|
Replace 'rest_client' with 'rest-client'
|
2015-06-22 15:15:48 +00:00 |
|
Brendan Coles
|
dad3be1b91
|
replace backticks with IO.open
|
2015-05-14 07:14:35 +10:00 |
|
antisnatchor
|
91fa8f4e63
|
Various fixes for the DNS extension code.
|
2014-03-02 16:05:57 +00:00 |
|
antisnatchor
|
ec9cf4d460
|
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
|
2014-03-02 12:56:33 +00:00 |
|
soh_cah_toa
|
d45bff3a59
|
Improved #check_dns_response to use config file for address/port.
|
2013-06-10 18:11:36 -04:00 |
|
soh_cah_toa
|
9e1ec69e40
|
Added tests for GET /api/dns/ruleset handler.
|
2013-06-08 22:44:51 -04:00 |
|
soh_cah_toa
|
e775748603
|
Added more tests for GET /api/dns/rule/:id with invalid input.
Also changed handler to return 404 when rule isn't found.
|
2013-06-08 21:58:28 -04:00 |
|
soh_cah_toa
|
3b58518cfd
|
Added tests for GET /api/dns/rule/:id handler.
Fixed #parse_response so that these tests pass.
|
2013-06-08 19:04:42 -04:00 |
|
soh_cah_toa
|
b9d64f0b89
|
Significantly refactored code in #test_3_add_rule_types.
|
2013-06-07 23:56:19 -04:00 |
|
soh_cah_toa
|
e527f1ae09
|
Refactored redundant code in #test_1_add_rule_good.
|
2013-06-07 23:09:07 -04:00 |
|
soh_cah_toa
|
68e56fa8c0
|
Added tests for NS, PTR, SOA, TXT, WKS, and invalid RR types.
All RR's are now tested. Though the tests are yet to be optimized.
|
2013-06-07 23:03:10 -04:00 |
|
soh_cah_toa
|
eccbdd6958
|
Added tests for AAAA, CNAME, HINFO, MINFO, and MX RR types.
Also fixed #format_response to properly format MS records.
|
2013-06-07 18:32:29 -04:00 |
|
soh_cah_toa
|
019ec2f6ed
|
Added new test for attempting to add an existing rule.
|
2013-06-07 00:05:15 -04:00 |
|
soh_cah_toa
|
cfa9177af1
|
Added 4 new tests for bad POST /api/dns/rule requests.
|
2013-06-06 23:58:12 -04:00 |
|
soh_cah_toa
|
1f37ceec9f
|
Began first integration tests for DNS RESTful API interface.
First test is for POST /api/dns/rule handler.
|
2013-06-06 23:16:40 -04:00 |
|