Ricard Bejarano
|
a0c4e9ecd7
|
simplified HetznerClient by removing unused pagination handling
|
5 years ago |
Ricard Bejarano
|
1922311091
|
WIP added TestHetznerProvider.test_apply
|
5 years ago |
Ricard Bejarano
|
0de9efd032
|
removed unused HetznerClient methods to fix imparial coverage
|
5 years ago |
Ricard Bejarano
|
612738b327
|
renamed TestdHetznerProvider -> TestHetznerProvider (missing "d")
|
5 years ago |
Ricard Bejarano
|
fe74c46213
|
made hetzner.HetznerProvider._do Mock-able for testing purposes making it a wrapper for _do_raw
|
5 years ago |
Ricard Bejarano
|
ab436af92d
|
added populate() tests
|
5 years ago |
Ricard Bejarano
|
1a2cb50c63
|
fixed potential KeyError when record ttl field is missing
|
5 years ago |
Ricard Bejarano
|
73120bc9b5
|
Merge branch 'master' into hetzner-provider
|
5 years ago |
Ricard Bejarano
|
8d1dd926ea
|
added Hetzner provider to README.md
|
5 years ago |
Ricard Bejarano
|
f507349ce5
|
implemented HetznerProvider
|
5 years ago |
Ricard Bejarano
|
8a9743b36e
|
added HetznerClient._replace_at to address the "@"/"" record name problem
|
5 years ago |
Ricard Bejarano
|
c8e91c1e11
|
added HetznerClient docstring
|
5 years ago |
Ricard Bejarano
|
c71784b0e8
|
initial work on Hetzner provider
- implemented HetznerClient API class
- tested manually, lacking formal tests
|
5 years ago |
Ross McFarland
|
8668dd3e8b
|
Merge pull request #689 from cfunkhouser/handles-output-a-little-more-nicely
Capture plan output in File as argument to sync
|
5 years ago |
Christian Funkhouser
|
ada61f8d76
|
De-lint an aggressively-long log line
|
5 years ago |
Christian Funkhouser
|
aa93e20f2e
|
Represent plan_output_fh less verbosely.
Co-authored-by: Ross McFarland <ross@github.com>
|
5 years ago |
Christian Funkhouser
|
55c194c203
|
Update tests/test_octodns_manager.py
Co-authored-by: Ross McFarland <ross@github.com>
|
5 years ago |
Christian Funkhouser
|
2075550f07
|
Test that Manager passes fh to _PlanOutputs
|
5 years ago |
Christian Funkhouser
|
090dbe3515
|
sync accepts file handle for plan output
|
5 years ago |
Ross McFarland
|
81b68de097
|
Merge pull request #686 from Smallcubed/smallcubed-easydns-patch
Change the auth value to have a proper string not a binary rep
|
5 years ago |
Scott Little
|
9fa394ff0f
|
Merge branch 'master' into smallcubed-easydns-patch
|
5 years ago |
Ross McFarland
|
3032a86647
|
Merge pull request #687 from maikelpoot/transip_provider_ns
Enable NS support for non-root NS records
|
5 years ago |
Maikel Poot
|
840cb03bf4
|
Fix lint error
|
5 years ago |
Maikel Poot
|
60e6f185cd
|
Update Documentation
|
5 years ago |
Maikel Poot
|
87c31ca23d
|
Update transip unittest
|
5 years ago |
Maikel Poot
|
374a5c62f2
|
Enable NS support for non-root NS records
|
5 years ago |
Scott Little
|
a99c71b3e5
|
Change the auth value to have a proper string not a binary rep
|
5 years ago |
Ross McFarland
|
12dae35447
|
Merge pull request #685 from octodns/dependabot/pip/pyyaml-5.4
Bump pyyaml from 5.3.1 to 5.4
|
5 years ago |
dependabot[bot]
|
1aefa1a496
|
Bump pyyaml from 5.3.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
5 years ago |
Ross McFarland
|
1ef140f372
|
Merge pull request #682 from evgkrsk/patch-1
Update README.md: fix typo
|
5 years ago |
Ross McFarland
|
376449b771
|
Merge branch 'master' into patch-1
|
5 years ago |
Ross McFarland
|
575f50fb56
|
Merge pull request #683 from octodns/run-ci-on-md-changes
Revert "Stopped running CI for doc changes."
|
5 years ago |
Ross McFarland
|
8745081746
|
Revert "Stopped running CI for doc changes."
This reverts commit a8366aa02d.
|
5 years ago |
Evgenii Tereshkov
|
6c1cc47024
|
Update README.md: fix typo
|
5 years ago |
Ross McFarland
|
765766b1bf
|
Merge pull request #679 from xt0rted/patch-1
Update branch name
|
5 years ago |
Ross McFarland
|
06f685583c
|
Remove some whitespace.
|
5 years ago |
Brian Surowiec
|
bec4d025dc
|
Update branch name
|
5 years ago |
Ross McFarland
|
fa5cff78ff
|
Merge pull request #668 from ucc/srv_null_records
Fix handling of NULL SRV records in Cloudflare and Digital Ocean providers, add warnings to DNS Made Easy and DNSimple providers
|
5 years ago |
Ross McFarland
|
5e1f653848
|
Merge remote-tracking branch 'origin/master' into srv_null_records
|
5 years ago |
Ross McFarland
|
55af09d73c
|
use super for supports base case, remove unused `data_for`.
|
5 years ago |
Ross McFarland
|
a63fb06b05
|
Merge pull request #635 from ucc/loc_record_support
Add LOC record support to OctoDNS for AXFR source, YAML, Cloudflare and PowerDNS providers
|
5 years ago |
Ross McFarland
|
cac0a85a42
|
Merge branch 'master' into loc_record_support
|
5 years ago |
Ross McFarland
|
23844b8382
|
Merge branch 'master' into srv_null_records
|
5 years ago |
Ross McFarland
|
ed1a3f7f99
|
Merge pull request #677 from octodns/2-7-requirement-tweaks
Remove formal python 2.7 support
|
5 years ago |
Ross McFarland
|
e516e7647b
|
Remove 2.7 form the version matix
|
5 years ago |
Ross McFarland
|
f64ee57b14
|
Actually only install twine on 3.x
|
5 years ago |
Ross McFarland
|
cec53b2180
|
Require different twines based on python version
|
5 years ago |
Mark Tearle
|
ccd7994347
|
Merge branch 'master' into loc_record_support
|
5 years ago |
Mark Tearle
|
5d23977bbd
|
Adjust remaining unit tests due to extra records in test zone
|
5 years ago |
Mark Tearle
|
84a0c089d4
|
Warn that NULL SRV records are unsupported in DNS Made Easy provider
|
5 years ago |