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 |
Ross McFarland
|
7f8a01a81d
|
Improved/actionable keys out of order error message
|
9 years ago |
Ross McFarland
|
acf9fb67ad
|
Merge pull request #92 from github/rel-0-8-5
Release v0.8.5
|
9 years ago |
Ross McFarland
|
f0258d4b2a
|
Release v0.8.5
|
9 years ago |
Ross McFarland
|
f890983e12
|
Merge pull request #85 from github/add-record-perf
Fix major performance issue with add_record O(N^2)
|
9 years ago |
Ross McFarland
|
0cb284ad0c
|
Merge branch 'master' into add-record-perf
|
9 years ago |
Terrence Cole
|
a9f3384d11
|
Remove trailing dot on all record types that take an fqdn.
|
9 years ago |
Terrence Cole
|
8d86002382
|
Environment variables are strings, so convert to a float first.
|
9 years ago |
Terrence Cole
|
803b002cd0
|
Rackspace backoff is actually just required.
|
9 years ago |
Terrence Cole
|
4707b4654e
|
Add a delay to work around rackspace rate limiting.
|
9 years ago |
Terrence Cole
|
bb4d1c82b1
|
Add a --quiet flag to suppress non-warning or error messages.
|
9 years ago |
Terrence Cole
|
10ff8301a5
|
RackSpace's "name" field is a "fully-qualified" name, but without the dot.
|
9 years ago |
Terrence Cole
|
0c31257b0f
|
Use the correct record when computing the key.
|
9 years ago |
Terrence Cole
|
057f50621e
|
RackSpace does not escape ;.
|
9 years ago |
Terrence Cole
|
b911fac90e
|
RackSpace does not send back TXT records quoted.
|
9 years ago |
Terrence Cole
|
95fb613966
|
Pull quoted data out of the correct field.
|
9 years ago |
Terrence Cole
|
3459064d0f
|
Use the proper arity when accessing quoted data records.
|
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 |