Jonathan Leroy
6d17b4671a
Handle domains not registred at Gandi or not using Gandi's DNS
5 years ago
Jonathan Leroy
7161baa262
Fixes code coverage for unsupported records types
5 years ago
Jonathan Leroy
bfaafeb61b
Fixes value of "rrset_name" parameter for domain APEX
5 years ago
Jonathan Leroy
3f85244264
Fixes incorrect domain name in gandi-no-changes.json
5 years ago
Jonathan Leroy
fd136b42d1
Add support for Gandi LiveDNS
5 years ago
Ross McFarland
8f686142d6
Merge pull request #617 from ftm-qsc/patch-1
docs: fixed small typo in geo_records.md
5 years ago
ftm-qsc
50f739495d
docs: fixed small typo in geo_records.md
Did you mean 'strongly'?
5 years ago
Ross McFarland
5c26f38851
Merge pull request #613 from github/dependabot/pip/boto3-1.15.9
Bump boto3 from 1.14.52 to 1.15.9
5 years ago
dependabot-preview[bot]
832e481ea4
Bump boto3 from 1.14.52 to 1.15.9
Bumps [boto3](https://github.com/boto/boto3 ) from 1.14.52 to 1.15.9.
- [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.14.52...1.15.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ross McFarland
9bd6e9e35a
Merge pull request #612 from github/dependabot/pip/botocore-1.18.9
Bump botocore from 1.17.52 to 1.18.9
5 years ago
dependabot-preview[bot]
aad1467d5a
Bump botocore from 1.17.52 to 1.18.9
Bumps [botocore](https://github.com/boto/botocore ) from 1.17.52 to 1.18.9.
- [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.17.52...1.18.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ross McFarland
6b0d9e2274
Merge pull request #589 from phelpsw/compare_filtering_and_exit_codes
octodns-compare: Prefix filtering and status code on on mismatch
5 years ago
Phelps Williams
270fd9682f
Merge branch 'master' into compare_filtering_and_exit_codes
5 years ago
Ross McFarland
18160c095a
Merge pull request #604 from github/dependabot/pip/boto3-1.14.52
Bump boto3 from 1.14.14 to 1.14.52
5 years ago
dependabot-preview[bot]
229d77eda7
Bump boto3 from 1.14.14 to 1.14.52
Bumps [boto3](https://github.com/boto/boto3 ) from 1.14.14 to 1.14.52.
- [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.14.14...1.14.52 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ross McFarland
f8e2117928
Merge pull request #602 from github/dependabot/pip/botocore-1.17.52
Bump botocore from 1.17.14 to 1.17.52
5 years ago
dependabot-preview[bot]
cfa4ac03dd
Bump botocore from 1.17.14 to 1.17.52
Bumps [botocore](https://github.com/boto/botocore ) from 1.17.14 to 1.17.52.
- [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.17.14...1.17.52 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ross McFarland
b7752cbc05
Merge pull request #603 from github/dependabot/pip/google-cloud-core-1.4.1
Bump google-cloud-core from 1.3.0 to 1.4.1
5 years ago
dependabot-preview[bot]
179c89573f
Bump google-cloud-core from 1.3.0 to 1.4.1
Bumps [google-cloud-core](https://github.com/googleapis/python-cloud-core ) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/googleapis/python-cloud-core/releases )
- [Changelog](https://github.com/googleapis/python-cloud-core/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/python-cloud-core/compare/v1.3.0...v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ross McFarland
52e3b33ddf
Merge pull request #601 from github/dependabot/pip/pycountry-20.7.3
Bump pycountry from 19.8.18 to 20.7.3
5 years ago
dependabot-preview[bot]
58535b3b69
Bump pycountry from 19.8.18 to 20.7.3
Bumps [pycountry](https://github.com/flyingcircusio/pycountry ) from 19.8.18 to 20.7.3.
- [Release notes](https://github.com/flyingcircusio/pycountry/releases )
- [Changelog](https://github.com/flyingcircusio/pycountry/blob/master/HISTORY.txt )
- [Commits](https://github.com/flyingcircusio/pycountry/compare/19.8.18...20.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Ross McFarland
8e62bd9ada
Merge pull request #599 from numberly/limit-source
Implement octodns-sync --source
5 years ago
Guillaume Gelin
31105cc472
Implement octodns-sync --source
It can be useful to only synchronize zones that use a certain source. For
example, in a situation where some zones use a dynamic source and others don't,
you probably want to synchronize those with a dynamic source regularly, and
only synchronize the others when a change is made.
Although we only synchronize the zones that use a given source, we still want
to synchronize all sources to avoid deleting records that would live in another
source of the zone.
5 years ago
Ross McFarland
451e169777
Merge pull request #598 from rupa/readme-ns1-provider
Update README.md
5 years ago
rupa
b69fc32300
Update README.md
NS1 does support CNAME via octodns :)
5 years ago
Phelps Williams
a8c14a9625
Merge branch 'master' into compare_filtering_and_exit_codes
5 years ago
Ross McFarland
73d2585e9e
Merge pull request #581 from actazen/easydns_provider
Adding Octodns provider class for easyDNS
5 years ago
John Dale
9e372fee19
Merge branch 'easydns_provider' of https://github.com/actazen/octodns into easydns_provider
5 years ago
John Dale
9e990632c4
Update to remove DYNamic A records
* Removed conversion of DYN records to A records
* Updated test fixtures to change test DYN to an A record
5 years ago
Phelps Williams
e1b2de656c
octodns-compare: Prefix filtering and status code on configuration mismatch
5 years ago
John Dale
10abfd870b
Merge branch 'master' into easydns_provider
5 years ago
John Dale
6a2c7909bd
Merge branch 'easydns_provider' of https://github.com/actazen/octodns into easydns_provider
5 years ago
John Dale
9a2152d249
Update to remove URL and STEALTH records
* Removed conversion of URL and STEALTH records to CNAME records
* Updated test fixtures to remove URL conversion testing
5 years ago
Ross McFarland
ee89b16ebd
Merge pull request #588 from euphline/srv-validation
Add support for wildcard SRV records, as shown in RFC 2782
5 years ago
Ross McFarland
a6a9f03cd8
Merge branch 'master' into srv-validation
5 years ago
Ross McFarland
eca5c399f1
Merge pull request #565 from lancehudson/patch-1
Cloudflare: Increase page size
5 years ago
Ross McFarland
e6e745d1b7
Merge branch 'master' into patch-1
5 years ago
Ross McFarland
a5810915d1
Merge pull request #569 from DavHau/fix-setup-dependencies
fix: dependency 'ipaddress' unnecessary for py >= 3.2
5 years ago
Ross McFarland
5c248b476d
According to docs ipaddress was 3.3, requires for ipaddress too
Also corrects futures to 3.2 in requires
5 years ago
Ross McFarland
cb252c7c35
Merge branch 'master' into fix-setup-dependencies
5 years ago
Justin B Newman
427b8a1a06
Add support for wildcard SRV records, as shown in RFC 2782
5 years ago
John Dale
ecfaa1160b
Merge branch 'master' into easydns_provider
5 years ago
John Dale
f4aa96abe5
Update to provide consistency
* Replaced camelCase with snake_case
* Change apikey to api_key
* Added check on record name before delete during domain_create
5 years ago
Ross McFarland
53194bd360
Merge pull request #585 from phelpsw/environmentvar_txt_support
Adding environment variable record injection
5 years ago
Phelps Williams
c75df0d8ed
Adding entry in readme for environment variable support
5 years ago
Phelps Williams
0a342aa6c2
EnvVar: Integrating review feedback and finishing tests
5 years ago
Phelps Williams
4d006e94a2
Adding environment variable record injection
Per the discussion on https://github.com/github/octodns/issues/583
here is a work in progress of environment variable injection for
discussion.
5 years ago
Ross McFarland
2e8691e77f
Merge pull request #579 from phelpsw/ultradns_support
Ultradns support
5 years ago
Phelps Williams
fa884ddb69
Merge branch 'ultradns_support' of github.com:phelpsw/octodns into ultradns_support
5 years ago
Phelps Williams
a326b95e08
Merge branch 'master' of https://github.com/github/octodns into ultradns_support
5 years ago