Terrence Cole
8d7eca21e9
Get lint green on test code too.
8 years ago
Adam Smith
ef8d66ff9c
Transform @ in Digitalocean API output to zone name
8 years ago
Adam Smith
feec4a6821
Add DigitalOcean provider
8 years ago
Ross McFarland
454f7f8c8f
Add formal CAA support to YamlProvider
8 years ago
trnsnt
6b1a8f8ccf
OVH: Add support of DKIM records
8 years ago
Paul van Brouwershaven
6261ded879
Add more include/exclude tests
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
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
f39e1d28c8
Fix log formatting and lint compliance
8 years ago
Tim Hughes
8352ab89ef
adds warning to dyn provider when it cannot load a trafficdirector
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
Ross McFarland
ffeceb39b1
Handle Manager.dump with an empty Zone
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
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
Petter Hassberg
8230700ad1
Consolidate googlecloud provider to single class
remove _GoogleCloudRecordSetMaker into the GoogleCloudProvider, and consolidate methods.
8 years ago
Petter Hassberg
2a3690e877
Add auth config opts to googlecloud provider
Also make _data_for_SPF and _data_for_TXT the same method.
8 years ago
Petter Hassberg
ed783b5ff2
Add proposed google cloud provider.
Proposed google cloud provider for #23
8 years ago
Ross McFarland
30efda3295
Make long TXT record concat cleaerer
8 years ago
Ross McFarland
70120bedc8
Implement "chunked" TXT/SPF value support for long values
This implements it transparently at Record level. Providers that need things to
be chunked (seems to just be Route53 an Dyn) switch to use `chunked_values`, but
everything else can stick with `values`. I've run through each provider I have
access to verifying that things operate as expected/required. OVH and Azure are
untested.
8 years ago
Paul van Brouwershaven
4b41762642
Use target.id instead of class name
8 years ago
Paul van Brouwershaven
11f4359099
Add support for included and excluded records
`Included` and `Excluded` can be used to filter records for one or more specific provider(s). This can be extremely useful when certain record types are not supported by a provider and you want only that provider to receive an alternative record.
See also: https://github.com/github/octodns/issues/26
8 years ago
trnsnt
8a13ccab46
Add OVH as octodns provider
8 years ago
Terrence Cole
1e7edc97c8
Update rackspace provider with new names and interfaces.
8 years ago
Ross McFarland
a558fde6df
Fixes for cloudflare CAA support
8 years ago
Ross McFarland
ba6dc9858e
Get out of the business of validating CAA records
Seem to be pretty inconsistently implemented/validated across providers so
just shrug and move on.
8 years ago
Ross McFarland
e43da949a3
Add CAA for CF, DNSimple, and README
8 years ago
Ross McFarland
f5ad26e1f9
Fixes for dnsimple CAA support
8 years ago
Ross McFarland
c24c793bcb
CAA unit tests for provider support
8 years ago
Ross McFarland
1e68cd6ae9
Add CAA support to Dyn, PowerDNS, and Route53
8 years ago
Ross McFarland
4cae1e2bdb
Add CAA Record class and tests
8 years ago
Heesu Hwang
9623f4e783
updated testfile to include test cases for new TXT data parsing
8 years ago
Ross McFarland
268620c939
Add support for increasing Route53 retries
8 years ago
Terrence Cole
17c9b8b527
Get lint and coverage tools clean.
8 years ago
Terrence Cole
b1ef8a8f8d
Delete first and create last to avoid having create coalesce into an update unexpectedly.
8 years ago
Terrence Cole
3f369712e4
Updates need to be able to create records as well as delete them.
8 years ago
Terrence Cole
41617e69a7
MX record values are repesented by a sub-struct.
8 years ago
Terrence Cole
c185d28f14
Handle _ValueMixin record types as well as we handle _ValuesMixin records.
9 years ago
Ross McFarland
7f8a01a81d
Improved/actionable keys out of order error message
9 years ago
Terrence Cole
a9f3384d11
Remove trailing dot on all record types that take an fqdn.
9 years ago
Terrence Cole
10ff8301a5
RackSpace's "name" field is a "fully-qualified" name, but without the dot.
9 years ago
Terrence Cole
92fb24f3fa
The provider constructor requires a pass-through id parameter.
9 years ago
Terrence Cole
01f8431d74
Make formatting consistent and improve record type support.
9 years ago
Terrence Cole
823423054f
Rename the test file to reflect the new functionality.
9 years ago
Terrence Cole
0579ff6f2d
Working push for A records.
9 years ago
Joe Williams
5b746845ed
add tests
9 years ago
Vietor Davis
21b3ffb509
Minor test updates for rackspace
9 years ago