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

29 Commits

Author SHA1 Message Date
Ross McFarland
db77d5b3bb python3 compat for azure provider 2019-10-05 07:58:38 -07:00
omar
7c5c1b3367 AzureProvider: update for azure-mgmt-dns 2.1.0 and add support for CAA records. 2019-03-29 18:34:49 -07:00
Ross McFarland
bc6e492f35 Merge remote-tracking branch 'origin/master' into dynamic-records 2018-12-10 08:44:57 -08:00
Mads Mætzke Tandrup
32756fb815 Remove unused import 2018-12-06 21:39:09 +01:00
Mads Mætzke Tandrup
6c07157bd3 Changed from string.replace to s.replace 2018-12-06 21:33:25 +01:00
Ross McFarland
303d0532c8 Implement SUPPORTS_DYNAMIC functionality, no providers 2018-12-03 14:40:43 -08:00
Mads Tandrup
29598f2a5d Avoid escaping semicolon in Azure DNS 2018-09-24 21:44:15 +02:00
Ross McFarland
cee7677ae4 Implement Zone.add_record lenient across our providers 2018-05-30 12:41:59 -07:00
Ross McFarland
7228c5b294 Merge remote-tracking branch 'origin/master' into show-zone-create 2018-03-03 10:18:32 -08:00
Josh Soref
5d2ba2e715 Spelling (#214)
* spelling: ancillary
* spelling: antarctica
* spelling: australia
* spelling: authentication
* spelling: continental
* spelling: constructor
* spelling: conversion
* spelling: creation
* spelling: doesn't
* spelling: easily
* spelling: efficiently
* spelling: equivalent
* spelling: essentially
* spelling: everything
* spelling: exactly
* spelling: be
* spelling: expensive
* spelling: supports
* spelling: healthcheck
* spelling: immediately
* spelling: ignored
* spelling: invocation
* spelling: itself
* spelling: leftovers
* spelling: missing
* spelling: natural
* spelling: nonexistent
* spelling: peculiarities
* spelling: pointing

This change hit a line length limitation, so I'm wrapping it and
adding a period which appears to match local style...

* spelling: quicker
* spelling: response
* spelling: requested
* spelling: redirect
* spelling: traffic
* spelling: unknown
* spelling: uploaded
* spelling: useful
* spelling: separately
* spelling: zone
2018-02-27 09:09:47 -08:00
Ross McFarland
720e8eb434 Implement populate exists for AzureProvider 2018-01-21 14:49:20 -08:00
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