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
Ross McFarland
c487954d14
Merge pull request #93 from github/better-sorted-error-msg
Improved/actionable keys out of order error message
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
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
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
Ross McFarland
d9806e851f
NS1 RateLimitException, just sleep for e.period
9 years ago
Heesu Hwang
ec4261e7da
Fixed typed in _data_for_PTR and amended test case to check for it
9 years ago
Heesu Hwang
824cf4e98c
Changed code as per PR review. Only major change is refactoring _check_zones. Many more comments
9 years ago
Heesu Hwang
764e2472a8
Merge branch 'master' of https://github.com/github/octodns
9 years ago
Heesu Hwang
0b2275c4e6
Added complete error testing suite for azuredns
9 years ago