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

1240 Commits

Author SHA1 Message Date
b7e75b700d Fix code coverage for NS1 2020-05-08 08:44:26 -07:00
716ad2404d Merge pull request #539 from github/dependabot/pip/pyflakes-2.2.0
Bump pyflakes from 2.1.1 to 2.2.0
2020-05-01 12:28:02 -07:00
89f32d28b0 Bump pyflakes from 2.1.1 to 2.2.0
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/PyCQA/pyflakes/releases)
- [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst)
- [Commits](https://github.com/PyCQA/pyflakes/compare/2.1.1...2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 16:18:27 +00:00
a56bed990c Merge pull request #538 from github/dependabot/pip/boto3-1.13.0
Bump boto3 from 1.12.34 to 1.13.0
2020-05-01 09:17:12 -07:00
5903a91e42 Bump boto3 from 1.12.34 to 1.13.0
Bumps [boto3](https://github.com/boto/boto3) from 1.12.34 to 1.13.0.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.12.34...1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 14:37:52 +00:00
4cc9dbe44a Merge pull request #537 from github/dependabot/pip/botocore-1.16.0
Bump botocore from 1.15.34 to 1.16.0
2020-05-01 07:36:44 -07:00
8de9aa7086 Bump botocore from 1.15.34 to 1.16.0
Bumps [botocore](https://github.com/boto/botocore) from 1.15.34 to 1.16.0.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.15.34...1.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 13:08:09 +00:00
17a827c144 Merge pull request #536 from github/dependabot/pip/readme-renderer-md--26.0
Bump readme-renderer[md] from 25.0 to 26.0
2020-05-01 06:07:00 -07:00
b529b5c303 Bump readme-renderer[md] from 25.0 to 26.0
Bumps [readme-renderer[md]](https://github.com/pypa/readme_renderer) from 25.0 to 26.0.
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/master/CHANGES.rst)
- [Commits](https://github.com/pypa/readme_renderer/compare/25.0...26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 09:12:07 +00:00
3e1282f250 Merge pull request #535 from github/rel-0-9-10
v0.9.10 version bump and CHANGELOG update
v0.9.10
2020-04-27 07:28:01 -07:00
fc79530108 v0.9.10 version bump and CHANGELOG update 2020-04-20 12:10:06 -07:00
42e982866f Merge pull request #532 from github/allow-repeat-pools
Support reuse of default pool in rules in Ns1Provider
2020-04-14 00:06:09 -07:00
5d22b86d5d Merge branch 'master' into allow-repeat-pools 2020-04-14 00:02:48 -07:00
d93ddddaf2 Simplify logic, remove unnecessary coverage tests 2020-04-11 02:28:28 -07:00
330914747c Merge pull request #533 from jdgri/akamai-edge-dns-rename-touch-up
Update edgedns.py
2020-04-10 12:34:55 -07:00
4c21cfd85b Address review comments. Introduce catchall poolname 2020-04-10 11:06:19 -07:00
1a2ee1e2a8 Update edgedns.py 2020-04-10 13:26:41 -04:00
25db222932 Merge pull request #531 from github/route53-sort-batches
Order each batch of Route53 changesets so that delets come before create
2020-04-06 13:17:34 -07:00
98c3a4732c Merge branch 'master' into route53-sort-batches 2020-04-06 13:14:36 -07:00
a64ec99de8 Support reuse of default pool in rules in Ns1Provider 2020-04-04 01:28:39 -07:00
921ca5376c Merge pull request #530 from github/dynamic-rule-pool-reuse-fix
dynamic validation tweak, allow reuse of pool if 2nd occur is a default
2020-04-03 06:42:24 -07:00
074c000907 Merge branch 'master' into dynamic-rule-pool-reuse-fix 2020-04-03 06:38:22 -07:00
788a073ffd Merge pull request #528 from github/dependabot/pip/boto3-1.12.34
Bump boto3 from 1.12.11 to 1.12.34
2020-04-02 12:39:22 -07:00
f6df5d3b62 Order each batch of Route53 changesets so that delets come before create 2020-04-02 12:32:12 -07:00
67d661162f Bump boto3 from 1.12.11 to 1.12.34
Bumps [boto3](https://github.com/boto/boto3) from 1.12.11 to 1.12.34.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.12.11...1.12.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 17:54:13 +00:00
479c921ac1 Merge pull request #526 from github/dependabot/pip/azure-common-1.1.25
Bump azure-common from 1.1.24 to 1.1.25
2020-04-02 10:52:56 -07:00
54699e05ce dynamic validation tweak, allow reuse of pool if 2nd occur is a default 2020-04-02 10:51:42 -07:00
d2b113d622 Bump azure-common from 1.1.24 to 1.1.25
Bumps [azure-common](https://github.com/Azure/azure-sdk-for-python) from 1.1.24 to 1.1.25.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-common_1.1.24...azure-common_1.1.25)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 17:28:42 +00:00
940780e669 Merge pull request #524 from github/dependabot/pip/setuptools-44.1.0
Bump setuptools from 44.0.0 to 44.1.0
2020-04-02 10:27:36 -07:00
e5758f1cb9 Bump setuptools from 44.0.0 to 44.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 44.0.0 to 44.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v44.0.0...v44.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 17:24:46 +00:00
8f200d1bce Merge pull request #529 from github/dependabot/pip/botocore-1.15.34
Bump botocore from 1.15.11 to 1.15.34
2020-04-02 10:23:24 -07:00
ff9ff7551a Bump botocore from 1.15.11 to 1.15.34
Bumps [botocore](https://github.com/boto/botocore) from 1.15.11 to 1.15.34.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.15.11...1.15.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 17:18:24 +00:00
eb91bb7084 Merge pull request #522 from github/dependabot/pip/msrestazure-0.6.3
Bump msrestazure from 0.6.2 to 0.6.3
2020-04-02 10:17:06 -07:00
83be2168f5 Bump msrestazure from 0.6.2 to 0.6.3
Bumps [msrestazure](https://github.com/Azure/msrestazure-for-python) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/Azure/msrestazure-for-python/releases)
- [Commits](https://github.com/Azure/msrestazure-for-python/compare/v0.6.2...v0.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 16:48:29 +00:00
5cdad05bf5 Merge pull request #521 from github/dependabot/pip/readme-renderer-md--25.0
Bump readme-renderer[md] from 24.0 to 25.0
2020-04-02 09:47:14 -07:00
3ad48f9c4f Bump readme-renderer[md] from 24.0 to 25.0
Bumps [readme-renderer[md]](https://github.com/pypa/readme_renderer) from 24.0 to 25.0.
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/master/CHANGES.rst)
- [Commits](https://github.com/pypa/readme_renderer/compare/24.0...25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 16:39:58 +00:00
8d5e90fd0a Merge pull request #520 from github/dependabot/pip/pyyaml-5.3.1
Bump pyyaml from 5.3 to 5.3.1
2020-04-02 09:38:41 -07:00
cc9826d20c Bump pyyaml from 5.3 to 5.3.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 16:25:50 +00:00
b6d6daf885 Merge pull request #519 from github/dependabot/pip/transip-2.1.2
Bump transip from 2.1.1 to 2.1.2
2020-04-02 09:23:53 -07:00
e2edeacc94 Bump transip from 2.1.1 to 2.1.2
Bumps [transip](https://github.com/benkonrath/transip-api) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/benkonrath/transip-api/releases)
- [Changelog](https://github.com/benkonrath/transip-api/blob/2.1.2/CHANGELOG.rst)
- [Commits](https://github.com/benkonrath/transip-api/compare/2.1.1...2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 08:49:39 +00:00
0b95694d7b Merge pull request #508 from github/nsone-country-filter-chain
Add country based filter to NS1 filter chain
2020-03-31 11:16:37 -07:00
bcaaeb21f5 Merge branch 'master' into nsone-country-filter-chain 2020-03-31 11:13:08 -07:00
5bb2851002 Keep minimum relevant code in try/except block 2020-03-30 10:41:00 -07:00
85db74f3ee Merge pull request #518 from maikzumstrull/patch-1
Use dict to speed up record search
2020-03-30 07:20:42 -07:00
bc3ce2071c Flipped bool logic 2020-03-30 07:12:25 -07:00
1fb4f4facd Avoid double existing_records lookup 2020-03-30 07:04:07 -07:00
72eaf0d3af Handle non-existent zones case in extra_changes 2020-03-28 02:21:07 -07:00
f590f201ea Use dict to speed up record search
This dict is created earlier, presumably to speed up this exact lookup, but it was using the list form instead, requiring a linear scan for each item.
2020-03-26 14:23:36 +00:00
438bea46c3 Fix typos, add a log for filter updates 2020-03-25 15:30:00 -07:00
f42300b983 Apply suggestions from code review
Conform to octodns style string concatenation

Co-Authored-By: Ross McFarland <ross@github.com>
2020-03-25 15:20:51 -07:00