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 |
Terrence Cole
|
0579ff6f2d
|
Working push for A records.
|
9 years ago |
Ross McFarland
|
e6d2c92df6
|
Merge pull request #84 from h-hwang/master
Azure DNS Support PR
|
9 years ago |
Ross McFarland
|
4b7a18e8a4
|
Merge branch 'master' into master
|
9 years ago |
Joe Williams
|
84b632ade6
|
Merge pull request #90 from github/fix_deletes_render
fix unsafe plan text interpolation
|
9 years ago |
Joe Williams
|
5b746845ed
|
add tests
|
9 years ago |
Joe Williams
|
11a246da81
|
whitespace
|
9 years ago |
Joe Williams
|
2b58e065e8
|
fix format
|
9 years ago |
Joe Williams
|
22a0563916
|
fix unsafe plan text interpolation
|
9 years ago |
Heesu Hwang
|
2cb93de3b6
|
Merge branch 'master' of https://github.com/github/octodns
|
9 years ago |
Vietor Davis
|
21b3ffb509
|
Minor test updates for rackspace
|
9 years ago |
Vietor Davis
|
c19ec41b6b
|
Parse all data in the sample return set
|
9 years ago |
Ross McFarland
|
d77a663fee
|
Merge pull request #88 from github/ns1-no-escaping
Remove ; escapes before sending to ns1 and when pulling from
|
9 years ago |
Ross McFarland
|
818c1e9cc6
|
Unit tests for ns1 escape handling and fix
|
9 years ago |
Ross McFarland
|
8d7b3fb101
|
Remove ; escapes before sending to ns1 and when pulling from
|
9 years ago |
Heesu Hwang
|
99578f328c
|
add azure to README. order reqs, change comments slightly, alphabetize functions
|
9 years ago |
Heesu Hwang
|
968db67f30
|
Merge branch 'master' of https://github.com/github/octodns
|
9 years ago |
Heesu Hwang
|
348a6ca783
|
Changed to map types to Azure Records isntead of implicitly using eval
|
9 years ago |
Ross McFarland
|
6b4a49d597
|
Merge pull request #87 from doddo/lenient_basesource
Add lenient to abstract BaseSource signature
|
9 years ago |
Heesu Hwang
|
64455c4eff
|
Merge branch 'master' of https://github.com/h-hwang/octodns
|
9 years ago |