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

58 Commits

Author SHA1 Message Date
Ross McFarland
25c6569a04 Correct the extraction warning links in the rest of the providers 2022-01-26 14:29:02 -08:00
Ross McFarland
32c358af04 Quell all python warnings, mostly *Equals -> Equal and warn -> warning 2022-01-13 10:58:07 -08:00
Ross McFarland
7c0b9942b7 Extract & shim AkamaiProvider into octodns_edgedns 2022-01-07 09:36:33 -08:00
Ross McFarland
9349f20aeb Rename fastdns to edgedns w/backwards compat for now 2020-03-06 17:26:52 -08:00
Ross McFarland
742305c20b six.moves.urllib.parse 2019-10-05 08:48:57 -07:00
Basir
b2bd91a998 fastdns: resolved naming mismatch for exception class 2019-07-29 13:25:26 -04:00
Basir
55210ebb05 fastdns: fixed naming in AkamaiClient init 2019-07-29 13:09:18 -04:00
Basir
93e1e0939d fastdns: fixed how exceptions are handled in _request 2019-07-29 13:07:04 -04:00
Basir
a85d4e25ed fastdns: refactored AkamaiClientNotFound exception class 2019-07-29 13:03:23 -04:00
Basir Jamil
41a5d78728 fastdns: refactored how exceptions are handled 2019-07-19 20:53:34 +00:00
basirjamil
91e7ac6d36 Update octodns/provider/fastdns.py
Co-Authored-By: Ross McFarland <ross@github.com>
2019-07-19 14:33:23 -04:00
basirjamil
d53eb7ad8e Update octodns/provider/fastdns.py
Co-Authored-By: Ross McFarland <ross@github.com>
2019-07-19 14:32:58 -04:00
basirjamil
76e799873e Update octodns/provider/fastdns.py
Co-Authored-By: Ross McFarland <ross@github.com>
2019-07-19 14:32:51 -04:00
Basir
79dd35f7a7 fastdns: fixed an issue with handling spaces in SPF records 2019-07-18 17:56:18 -04:00
Basir Jamil
e3f6c4c711 fastdns: changed sshfp to convert text to lowercase, since akamai changes to caps 2019-07-18 21:07:14 +00:00
Basir Jamil
3e3bfe5cf5 fastdns provider fixes:
- fixed exception handling in AkamaiClientException
- fixed zone_records and zone_recordset fxns in AkamaiProvider and AkamaiClient
- refactored _build_zone_config in AkamaiProvider
2019-07-17 23:34:58 +00:00
Basir Jamil
5729358e37 removed redundant recordsets_get fxn from AkamaiClient 2019-07-16 19:27:24 +00:00
Basir
ea3b84091e encoding issue 2019-06-26 16:25:57 -04:00
Basir Jamil
5b143e422c cleanup - fixed lint issues 2019-06-21 17:26:54 -04:00
Basir Jamil
8417a4475a cleaned up code 2019-06-21 15:04:27 -04:00
Basir Jamil
3edf6969f8 finished implementing applys, MVP reached 2019-06-21 13:48:17 -04:00
Basir Jamil
0eb1f97ae3 started implementing _params_for fxns 2019-06-20 20:21:35 -04:00
Basir Jamil
a7fb63623e fixed apply_delete, create, and update. need to impl param_for_ fxns 2019-06-20 19:43:40 -04:00
Basir Jamil
c1528e3221 implemented _apply_delete, other misc. fixes 2019-06-19 19:21:28 -04:00
Basir Jamil
c87967a239 tuesday sync 2019-06-18 18:16:15 -04:00
Basir Jamil
dfd6e8cfda Completed populate + helper functions 2019-06-18 14:43:38 -04:00
Basir Jamil
67f7af58e6 friday sync 2019-06-17 10:24:58 -07:00
Basir Jamil
6db6052d28 friday sync 2019-06-17 10:24:34 -07:00
Basir Jamil
98f7935f90 major update: progressed on populate(), implemented _data_for_TYPE fxns, but not all are verfied to work as expected yet 2019-06-14 19:06:19 -07:00
Basir Jamil
b8c94386a8 thurs sync 2019-06-13 20:05:33 -04:00
Basir Jamil
9844f4293a implemented records(), and zone_records(), fixed sone_recordset_get(), started populate() 2019-06-13 19:51:56 -04:00
Basir Jamil
ea9c90c3bb major commit: refactored exceptions, implemented testing suite, implm zones get, zone recordset get, record api calls 2019-06-13 18:26:56 -04:00
Basir Jamil
e85fce6fe0 added test class to test API calls -- to be removed later 2019-06-13 13:16:25 -04:00
Basir Jamil
b58210328f implemented API v2 - client fxns to request records functionality 2019-06-12 20:31:11 -04:00
Basir Jamil
4943b72b4c sync 2019-06-10 07:54:57 -07:00
Basir Jamil
c7b39053fe sync 2019-06-06 19:16:37 -04:00
Basir Jamil
ec5e7a173e fixed typo 2019-06-06 18:54:19 -04:00
Basir Jamil
9c43c92339 json parse 2019-06-06 18:52:55 -04:00
Basir Jamil
a9fe4a9cf6 fixed typo 2019-06-06 18:42:26 -04:00
Basir Jamil
d2ec707255 fixed typo 2019-06-06 18:40:30 -04:00
Basir Jamil
32f01da506 fixed zone name trailing . 2019-06-06 18:39:24 -04:00
Basir Jamil
b385b1ddb5 fixed typo 2019-06-06 18:36:16 -04:00
Basir Jamil
6afab8c90a fixed typo 2019-06-06 18:35:04 -04:00
Basir Jamil
4a68f7df25 added dns client class, changed auth method 2019-06-06 18:32:46 -04:00
Basir Jamil
66136f475f fixed typo 2019-06-06 17:27:42 -04:00
Basir Jamil
2ea26273b8 started populate fxn 2019-06-06 17:25:16 -04:00
Basir Jamil
3d61baea50 fixed issue with accessing home dir 2019-06-06 15:00:04 -04:00
Basir Jamil
f219153088 fixed call to auth fxn 2019-06-06 14:49:58 -04:00
Basir Jamil
d4867c4268 fixed typo in authernticate 2019-06-06 14:40:41 -04:00
Basir Jamil
e1a139d187 revamed authentication 2019-06-06 14:31:26 -04:00