Ross McFarland
Ross McFarland
> Work has begun, and you can follow the progress : `https://github.com/Zerka30/octodns-infomaniak`. The plugin is based, on the `octodns-digitalocean` and follow the same logic. :cool: Sounds like you're on the...
More I think about this the more I like that it isn't a special behavior and needs fewer caveats. ```console (env) coho:octodns ross$ PYTHONPATH=. ./octodns/cmds/sync.py --config-file=config/dev.yaml 2024-10-18T16:55:10 [140704393874880] INFO Manager...
Afaik all of those things are currently supported, through not well documented, e.g. https://github.com/octodns/octodns-cloudflare/blob/6edf23f8b8612a91c7a116905a413a04b718be14/tests/test_octodns_provider_cloudflare.py#L34-L67 This record wouldn't make any sense, but this is an example of how they're used. ```yaml...
Looks like at least the auto-ttl and proxied bits are mentioned in the README https://github.com/octodns/octodns-cloudflare/blob/main/README.md#configuration
> It seems that when a recently removed domain is re-added to Cloudflare it is put back with its records intact. Weird. I'm not sure how the provider could handle...
See https://github.com/octodns/octodns-template for the skeletal setup to get things started and https://github.com/octodns/octodns-powerdns/ is one of the cleanest/simplest example providers and https://github.com/octodns/octodns-dnsimple is pretty simple as well. You can start things...
Not something I plan to look into, but if you would like to develop it https://github.com/octodns/octodns-template is the starting point and octodns-powerdns and octodns-dnssimple are probably good examples.
> And i checked all source files about their quote style. And unfortunatly its not consistent at all. So i think its needed to add a specific "style guide" and...
> And for that i would like to know what route you want to continue on, either: > > * still use `black` and `isort`, but add formatter settings to...
> script/update-requirements Had to make some fairly minor changes to the logic of the update-requirement scripts across all the repos to deal with `click` deprecating support for python 3.9 early....