dnscontrol/pkg/js/parse_tests
Tom Limoncelli f082ad36c8
AUTODNSSEC -> AUTODNSSEC_ON (#863)
* AUTODNSSEC -> AUTODNSSEC_ON
* Validate AutoDNSSEC values
* AUTODNSSEC now generates a warning and does nothing.
2020-09-27 16:37:42 -04:00
..
complexImports require() should handle paths as relative (like nodeJS) (#443) 2019-01-29 10:29:00 -05:00
001-basic.js
001-basic.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
002-ttl.js
002-ttl.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
003-meta.js
003-meta.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
004-ips.js
004-ips.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
006-transforms.js
006-transforms.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
007-importTransformTTL.js Refactor addRecord to recordBuilder (#157) (#163) 2017-08-11 14:48:43 -04:00
007-importTransformTTL.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
008-import.js require() should handle paths as relative (like nodeJS) (#443) 2019-01-29 10:29:00 -05:00
008-import.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
009-reverse.js
009-reverse.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
010-alias.js
010-alias.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
011-cfRedirect.js
011-cfRedirect.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
012-duration.js
012-duration.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
013-mx.js tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare 2017-07-20 17:41:15 -04:00
013-mx.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
014-caa.js Add CAA support (#161) 2017-07-25 14:59:40 -04:00
014-caa.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
015-tlsa.js Add TLSA record support (#165) (#203) 2017-09-15 09:03:29 -04:00
015-tlsa.json Fix TLSA parse_test. 2019-01-11 10:34:13 -05:00
016-backslash.js add some backslash parse tests 2017-09-15 10:29:28 -04:00
016-backslash.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
017-txt.js Release 3.0.0 Candidate (#699) 2020-03-22 13:38:37 -04:00
017-txt.json Release 3.0.0 Candidate (#699) 2020-03-22 13:38:37 -04:00
018-dkim.js Add syntax for very long DKIM strings (#295) 2018-01-04 21:17:08 -05:00
018-dkim.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
019-ignored-records.js New feature: IGNORE_TARGET. Rename INGORE to IGNORE_NAME (#806) 2020-08-18 11:14:34 -04:00
019-ignored-records.json New feature: IGNORE_TARGET. Rename INGORE to IGNORE_NAME (#806) 2020-08-18 11:14:34 -04:00
019-r53-alias.js ROUTE53: Support Route53's ALIAS record type (#239) (#301) 2018-01-16 05:53:12 -05:00
019-r53-alias.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
020-complexRequire.js require() should handle paths as relative (like nodeJS) (#443) 2019-01-29 10:29:00 -05:00
020-complexRequire.json require() should handle paths as relative (like nodeJS) (#443) 2019-01-29 10:29:00 -05:00
020-nameserver-ttl.js Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00
020-nameserver-ttl.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
021-srv.js Fix SRV record handling when target is shortname (#422) 2018-12-07 16:30:04 -05:00
021-srv.json BUG: parse_tests: Fix (revert) earlier reformatting (#431) 2018-12-19 10:19:50 -05:00
022-sshfp.js Add SSHFP DNS record support. (#439) 2019-01-28 17:26:20 -05:00
022-sshfp.json OVH: Update to use newer client library (#445) 2019-05-20 15:39:19 -04:00
023-ignored-glob-records.js IGNORE() now supports glob pattern/wildcards (#463) 2019-05-27 10:14:29 -04:00
023-ignored-glob-records.json New feature: IGNORE_TARGET. Rename INGORE to IGNORE_NAME (#806) 2020-08-18 11:14:34 -04:00
023-naptr.js fix some tests 2019-05-06 11:12:42 -04:00
023-naptr.json fix some tests 2019-05-06 11:12:42 -04:00
024-json-import.js NEW: require() now supports loading JSON too (#474) 2019-05-23 09:26:40 -04:00
024-json-import.json NEW: require() now supports loading JSON too (#474) 2019-05-23 09:26:40 -04:00
025-autodnssec.js AUTODNSSEC -> AUTODNSSEC_ON (#863) 2020-09-27 16:37:42 -04:00
025-autodnssec.json AUTODNSSEC -> AUTODNSSEC_ON (#863) 2020-09-27 16:37:42 -04:00
026-azure-alias.js AZURE_DNS: Add support for Alias: AZURE_ALIAS() (#675) 2020-03-02 11:25:42 -05:00
026-azure-alias.json AZURE_DNS: Add support for Alias: AZURE_ALIAS() (#675) 2020-03-02 11:25:42 -05:00
027-ds.js New RTYPE: DS records now supported! (#753) 2020-05-30 10:40:21 -04:00
027-ds.json New RTYPE: DS records now supported! (#753) 2020-05-30 10:40:21 -04:00
domain-ip-map.json NEW: require() now supports loading JSON too (#474) 2019-05-23 09:26:40 -04:00
import.js