1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Heesu Hwang
a46ee23cc5 Slight refactor to make parsing value vs values separate from return 2017-08-21 11:59:18 -07:00
Heesu Hwang
a2c9950d28 Fixed inconsistency bug with adding TXT records with Azure. 2017-08-21 10:28:43 -07:00
Heesu Hwang
99578f328c add azure to README. order reqs, change comments slightly, alphabetize functions 2017-07-05 09:45:38 -07:00
Heesu Hwang
348a6ca783 Changed to map types to Azure Records isntead of implicitly using eval 2017-07-03 16:03:20 -07:00
Heesu Hwang
cd9d7254f0 Fixed stray prints and assert errors. Added versions of required azure libraries 2017-07-03 11:03:23 -07:00
Heesu Hwang
ec4261e7da Fixed typed in _data_for_PTR and amended test case to check for it 2017-06-30 17:29:16 -07:00
Heesu Hwang
824cf4e98c Changed code as per PR review. Only major change is refactoring _check_zones. Many more comments 2017-06-30 17:12:18 -07:00
Heesu Hwang
0b2275c4e6 Added complete error testing suite for azuredns 2017-06-30 11:06:42 -07:00
Heesu Hwang
08d3fda99e safety check for azure null values 2017-06-28 14:00:59 -07:00
Heesu Hwang
cc47bd7034 Fixed bug for MX and SRV. Added Azure test suite as well. 2017-06-27 12:10:57 -07:00
Heesu Hwang
598acc943d Added full support of Azure DNS. TODO: testing. 2017-06-23 15:19:27 -07:00
Heesu Hwang
3c1e409e6f Added support for CNAME, AAAA, MX, SRV, NS, PTR. TODO: add TXT. add zone creation. create tests 2017-06-22 14:22:40 -07:00
Heesu Hwang
92828ce1c6 Successfully able to add A records. TODO: check against live server to remove records not listed in config 2017-06-21 14:21:14 -07:00
Heesu Hwang
f5bce43e10 Testing AzureProvider. TODO: resolve 'Exception: Unknown provider class: octodns.provider.azure.AzureProvider' 2017-06-20 15:54:35 -07:00
Heesu Hwang
f48ef28688 Added shell script 2017-06-20 14:55:59 -07:00
Heesu Hwang
ae9dd97f16 Filled out skeleton. Starting Testing 2017-06-20 14:43:51 -07:00
Heesu Hwang
386ada34f0 Added onto azuredns.py. Still completing code skeleton 2017-06-19 17:04:25 -07:00
Heesu Hwang
0e20c076b0 First skeleton of Azure DNS Provider class 2017-06-16 14:20:36 -07:00