Steve Coursen
481bbe10f6
add geo support for ns1
2017-12-28 16:01:56 -05:00
Steve Coursen
61a86810ee
add geo support for ns1
2017-12-28 16:01:22 -05:00
Steve Coursen
1479d8804f
Merge branch 'ns1_geo' of ssh://github.com/nsone/octodns into ns1_geo
2017-11-14 13:14:52 -05:00
Steve Coursen
ce5ecc52e3
fix broken test by updating the actual format of the answers
2017-11-14 13:14:03 -05:00
Steve Coursen
0666522d77
Merge branch 'master' into ns1_geo
2017-11-14 12:33:07 -05:00
Steve Coursen
2cc17ffc7a
pep8 cleanup
2017-11-13 13:58:12 -05:00
Steve Coursen
0cc20afabd
pep8 cleanup
2017-11-13 13:57:43 -05:00
Steve Coursen
0dfcc6f6f2
Send appropriate meta along for A and AAAA records
2017-11-13 09:37:03 -05:00
Ross McFarland
7fc437dba5
Merge pull request #140 from yzguy/digitalocean-provider
...
Add DigitalOcean provider
2017-11-13 06:07:12 -08:00
Ross McFarland
cedbc37fd7
Merge branch 'master' into digitalocean-provider
2017-11-13 06:01:20 -08:00
Ross McFarland
518d0ee846
Merge pull request #147 from yzguy/align-validate-with-other-commands
...
remove default config file for octodns-validate
2017-11-13 05:27:08 -08:00
Adam Smith
75cfc4fb76
remove default config file for octodns-validate
2017-11-13 00:19:05 -08:00
Adam Smith
feec4a6821
Add DigitalOcean provider
2017-11-12 23:50:52 -08:00
Ross McFarland
6d00b26a5d
Merge pull request #142 from github/fix-dump-caa-support
...
Add formal CAA support to YamlProvider
2017-11-11 17:56:27 -08:00
Ross McFarland
b40b5d847e
Merge branch 'master' into fix-dump-caa-support
2017-11-08 08:54:49 -08:00
Ross McFarland
4b49621318
Merge pull request #143 from timhughes/geoodns_docs_example
...
adds an example of how to setup geodns to the docs
2017-11-08 08:22:15 -08:00
Tim Hughes
b4ead495f5
adds an example of how to setup geodns to the docs
2017-11-08 14:58:17 +00:00
Ross McFarland
454f7f8c8f
Add formal CAA support to YamlProvider
2017-11-08 06:26:18 -08:00
Ross McFarland
1629d97545
Merge pull request #139 from 4383/setuptools-update
...
Improve setuptools capabilities
2017-11-06 19:08:56 -08:00
Ross McFarland
50299aa303
Merge branch 'master' into setuptools-update
2017-11-06 19:03:23 -08:00
Ross McFarland
5067b5ac17
Merge pull request #138 from github/powerdns-conf-timeout
...
Make PowerDnsBaseProvider's timeout configurable
2017-11-06 07:13:43 -08:00
Hervé Beraud
7fa999953f
reset changes on __init__
...
fix error on version
2017-11-05 13:41:10 +01:00
Hervé Beraud
2ee1a41a78
Remove setuptools minimal version
...
adding minimal version only for contributors
2017-11-05 12:37:06 +01:00
Hervé Beraud
dd692320c9
Apply review comments
...
define 3 kinds of requirements (base, dev, test)
retrieve version from __init__.py
define setuptools minimal version
in CI install full (base, dev, test) dependencies
2017-11-04 22:41:00 +01:00
Hervé Beraud
77d2fd1eb4
improve setuptools capabilities
2017-11-03 22:31:38 +01:00
Ross McFarland
ba3ad27c02
Make PowerDnsBaseProvider's timeout configurable
2017-11-02 06:50:15 -07:00
Ross McFarland
6caeb73558
Merge pull request #135 from trnsnt/ovh-support-dkim
...
OVH: Add support of DKIM records
2017-10-30 12:43:21 -07:00
trnsnt
6b1a8f8ccf
OVH: Add support of DKIM records
2017-10-30 20:29:11 +01:00
Ross McFarland
cf76cb1446
Merge pull request #111 from vanbroup/master
...
Add support for included and excluded records
2017-10-30 11:10:01 -07:00
Ross McFarland
4b740a48ff
Merge branch 'master' into master
2017-10-30 11:00:25 -07:00
Paul van Brouwershaven
6261ded879
Add more include/exclude tests
2017-10-30 18:34:22 +01:00
Paul van Brouwershaven
7352978880
Check excluded in desired_record
2017-10-30 18:33:51 +01:00
Ross McFarland
4f744d2139
Merge pull request #132 from yzguy/yzguy/no_value_dump
...
Improve Validations for None/Empty values, Ignore None/Empty values during dump
2017-10-29 14:25:19 -07:00
Adam Smith
bf1896329b
validate values for empty string or None value
...
dump does not write invalid value(s) to yaml
2017-10-29 10:37:18 -07:00
Ross McFarland
3ec15346b0
Merge pull request #134 from github/leient-from-config
...
Allow enabling lenient on a per-record basis with octodns.lenient
2017-10-28 10:24:10 -07:00
Ross McFarland
e91f773a93
Merge branch 'master' into leient-from-config
2017-10-28 10:09:25 -07:00
Ross McFarland
8e596947e5
Merge pull request #136 from yzguy/yzguy/handle_nsone_no_answer
...
set default value for nsone cname to None, use first value if non-zer…
2017-10-27 10:17:51 -07:00
Adam Smith
00aaa3bf4d
set default value for nsone cname to None, use first value if non-zero length
2017-10-27 09:53:38 -07:00
Ross McFarland
bf4f7dd42d
Allow enabling lenient on a per-record basis with octodns.lenient
...
```
---
'':
octodns:
ignored: True
lenient: True
type: CNAME # not valid to have a root cname
value: foo.com.
2017-10-26 06:30:38 -05:00
Ross McFarland
1a0055eedb
Merge pull request #133 from github/rel-0-8-8
...
0.8.8 version bump and changelog
v0.8.8
2017-10-24 14:18:38 -04:00
Ross McFarland
6232c68550
0.8.8 version bump and changelog
2017-10-24 14:00:12 -04:00
Ross McFarland
f39e1d28c8
Fix log formatting and lint compliance
2017-10-18 10:38:09 -07:00
Tim Hughes
d11156f683
Merge branch 'master' into tm_failure_warn
2017-10-18 18:25:56 +01:00
Tim Hughes
8352ab89ef
adds warning to dyn provider when it cannot load a trafficdirector
2017-10-17 16:16:17 +01:00
Ross McFarland
81370133c0
Merge pull request #124 from nikaro/fix-pre-commit-hook
...
use . instead of source [SC2039]
2017-10-16 10:24:58 -07:00
Nicolas KAROLAK
d2e1aafa85
use . instead of source [SC2039]
2017-10-16 18:49:28 +02:00
Ross McFarland
7f2c292f5a
Merge pull request #113 from doddo/google_cloud_provider
...
Add proposed google cloud provider for #23
2017-10-14 11:56:38 -07:00
Petter Hassberg
b027e5ca4c
Merge branch 'master' into google_cloud_provider
2017-10-14 19:42:38 +02:00
Petter Hassberg
7958618f63
Use uuid4 for zone name in GoogleCloudProvider
...
use uuid4().hex to ensure unique zone_name generation and thereby streamline with the other providers.
2017-10-14 19:32:24 +02:00
Petter Hassberg
f45ff51062
Fix various logging lines in GoogleCloudProvider.
2017-10-14 08:06:06 +02:00