1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

678 Commits

Author SHA1 Message Date
Ross McFarland
2c3b777763 Move octodns/record.py to octodns/record/__init__.py 2018-12-10 09:01:07 -08:00
Ross McFarland
7e1b1234b6 _IpList base class extracted from v4 and v6 2018-12-10 08:54:49 -08:00
Ross McFarland
9eaac27ddf Avoid reusing seen, loop instead 2018-12-10 08:48:18 -08:00
Ross McFarland
bc6e492f35 Merge remote-tracking branch 'origin/master' into dynamic-records 2018-12-10 08:44:57 -08:00
Ross McFarland
36b4a421c9 Simplify values -> value -> [] fallback code in _ValuesMixin 2018-12-10 08:24:41 -08:00
Ross McFarland
90b8268985 Merge pull request #306 from yzguy/dnsmadeeasy_aname
add ANAME support to DnsMadeEasy (ALIAS == ANAME)
2018-12-10 08:20:28 -08:00
Adam Smith
a2fe9bb27a add ALIAS suppport for DNSMadeEasy to README 2018-12-09 17:16:27 -08:00
Adam Smith
6ee308089f add ANAME support to DnsMadeEasy (ALIAS == ANAME) 2018-12-09 17:08:38 -08:00
Ross McFarland
dfcda702e3 Merge pull request #305 from github/cloudflare-delete-alias
Fix deletion of Cloudflare ALIAS reocrds
2018-12-09 14:30:32 -08:00
Ross McFarland
f52005bf60 Fix deletion of Cloudflare ALIAS reocrds 2018-12-09 14:24:53 -08:00
Ross McFarland
b83572c0b9 Merge pull request #272 from tandrup/dont-escape-semicolon-in-azure
Avoid escaping semicolon in azure
2018-12-09 12:34:07 -08:00
Ross McFarland
5524cc1b1d Merge branch 'master' into dont-escape-semicolon-in-azure 2018-12-09 12:30:47 -08:00
Ross McFarland
a767a5cb25 Implement pool-level fallbacks and validations 2018-12-07 14:29:05 -08:00
Mads Mætzke Tandrup
32756fb815 Remove unused import 2018-12-06 21:39:09 +01:00
Mads Mætzke Tandrup
6c07157bd3 Changed from string.replace to s.replace 2018-12-06 21:33:25 +01:00
Ross McFarland
e3b0ce9dcf Pass cls._type, not cls/record_cls to validate 2018-12-06 06:17:47 -08:00
Ross McFarland
0114e54bd3 Remove _DynamicRuleGeo, its overkill, no details parsing for now 2018-12-06 06:14:04 -08:00
Ross McFarland
ccd9038a38 Impliment Dynamic rule geo validation 2018-12-05 16:42:38 -08:00
Ross McFarland
e16648ab1f Progress towards fully fleshed out pools & rules 2018-12-05 16:28:41 -08:00
Ross McFarland
b80348c2c7 Add __eq__, __ne__, and __repr__ to Dynamic objects and test 2018-12-03 16:46:18 -08:00
Ross McFarland
446f66f562 Implement _DynamicMixin's value objects, unit test them 2018-12-03 15:51:30 -08:00
Ross McFarland
b650013ccb Add a AAAA dyanmic.tests example, comments 2018-12-03 15:03:53 -08:00
Ross McFarland
0e0e995436 AaaaRecord and CnameRecord should implement _DynamicMixin, fix validate params 2018-12-03 14:54:22 -08:00
Ross McFarland
303d0532c8 Implement SUPPORTS_DYNAMIC functionality, no providers 2018-12-03 14:40:43 -08:00
Ross McFarland
70c35aac26 WIP implementation of dyanmic pools & rules validation 2018-12-03 14:28:30 -08:00
Ross McFarland
e07165a2ab Move _process_value to cls.process on Value types 2018-11-30 09:14:23 -08:00
Ross McFarland
a29f188bc0 Same for ValueMixin 2018-11-30 08:35:56 -08:00
Ross McFarland
c9b373f0ae Further clean up/division of labor and tests 2018-11-30 08:32:55 -08:00
Ross McFarland
2829862ea5 Major refactoring of record validation to better support (planned) complex/dynamic record types 2018-11-29 15:15:12 -08:00
Ross McFarland
c41824c3e9 Better weighting support 2018-11-28 09:41:25 -08:00
Ross McFarland
92b025fe1a Support for weights of pools 2018-11-28 09:22:09 -08:00
Ross McFarland
698eb91684 Add Dynamic Mixin class structure, all noops for now 2018-11-28 09:18:24 -08:00
Ross McFarland
9d45386f4d Sketch of new dynamic record config in unit.tests. 2018-11-28 09:01:07 -08:00
Ross McFarland
f8642a63c5 Merge pull request #298 from zBart/patch-2
Added option to set the AWS session token to the Route53Provider
2018-11-21 07:18:26 -08:00
Bart S
4df663afb8 Merge branch 'master' into patch-2 2018-11-21 10:11:57 +01:00
Bart S
95ae90b587 Removed trailing whitespace 2018-11-21 10:11:45 +01:00
Bart S
64a453632f Moved session_token to the end of the argument list 2018-11-21 10:09:23 +01:00
Ross McFarland
926f277662 Merge pull request #299 from github/dnsimple-txt-semicolons
Fixes for DNSimple's TXT ; handling
2018-11-20 08:45:00 -08:00
Ross McFarland
8970ef268f Merge branch 'master' into dnsimple-txt-semicolons 2018-11-20 08:40:14 -08:00
Ross McFarland
e7ad9ad0a8 Merge pull request #300 from github/pin-natsort-5-5-0
Update natsort versions to 5.5.0 which has setuptools fixes
2018-11-18 18:14:43 -08:00
Ross McFarland
7a1875e7d3 Update natsort versions to 5.5.0 which has setuptools fixes 2018-11-18 17:44:09 -08:00
Bart S
45391dca86 Merge branch 'master' into patch-2 2018-11-16 16:04:17 +01:00
Ross McFarland
7d8f04a746 Linting fix 2018-11-15 09:03:36 -08:00
Bart S
7628f819b8 Added note saying session_token is optional 2018-11-15 11:20:42 +01:00
Ross McFarland
02d120dda6 Fixes for DNSimple's TXT ; handling 2018-11-12 08:40:44 -08:00
Ross McFarland
4755140c68 Merge pull request #297 from zBart/patch-1
Added ALIAS to the Cloudflare list of proxiable record types
2018-11-12 08:19:03 -08:00
Bart S
c19fce46c0 Attempted lint fixes 2018-11-12 16:28:51 +01:00
Bart S
dfdf81cda4 Added option to set the AWS session token to the Route53Provider 2018-11-12 16:14:31 +01:00
Bart S
c26c8b7c3f Added ALIAS to the support list of proxiable record types 2018-11-12 16:08:05 +01:00
Ross McFarland
4e9cd1d975 Merge pull request #295 from github/dyn-caa-ttl
Include TTL in Dyn CCA record values
2018-11-05 09:58:50 -08:00