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
Heesu Hwang
3bd41d8e2b
Merge branch 'master' of https://github.com/github/octodns
9 years ago
Heesu Hwang
e42de92b91
Merge branch 'master' into master
9 years ago
Heesu Hwang
cd9d7254f0
Fixed stray prints and assert errors. Added versions of required azure libraries
9 years ago
Petter Hassberg
9637218c8b
Add lenient to abstract BaseSource signature
9 years ago
Ross McFarland
253e2c612b
Merge pull request #86 from github/main-thread-future-trace-fix
Fix stacktraces on MainThreadExecutor
9 years ago
Ross McFarland
bdceac42be
Fix stacktraces on MainThreadExecutor
9 years ago
Ross McFarland
908698da49
Fix major performance issue with add_record O(N^2)
Before, 1-2k record took ~10s and more than that was just painful, 5k took
forever. This records things to keep a dict of nodes with a set of records so
that we can quickly "jump" to the point we're looking for without having to
search. 10k records now takes ~5s.
9 years ago
Ross McFarland
69817ab465
Merge pull request #81 from github/ns1-retry
Ns1 rate limit handling
9 years ago
Ross McFarland
a49330c5f4
Merge remote-tracking branch 'origin/master' into ns1-retry
9 years ago
Ross McFarland
06fb578550
Include sleep duration in ns1 RateLimitException log
9 years ago