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

1788 Commits

Author SHA1 Message Date
Yaroshevich Denis
b83e8aaf2e Merge branch 'master' into gcore-provider 2021-07-02 09:25:48 +03:00
Ross McFarland
c5f023dca8 Merge pull request #737 from meghashyamps/ignore-non-octo-managed-monitors
skip monitors that are not managed by OctoDNS
2021-07-01 17:19:03 -07:00
Ross McFarland
38ed4155f6 Merge branch 'master' into ignore-non-octo-managed-monitors 2021-07-01 06:25:21 -07:00
Sham
7f3aafe6a4 added tests for both non-confirming notes as well as empty notes in existing monitors 2021-07-01 00:31:17 -07:00
Ross McFarland
271a1cd78c Merge pull request #735 from viranch/azuredns-fix-dynamic-updates
Azure DNS dynamic record bug fixes
2021-06-30 13:39:38 -07:00
Sham
303e439a54 skip monitors that are not managed by OctoDNS 2021-06-30 12:11:54 -07:00
Yaroshevich Denis
46d168b89e Merge branch 'master' into gcore-provider 2021-06-30 12:40:25 +03:00
Viranch Mehta
0f0d0d12e2 Drop colons of IPv6 values from endpoint names 2021-06-29 15:36:48 -07:00
Viranch Mehta
1d55124a5c Fix repetitive updates due to endpoint name overwrite
Also add _extra_changes to dynamic record tests to make them more
exhausitve.
Simplify root profile's endpoint names.
2021-06-28 10:22:29 -07:00
Ross McFarland
4f5f02a70a Merge pull request #731 from meghashyamps/NA-limitation-fix
fix for NA continent geo target limitation on NS1
2021-06-27 14:57:45 -07:00
Ross McFarland
0dcbb11bcb Clarify new NA countries are NS1Provider specific 2021-06-27 14:51:32 -07:00
Ross McFarland
5c4a46f63f Add note about SX & UM country code support 2021-06-27 13:17:52 -07:00
Sham
832c22a513 added SX and UM to partial list of countries test 2021-06-27 01:24:13 -07:00
Sham
9e085e9f4e Merge branch 'octodns:master' into NA-limitation-fix 2021-06-25 21:48:04 -07:00
Ross McFarland
212b4bdc50 Merge pull request #732 from constantinblanariu/python-2.7-fixes
Minor Python 2.7 fixes
2021-06-25 15:49:33 -07:00
Ross McFarland
cdfec9035f Merge branch 'master' into python-2.7-fixes 2021-06-25 15:43:08 -07:00
Ross McFarland
f9440bc4af Merge pull request #734 from viranch/azuredns-fix-duplicate
Azure DNS dynamic record bug fixes
2021-06-25 15:37:43 -07:00
Viranch Mehta
4848246712 Fix partially re-used fallback chain 2021-06-25 13:59:27 -07:00
Viranch Mehta
d6deabcc52 Fix duplicate endpoints in Azure DNS dynamic records 2021-06-25 10:52:35 -07:00
Sham
e55da245d9 comment for why US-* need to continue to exist under _REGION_TO_CONTINENT 2021-06-24 11:29:34 -07:00
blanariu
29532302e2 Leave just importing from mock 2021-06-24 19:28:53 +03:00
blanariu
efc4d99d8d Replaced conditional imports with six 2021-06-24 19:17:09 +03:00
blanariu
e934ea0423 Fix bug in ultra provider tests when run in Python 2.7
The test_login test from TestUltraProvider would fail in Python 2.7
due to the dictionary insertion order not being preserved in 2.7
and early 3.x versions. Comparing the dictionaries containing the
query parameters solves this. Snippet from test failure:

- username=user&password=rightpass&grant_type=password
+ grant_type=password&username=user&password=rightpass
2021-06-24 12:51:45 +03:00
blanariu
749f0bd90f Fix bug in envvar source tests when run in Python 2.7
Due to an import error the envvar source tests would not run
in Python 2.7
2021-06-24 12:45:22 +03:00
blanariu
3cc0fac817 Fix bug in Manager when using Python 2.7
In Python 2.7 the if statement would catch both cases from the test
test_populate_lenient_fallback, so the test was failing. These are
the error strings differences between Python 2 and 3:

