Ricard Bejarano
b3c394a5e0
minor correctness tweaks
5 years ago
Ricard Bejarano
6bf24d8678
implemented TestHetznerProvider.test_apply
5 years ago
Ricard Bejarano
d4c6836d0b
implemented HetznerProvider.zone_metadata as the equivalent to zone_records for zone metadata
5 years ago
Ricard Bejarano
a0c4e9ecd7
simplified HetznerClient by removing unused pagination handling
5 years ago
Ross McFarland
f8659bec04
Helps if you add the file
5 years ago
Ross McFarland
540fb27263
Clean up and test OwnershipProcessor
5 years ago
Ross McFarland
f387a61561
Allow/reject use sets and now have tests
5 years ago
Ross McFarland
716d068196
Backwards compat for plan overrides, 100% manager coverage, singular processor module name
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
Ross McFarland
7832fb8809
Better name for _create_zone
5 years ago
Ross McFarland
395a5c7054
Merge remote-tracking branch 'origin' into processors
5 years ago
Ross McFarland
8b02cd7088
Merge remote-tracking branch 'origin/master' into ns1-fallback-only-support
5 years ago
Ross McFarland
fbd8389903
Tests for new-style ns1 data_for_dynamic_A fallback only pools
5 years ago
Ross McFarland
9c31b75e03
Merge pull request #700 from ricardbejarano/fix-plan-debug-log
fixed missing whitespace in plan() debug logging
5 years ago
Ricard Bejarano
a4ac90babe
Merge branch 'master' into fix-plan-debug-log
5 years ago
Ricard Bejarano
3f3d500152
fixed missing whitespace in plan() debug logging
When debug logging is enabled, the plan() function logs lines like:
<previous output>
Plan: DEBUG: __init__: Creates=13, Updates=0, Deletes=0Existing=0
<following output>
Where a space between "Deletes=0" and "Existing=0" is missing.
This adds it.
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
Ross McFarland
078576520d
Rework NS1 pool handling to support fallback-only pools
5 years ago
Ross McFarland
b55a647e6e
Remove redudant pools_seen.add(pool) call
5 years ago
Ross McFarland
41fc81901c
Merge pull request #695 from octodns/fallback-are-seen
pools used as fallbacks should count as seen
5 years ago
Ross McFarland
e90aeb5d34
pools used as fallbacks should count as seen
5 years ago
Ross McFarland
2d248fe571
Merge pull request #693 from duduribeiro/dnsimple-query-zones-instead-domains
Change DNSimple's Provider to query zones instead domains
5 years ago
Cadu Ribeiro
3451c79c6a
Change DNSimple's Provider to query zones instead domains
A quick summary of a problem with have with DNSimple provider:
Let's suppose that I have the following config:
zones:
30.114.195.in-addr.arpa.:
sources:
- config
targets:
- dnsimple
Even if a customer has this Reverse zone configured in DNSimple, this
fails with:
400 Bad Request for url: https://api.sandbox.dnsimple.com/v2/x/domains
because it is trying to create a domain because the zone wasn't found.
octodns.provider.dnsimple.DnsimpleClientNotFound: Not found
This happens because the GET /domains endpoint at DNSimple does not
bring Reverse Zones. To make this work nice, we should use /zones/
instead making it return properly the reverse zones.
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
Yaroshevich, Denis
04d87fdf35
allow to customize token_type, since there are two types of tokens: permanent (APIKey) and JWT (Bearer)
5 years ago
Yaroshevich, Denis
0ff933244a
allow to pass login/password which will be used to acquire token for further usage
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
fc556d3825
Merge branch 'master' into fix-caa-records
5 years ago
Ricard Bejarano
7c44e5eedc
fixed DigitalOcean provider issue with CAA records as reported here: https://github.com/octodns/octodns/pull/691#issuecomment-819228150
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
Yaroshevich, Denis
988e8d27fb
fix populate for multiple resource records in single rrset
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