Commit Graph

1558 Commits

Author SHA1 Message Date
Ross McFarland 61b117693b Merge branch 'master' into making-changes-info 2021-02-09 07:50:53 -08:00
Ross McFarland ade8d54df3 Merge pull request #665 from octodns/fix-windows-filename-problems
Fix windows filename problems
2021-02-05 12:13:35 -08:00
Ross McFarland 858628a867 Update yaml test path to work on windows 2021-02-05 12:06:46 -08:00
Ross McFarland f9cbf81817 Merge branch 'master' into fix-windows-filename-problems 2021-02-05 12:04:31 -08:00
Ross McFarland 4081c7b31b Add the number of changes and zone name to "making changes" 2021-02-05 11:55:37 -08:00
Ross McFarland 5dccb25bc1 Merge pull request #670 from octodns/fqdn-force-string
Force the value passed to FQDN to be a str
2021-02-04 12:02:31 -08:00
Ross McFarland cda56a3ca7 Force the value passed to FQDN to be a str 2021-02-04 10:48:45 -08:00
Ross McFarland 9aa22da1f7 Merge pull request #669 from rreichel3/rreichel3/lazy-load-azuredns-client
Modify Azure DNS Client logic to lazy load
2021-02-02 12:45:53 -08:00
Robert Reichel ec0b309437 Remove unused client ref 2021-02-02 13:34:15 -05:00
Robert Reichel 290a630303 Update test_octodns_provider_azuredns.py 2021-02-02 13:29:52 -05:00
Robert Reichel c83e765acc Merge branch 'rreichel3/lazy-load-azuredns-client' of https://github.com/rreichel3/octodns into rreichel3/lazy-load-azuredns-client 2021-02-02 13:26:30 -05:00
Robert Reichel d94db03f5b Fix lint 2021-02-02 13:26:28 -05:00
Robert Reichel 9056c781c2 Merge branch 'master' into rreichel3/lazy-load-azuredns-client 2021-02-02 13:23:30 -05:00
Robert Reichel 950090bb54 Update test_octodns_provider_azuredns.py 2021-02-02 13:23:02 -05:00
Robert Reichel 1982fbddac Update patching 2021-02-02 13:18:04 -05:00
Robert Reichel 45d0efe4ec Merge branch 'rreichel3/lazy-load-azuredns-client' of https://github.com/rreichel3/octodns into rreichel3/lazy-load-azuredns-client 2021-02-02 13:14:30 -05:00
Robert Reichel c2c05a761e Fix patching 2021-02-02 13:14:29 -05:00
Robert Reichel a58371e3bb Apply suggestions from code review
Co-authored-by: Ross McFarland <ross@github.com>
2021-02-02 12:40:57 -05:00
Robert Reichel 831d1cc30b Add missing colon 2021-02-02 12:34:44 -05:00
Robert Reichel 5e78d07a97 Use @property in lieu of property() 2021-02-02 12:31:04 -05:00
Robert Reichel 975376d09d Remove trailing whitespace 2021-02-02 12:26:04 -05:00
Robert Reichel 6fb77c0810 Add set DNS client logic if needed for testing 2021-02-02 12:21:48 -05:00
Robert Reichel 6146be8ec3 Remove unused set_dns_client property 2021-02-02 12:21:00 -05:00
Robert Reichel 0b116a57b9 Modify Azure DNS Client logic to lazy load
Lazy loading the Azure DNS client ensures that the necessary network calls only occur when it is time to actually do something with the client.
2021-02-02 12:18:40 -05:00
Ross McFarland 99a9f77bac Merge pull request #667 from rreichel3/rreichel3/azure-dns-zones-improvement
Improve checking for and creating Azure DNS Zones
2021-01-31 09:27:22 -08:00
Ross McFarland c0000ee627 Merge branch 'master' into rreichel3/azure-dns-zones-improvement 2021-01-31 09:24:56 -08:00
Robert Reichel 3ab532c5af Fix test coverage 2021-01-29 15:30:17 -05:00
Robert Reichel f92fdfce17 Even more desperate attempts to appease linter 2021-01-29 15:24:42 -05:00
Robert Reichel f79ad89e82 Continue linter appeasement 2021-01-29 15:22:13 -05:00
Robert Reichel 83cc7fbe1a Appease the linter 2021-01-29 15:19:19 -05:00
Robert Reichel a8505d66f1 Improve checking and creating Azure DNS Zones
This change improves the process for checking for AzureDNS zones by using the known set and not relying upon custom error handling.

Since the provider already fetches the zones, octodns doesn't need to make a second call to check for the existence of the zone - _populate_zones already does that for us.
2021-01-29 15:11:27 -05:00
Ross McFarland 4ce2563d2e Remove the rest of the . ending files, clean up code and tests for better coverage 2021-01-28 13:24:35 -08:00
Ross McFarland c06dd6f846 Merge branch 'fix-windows-filename-problems' of github.com:octodns/octodns into fix-windows-filename-problems 2021-01-28 12:23:40 -08:00
Ross McFarland 9057aaf49d Merge remote-tracking branch 'origin/master' into fix-windows-filename-problems 2021-01-28 12:23:31 -08:00
Ross McFarland dd1dbfbfdd Rework copyfile and skip based on feedback from windows test 2021-01-28 12:23:13 -08:00
Ross McFarland dbc858d4a4 Merge branch 'master' into fix-windows-filename-problems 2021-01-25 17:36:41 -08:00
Ross McFarland 3a37620ce5 Merge pull request #664 from octodns/zonefile-ext-fix
Rename extention zonefile test to avoid existing unit.tests.
2021-01-25 17:36:32 -08:00
Ross McFarland 37381bd274 Skip the axfr default name test if we can't create the needed tests file 2021-01-25 15:50:34 -08:00
Ross McFarland ea943e606e Avoid . on the end of files, but still test axfr default 2021-01-25 15:45:23 -08:00
Ross McFarland c08d4ac88f Look for zone filename not zone_name in axfr directory listing 2021-01-25 15:35:37 -08:00
Ross McFarland 97feaa7823 Rename extention zonefile test to avoid existing unit.tests. 2021-01-25 15:32:30 -08:00
Ross McFarland e232d595de Merge pull request #596 from ppieprzycki/azuredns_txt
Azuredns txt record too long , Skip alias entires
2021-01-23 09:12:26 -08:00
Ross McFarland 9e04076d5f Merge branch 'master' into azuredns_txt 2021-01-23 09:09:12 -08:00
Adam Smith 19a68ec502 Merge pull request #660 from yzguy/zonefilesource_alt_ext
ZoneFileSource: allow users to specify file extension
2021-01-09 15:30:58 -05:00
Adam Smith b2eab63d54 ZoneFileSource: allow users to specify file extension 2021-01-08 20:02:37 -08:00
Adam Smith 97dbb6a782 Merge pull request #659 from yzguy/fqdn_module_missing
Add fqdn module to setup.py as dependency
2021-01-08 18:44:19 -05:00
Adam Smith 8d1f6c69e7 Add fqdn module to setup.py as dependency 2021-01-08 15:08:38 -08:00
Piotr Pieprzycki 7fe72f0061 Remove blank lines 2021-01-04 09:14:58 +01:00
Piotr Pieprzycki 7afedb9893 Merge branch 'master' into azuredns_txt 2021-01-04 08:55:18 +01:00
Ross McFarland a2094ff9eb Merge pull request #587 from Arunothia/master
Forcing delete to happen before create
2021-01-03 13:34:24 -08:00