Python 2:
NoLenient: populate() got an unexpected keyword argument 'lenient'
NoZone: populate() got multiple values for keyword argument 'lenient'

Python 3:
NoLenient: populate() got an unexpected keyword argument 'lenient'
NoZone: populate() got multiple values for argument 'lenient'
2021-06-24 12:39:56 +03:00
Yaroshevich Denis
2a7b36ade4 Merge branch 'master' into gcore-provider 2021-06-24 09:41:36 +03:00
Sham
2c72f840c1 CHANGELOG entry 2021-06-23 21:46:39 -07:00
Sham
76ea17f8eb Merge branch 'master' of https://github.com/meghashyamps/octodns into NA-limitation-fix 2021-06-23 21:22:59 -07:00
Ross McFarland
4fcf056b75 Merge pull request #637 from octodns/processors
processors - hook in to modify zones to hide stuff from octoDNS, modify things, add special records, ...
2021-06-23 19:05:29 -07:00
Ross McFarland
a7659c3086 processor not processors 2021-06-23 19:02:26 -07:00
Ross McFarland
8f3ee159c2 Changelog entry for processors 2021-06-23 18:56:20 -07:00
Ross McFarland
c3f0bf677a Validate processor config sections 2021-06-23 18:49:19 -07:00
Ross McFarland
92b5b774be Merge remote-tracking branch 'origin/master' into processors 2021-06-23 18:26:34 -07:00
Ross McFarland
85e0be2f6c Merge pull request #730 from viranch/azuredns-dynamic-ip
Partial support for dynamic A+AAAA records on Azure
2021-06-23 18:17:33 -07:00
Sham
7e0733a4e4 fix for NA continent geo target limitation on NS1 2021-06-23 12:37:40 -07:00
Viranch Mehta
fe7f57e2ad update README 2021-06-23 11:26:57 -07:00
Viranch Mehta
a8a9c7c6d1 better test method names 2021-06-23 10:52:14 -07:00
Viranch Mehta
500097542b drop unneeded line break 2021-06-22 16:11:28 -07:00
Viranch Mehta
568e6860d3 drop comment 2021-06-22 15:56:08 -07:00
Viranch Mehta
c0161fb228 Split out dynamic record validty check for readability 2021-06-22 15:51:54 -07:00
Ross McFarland
000ccac51c Merge branch 'master' into processors 2021-06-21 17:53:08 -07:00
Viranch Mehta
a041e9d5c6 Merge branch 'master' into azuredns-dynamic-ip 2021-06-21 15:54:29 -07:00
Viranch Mehta
e7524ec1ad Partial support for dynamic A+AAAA records on Azure 2021-06-21 15:46:27 -07:00
Viranch Mehta
f147a3ab0f Fix endpoint naming 2021-06-21 15:36:57 -07:00
Ross McFarland
6cac4b060a Merge pull request #727 from iordanisg/fix_typo
Fix typo
2021-06-17 07:58:28 -07:00
Iordanis Grigoriou
794fca0ee7 Fix typo 2021-06-17 16:36:46 +02:00
Ross McFarland
f819c3d612 Merge pull request #726 from eilla1/fix/docs
Add alt text to images
2021-06-16 15:59:31 -07:00
Ella
501ae88673 chore: use = 2021-06-16 15:25:14 -07:00
Ella
fb805ced62 chore: add alt text to images 2021-06-16 00:39:01 -07:00
Ella
a31fa189c1 fix: update syntax for commands
for example:
`$ octodns-sync --config-file=./config/production.yaml` was throwing an error. Then, when i did `$ octodns-dump`, it prompted me to put it in this format: `$ octodns-sync --config-file CONFIG_FILE` (without the = sign)
2021-06-16 00:32:43 -07:00