Ross McFarland

Results 151 comments of Ross McFarland

> At this point, `plan` would be the default dry run and `apply` would be an additional run with the flag `--doit`. The checksum ensures that the `plan` stage matches...

> [@ross](https://github.com/ross) Is there support for export and sync of the SOA record? No. There's an old issue or something layout out the details, but the gist is that most...

> When `--quiet` is used, the checksum is not included in the `stderr` That's probably an oversight > When using the processor `add_metadata` with `include_time`, the checksum is never the...

> Would you like me to create a new issue for these? Yeah that probably makes sense. The first should be an easy fix. No clue about the 2nd.

I have no preference and haven't implemented anything "real" on the octoDNS side yet. Only testing out what I've been playing around with here. I've pushed up a test case...

Ok. Fixed the sequence case so that it will also handle custom flatteners. Was a trivial change and it actually works much more like map now so that's probably an...

As currently implemented dynamic zone support is limited to leading wildcards: https://github.com/octodns/octodns/blob/83d6ee3d2f1afd20ac5676213a62c630c222fa2a/octodns/manager.py#L595-L597 It doesn't actually support the sort of "closest match" logic you've sketched out the config for there either....

> And clarification on the serial list of checks in the processors section. I assume the name,type,value passes as long as all of the tests yield True? Not sure I...

> I was thinking more the case when rule1 rejects foo but rule2 accepts it. Once a processor removes a record another wouldn't know it ever existed and wouldn't be...

WIP PR to add advaced regex based wildcard support is over in https://github.com/octodns/octodns/pull/1304.