Adam Smith
feec4a6821
Add DigitalOcean provider
8 years ago
Ross McFarland
6d00b26a5d
Merge pull request #142 from github/fix-dump-caa-support
Add formal CAA support to YamlProvider
8 years ago
Ross McFarland
b40b5d847e
Merge branch 'master' into fix-dump-caa-support
8 years ago
Ross McFarland
4b49621318
Merge pull request #143 from timhughes/geoodns_docs_example
adds an example of how to setup geodns to the docs
8 years ago
Tim Hughes
b4ead495f5
adds an example of how to setup geodns to the docs
8 years ago
Ross McFarland
454f7f8c8f
Add formal CAA support to YamlProvider
8 years ago
Ross McFarland
1629d97545
Merge pull request #139 from 4383/setuptools-update
Improve setuptools capabilities
8 years ago
Ross McFarland
50299aa303
Merge branch 'master' into setuptools-update
8 years ago
Ross McFarland
5067b5ac17
Merge pull request #138 from github/powerdns-conf-timeout
Make PowerDnsBaseProvider's timeout configurable
8 years ago
Hervé Beraud
7fa999953f
reset changes on __init__
fix error on version
8 years ago
Hervé Beraud
2ee1a41a78
Remove setuptools minimal version
adding minimal version only for contributors
8 years ago
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
8 years ago
Hervé Beraud
77d2fd1eb4
improve setuptools capabilities
8 years ago
Ross McFarland
ba3ad27c02
Make PowerDnsBaseProvider's timeout configurable
8 years ago
Ross McFarland
6caeb73558
Merge pull request #135 from trnsnt/ovh-support-dkim
OVH: Add support of DKIM records
8 years ago
trnsnt
6b1a8f8ccf
OVH: Add support of DKIM records
8 years ago
Ross McFarland
cf76cb1446
Merge pull request #111 from vanbroup/master
Add support for included and excluded records
8 years ago
Ross McFarland
4b740a48ff
Merge branch 'master' into master
8 years ago
Paul van Brouwershaven
6261ded879
Add more include/exclude tests
8 years ago
Paul van Brouwershaven
7352978880
Check excluded in desired_record
8 years ago
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
8 years ago
Adam Smith
bf1896329b
validate values for empty string or None value
dump does not write invalid value(s) to yaml
8 years ago
Ross McFarland
3ec15346b0
Merge pull request #134 from github/leient-from-config
Allow enabling lenient on a per-record basis with octodns.lenient
8 years ago
Ross McFarland
e91f773a93
Merge branch 'master' into leient-from-config
8 years ago
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…
8 years ago
Adam Smith
00aaa3bf4d
set default value for nsone cname to None, use first value if non-zero length
8 years ago
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.
8 years ago
Ross McFarland
1a0055eedb
Merge pull request #133 from github/rel-0-8-8
0.8.8 version bump and changelog
8 years ago
Ross McFarland
6232c68550
0.8.8 version bump and changelog
8 years ago
Terrence Cole
3cf6540aaa
Merge remote-tracking branch 'upstream/master'
8 years ago
Ross McFarland
f39e1d28c8
Fix log formatting and lint compliance
8 years ago
Tim Hughes
d11156f683
Merge branch 'master' into tm_failure_warn
8 years ago
Tim Hughes
8352ab89ef
adds warning to dyn provider when it cannot load a trafficdirector
8 years ago
Ross McFarland
81370133c0
Merge pull request #124 from nikaro/fix-pre-commit-hook
use . instead of source [SC2039]
8 years ago
Nicolas KAROLAK
d2e1aafa85
use . instead of source [SC2039]
8 years ago
Ross McFarland
7f2c292f5a
Merge pull request #113 from doddo/google_cloud_provider
Add proposed google cloud provider for #23
8 years ago
Petter Hassberg
b027e5ca4c
Merge branch 'master' into google_cloud_provider
8 years ago
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.
8 years ago
Petter Hassberg
f45ff51062
Fix various logging lines in GoogleCloudProvider.
8 years ago
Ross McFarland
03fecea496
Merge pull request #123 from github/handle-empty-dump
Handle Manager.dump with an empty Zone
8 years ago
Ross McFarland
ffeceb39b1
Handle Manager.dump with an empty Zone
8 years ago
Joe Williams
9e52b5d701
Merge pull request #120 from github/threshold_overrides
add ability to configure update/delete thresholds
8 years ago
Joe Williams
3562b0dd4c
log this in init
8 years ago
Joe Williams
50ac2f794c
add tests
8 years ago
Joe Williams
a012e923f6
add ability to configure update/delete thresholds
8 years ago
Petter Hassberg
f50db5e02b
Use chunked_values in GoogleCloudProvider
8 years ago
Petter Hassberg
ea1871a326
Add GoogleCloudProvider to README.md
8 years ago
Petter Hassberg
e9d90bda2b
Add timeout logic to googlecloud provider
8 years ago
Petter Hassberg
4b878b8446
Cache encountered zones in GoogleCloudProvider
Cache googleclouds zones so that populate dont have to list all each time called.
8 years ago
Petter Hassberg
aabab63003
Refactor GoogleCloudProvider
* in _rrset_for_X functions, use values instead of data attribute.
* Small typo fixes and removals of redundant steps etc.
* Unset GOOGLE_APPLICATION_CREDENTIALS in coverage script.
8 years ago