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
f082d5798f
Revert "Add .idea (intelliJ) files to gitignore."
This reverts commit 5a3d844559 .
8 years ago
Petter Hassberg
ed783b5ff2
Add proposed google cloud provider.
Proposed google cloud provider for #23
8 years ago
Petter Hassberg
6f0a12ae01
Add .idea (intelliJ) files to gitignore.
8 years ago
Ross McFarland
e0f357d9f9
Merge pull request #115 from github/long-txt-records
Implement "chunked" TXT/SPF value support for long values
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
Ross McFarland
c45b7a5fb0
Merge pull request #112 from github/rel-0-8-7
0.8.7 release
8 years ago
Ross McFarland
74631a6a71
0.8.7 version bump
8 years ago
Ross McFarland
feec443bb4
Require setuptools new enough to publish to pypi
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
Ross McFarland
1659784438
Merge pull request #108 from trnsnt/ovh-support
Add OVH as octodns provider
8 years ago
trnsnt
8a13ccab46
Add OVH as octodns provider
8 years ago
Terrence Cole
b49e191342
Revert changes to args.py for a later PR.
8 years ago
Terrence Cole
824ccf6174
No need for a comment here as it is documented elsewhere.
8 years ago
Terrence Cole
d503f0a39a
Merge pull request #1 from procore/add_rackspace_provider
Add an octoDNS provider for rackspace.
8 years ago
Terrence Cole
a0fd1cfdbe
Add the new provider to the readme.
8 years ago
Terrence Cole
1e7edc97c8
Update rackspace provider with new names and interfaces.
8 years ago
Terrence Cole
c201f2c6a8
Merge branch 'master' into add_rackspace_provider
8 years ago
Ross McFarland
24c06b5ff9
Merge pull request #106 from github/rel-0.8.6
Cut v0.8.6
8 years ago
Ross McFarland
ce7b2ef181
Cut v0.8.6
8 years ago
Ross McFarland
b7e085e1be
Merge pull request #105 from github/cloudflare-caa-fixes
Fixes for cloudflare CAA support
8 years ago
Ross McFarland
a558fde6df
Fixes for cloudflare CAA support
8 years ago
Ross McFarland
a0975e4f29
Merge pull request #103 from github/caa-support
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
22591ae84b
Add CAA support for NS1
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
Ross McFarland
a7923f4805
Merge pull request #97 from github/route53-max-attempts
Add support for increasing Route53 retries
8 years ago
Ross McFarland
ed45ac3875
Merge branch 'master' into route53-max-attempts
8 years ago
Ross McFarland
687d7612bc
Merge pull request #102 from h-hwang/master
Fixed TXT record bug when creating the record with Azure
8 years ago
Heesu Hwang
a46ee23cc5
Slight refactor to make parsing value vs values separate from return
8 years ago
Heesu Hwang
9623f4e783
updated testfile to include test cases for new TXT data parsing
8 years ago
Heesu Hwang
a2c9950d28
Fixed inconsistency bug with adding TXT records with Azure.
8 years ago
Ross McFarland
41b68ae58b
Merge pull request #99 from poblahblahblah/allow-https-for-powerdns
Allow proto to be specified for powerdns
8 years ago
Patrick O'Brien
75ca21a6cd
Allow scheme to be specified for powerdns
This allows a scheme to be set for the PowerDNS API. It defaults to
http to retain backwards compatibility.
8 years ago
Ross McFarland
268620c939
Add support for increasing Route53 retries
8 years ago
Terrence Cole
32f2a10daf
Apply review feedback to bring logging inline with other providers.
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
f26f77fcae
Force keys to be unicode.
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
Ross McFarland
c487954d14
Merge pull request #93 from github/better-sorted-error-msg
Improved/actionable keys out of order error message
9 years ago
Terrence Cole
c185d28f14
Handle _ValueMixin record types as well as we handle _ValuesMixin records.
9 years ago