dnscontrol/pkg/js/parse_tests
2025-01-01 12:02:23 -05:00
..
001-basic js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
002-ttl js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
003-meta js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
004-ips js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
006-transforms js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
008-import js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
011-cfRedirect js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
012-duration TESTING: pkg/js/parse_tests: fix a broken test (#1498) 2022-05-03 19:46:48 -04:00
013-mx js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
014-caa js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
015-tlsa NEW PROVIDER: AkamaiEdgeDNS (#1174) 2021-06-22 10:24:49 -04:00
017-txt REFACTOR: Opinion: TXT records are one long string (#2631) 2023-12-04 17:45:25 -05:00
018-dkim REFACTOR: Opinion: TXT records are one long string (#2631) 2023-12-04 17:45:25 -05:00
020-complexRequire js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
021-srv js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
022-sshfp js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
023-ignored-glob-records js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
024-json-import js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
027-ds js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
028-dextend js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
029-dextendsub Add test cases for IDN domains (#1302) 2021-11-03 10:45:01 -04:00
030-dextenddoc js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
031-dextendnames js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
032-reverseip js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
033-revextend js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
035-naptr Improve MSDNS naptr support (#1165) 2021-06-24 18:26:21 -04:00
036-dextendcf CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243) 2021-10-11 16:04:49 -04:00
038-soa Direct SOA record management (#1115) 2021-05-04 15:47:26 -04:00
040-cfWorkerRoute CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243) 2021-10-11 16:04:49 -04:00
045-loc LOC: fix float altitude value ingestion, gate size and precision values (#3130) 2024-09-27 12:06:19 -04:00
complexImports Add .gitattributes file and fix line endings to match. (#1004) 2020-12-25 10:18:01 -05:00
001-basic.js Add D_EXTEND (#885) (thanks to @ad8-bdl!) 2020-10-07 14:27:33 -04:00
001-basic.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
002-ttl.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00
002-ttl.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
003-meta.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00
003-meta.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
004-ips.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00
004-ips.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
005-ignored-records.js NEW FEATURE: IGNORE() (diff2 only) (#2388) 2023-05-24 15:14:36 -04:00
005-ignored-records.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
006-transforms.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00
006-transforms.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
007-importTransformTTL.js NEW FEATURE: IMPORT_TRANSFORM_STRIP (#3181) 2024-10-31 11:05:56 -04:00
007-importTransformTTL.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -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 CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
009-reverse.js Enable PTR records for BIND driver (#146) 2017-07-06 10:18:15 -04:00
009-reverse.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
010-alias.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00
010-alias.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
011-cfRedirect.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00
011-cfRedirect.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
012-duration.js TESTING: pkg/js/parse_tests: fix a broken test (#1498) 2022-05-03 19:46:48 -04:00
012-duration.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
013-mx.js Add .gitattributes file and fix line endings to match. (#1004) 2020-12-25 10:18:01 -05:00
013-mx.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
014-caa.js Add .gitattributes file and fix line endings to match. (#1004) 2020-12-25 10:18:01 -05:00
014-caa.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
015-tlsa.js Add TLSA record support (#165) (#203) 2017-09-15 09:03:29 -04:00
015-tlsa.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
017-txt.js Release 3.0.0 Candidate (#699) 2020-03-22 13:38:37 -04:00
017-txt.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
018-dkim.js Add .gitattributes file and fix line endings to match. (#1004) 2020-12-25 10:18:01 -05:00
018-dkim.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
019-r53-alias.js ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649) 2023-11-27 17:50:21 -05:00
019-r53-alias.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -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 CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -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 CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
022-sshfp.js Add .gitattributes file and fix line endings to match. (#1004) 2020-12-25 10:18:01 -05:00
022-sshfp.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05: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 CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05: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 CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
025-autodnssec.js AUTODNSSEC -> AUTODNSSEC_ON (#863) 2020-09-27 16:37:42 -04:00
025-autodnssec.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05: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 CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
027-ds.js New RTYPE: DS records now supported! (#753) 2020-05-30 10:40:21 -04:00
027-ds.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
028-dextend.js Add D_EXTEND (#885) (thanks to @ad8-bdl!) 2020-10-07 14:27:33 -04:00
028-dextend.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
029-dextendsub.js Add test cases for IDN domains (#1302) 2021-11-03 10:45:01 -04:00
029-dextendsub.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
030-dextenddoc.js DOCS: Documentation directory structure (#2905) 2024-04-09 14:26:45 -04:00
030-dextenddoc.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
031-dextendnames.js Add D_EXTEND (#885) (thanks to @ad8-bdl!) 2020-10-07 14:27:33 -04:00
031-dextendnames.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
032-reverseip.js js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
032-reverseip.json Fix REV and PTR (#979) 2020-12-03 08:33:37 -05:00
033-revextend.js js_test.go should generate & test zonefile output too (#986) 2020-12-03 09:33:39 -05:00
033-revextend.json Fix REV and PTR (#979) 2020-12-03 08:33:37 -05:00
034-nameserver-ttl.js MAINT: Fix parse_test numbering (#985) 2020-12-01 11:22:12 -05:00
034-nameserver-ttl.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
035-naptr.js Improve MSDNS naptr support (#1165) 2021-06-24 18:26:21 -04:00
035-naptr.json Improve MSDNS naptr support (#1165) 2021-06-24 18:26:21 -04:00
036-dextendcf.js CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243) 2021-10-11 16:04:49 -04:00
036-dextendcf.json CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243) 2021-10-11 16:04:49 -04:00
037-splithor.js NEW FEATURE: Support Split Horizon DNS (#1034) 2021-02-05 12:12:45 -05:00
037-splithor.json NEW FEATURE: Support Split Horizon DNS (#1034) 2021-02-05 12:12:45 -05:00
038-soa.js Direct SOA record management (#1115) 2021-05-04 15:47:26 -04:00
038-soa.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
039-include.js Add INCLUDE statement to include records from other domains (#1219) 2021-07-25 12:03:58 -04:00
039-include.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
040-cfWorkerRoute.js CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243) 2021-10-11 16:04:49 -04:00
040-cfWorkerRoute.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
040-r53-zone.js Add R53_ZONE as an domain identifier (#1241) 2021-09-02 16:54:54 -04:00
040-r53-zone.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
041-newstyleproviders.js NEW FEATURE: Moving provider TYPE from dnsconfig.js to creds.json (#1500) 2022-05-08 14:23:45 -04:00
041-newstyleproviders.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
043-safety.js NEW FEATURE: IGNORE() (diff2 only) (#2388) 2023-05-24 15:14:36 -04:00
043-safety.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
044-ensureabsent.js Bugfixed: NO_PURGE now works on all diff2 providers (#2084) 2023-02-19 12:33:08 -05:00
044-ensureabsent.json Bugfixed: NO_PURGE now works on all diff2 providers (#2084) 2023-02-19 12:33:08 -05:00
045-loc.js LOC: fix float altitude value ingestion, gate size and precision values (#3130) 2024-09-27 12:06:19 -04:00
045-loc.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
046-DHCID.js add dhcid type 2023-09-10 08:09:02 +02:00
046-DHCID.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
047-DNAME.js NEW RECORD TYPE: DNAME (#2893) 2024-04-02 14:28:57 -04:00
047-DNAME.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
047-SVCB.js NEW RECORD TYPE: HTTPS & SVCB (#2919) 2024-05-01 11:37:15 -04:00
047-SVCB.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
048-DNSKEY.js NEW RECORD TYPE: DNSKEY (#2917) 2024-04-22 09:54:12 -04:00
048-DNSKEY.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
049-json5-require.js FEATURE: Enable "require()" function to accept json5 files (#3003) 2024-06-11 15:27:11 -04:00
049-json5-require.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
050-cfSingleRedirect.js CLOUDFLAREAPI: Add CF_SINGLE_REDIRECT to manage "dynamic single" redirects (#3035) 2024-07-08 12:38:38 -04:00
050-cfSingleRedirect.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
051-HASH.js New Feature: HASH() adds hashing functions to dnsconfig.js language (#3085) 2024-08-21 09:21:39 -04:00
051-HASH.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
domain-ip-map.json CICD: json files should be strictly formatted (#3282) 2025-01-01 12:02:23 -05:00
domain-ip-map.json5 FEATURE: Enable "require()" function to accept json5 files (#3003) 2024-06-11 15:27:11 -04:00
import.js moving a bunch of packages under pkg (#124) 2017-05-25 14:25:39 -04:00