Ross McFarland
aa20b3388f
plan _value_stringifier
8 years ago
Ross McFarland
7d83ae84c7
Rework markdown table to use 2-rows for updates, 1 for create/delete
8 years ago
Ross McFarland
402bc2092e
WIP: markdown plan_output support
Mostly works, but doesn't yet dump out the values
8 years ago
Ross McFarland
1a9d8541ad
Only ignore config/ at the top
8 years ago
Ross McFarland
3d0f5aeca0
Config-based plan_output
Refactors the provider class lookup and kwarg processing so that it can be
reused for plan_output.
8 years ago
Ross McFarland
31e6f99df6
Manager.plan_outputs
8 years ago
Ross McFarland
b72fba3e35
Move the log plan output to PlanLogger
8 years ago
Ross McFarland
f50d9b6087
Extract plan from base.py into plan.py
8 years ago
Ross McFarland
3c5923eda6
Merge pull request #153 from yzguy/pep8-to-pycodestyle
migrate from pep8 to pycodestyle #152
8 years ago
Ross McFarland
a7474d9d31
Merge branch 'master' into pep8-to-pycodestyle
8 years ago
Ross McFarland
6c49155b26
Merge pull request #151 from yzguy/digitalocean_apex_values
Transform @ in Digitalocean API values to zone name
8 years ago
Adam Smith
ef8d66ff9c
Transform @ in Digitalocean API output to zone name
8 years ago
Adam Smith
9018e796bb
migrate from pep8 to pycodestyle #152
8 years ago
Steve Coursen
1479d8804f
Merge branch 'ns1_geo' of ssh://github.com/nsone/octodns into ns1_geo
8 years ago
Steve Coursen
ce5ecc52e3
fix broken test by updating the actual format of the answers
8 years ago
Steve Coursen
0666522d77
Merge branch 'master' into ns1_geo
8 years ago
Steve Coursen
2cc17ffc7a
pep8 cleanup
8 years ago
Steve Coursen
0cc20afabd
pep8 cleanup
8 years ago
Steve Coursen
0dfcc6f6f2
Send appropriate meta along for A and AAAA records
8 years ago
Ross McFarland
7fc437dba5
Merge pull request #140 from yzguy/digitalocean-provider
Add DigitalOcean provider
8 years ago
Ross McFarland
cedbc37fd7
Merge branch 'master' into digitalocean-provider
8 years ago
Ross McFarland
518d0ee846
Merge pull request #147 from yzguy/align-validate-with-other-commands
remove default config file for octodns-validate
8 years ago
Adam Smith
75cfc4fb76
remove default config file for octodns-validate
8 years ago
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