Ross McFarland
Ross McFarland
android studio library project gradle build file. haven't published anything with it, but it "should" work.
i just set up a single filter in gmail to put all github notifications in to a folder named Github/Pending and then made the changes in this commit to work...
It would be really handy to have built in support for sending statsd/dogstatsd metrics on notable consul-template events. The most obvious of which being restarts. For statsd that'd probably be...
Refactor `Manager.zone_tree` for easier testing and add some thorough tests of it as well as `Manager.configured_sub_zones`. /cc https://github.com/octodns/octodns/issues/916 which reported issues with sub-zone handling as of 0.9.18 /cc https://github.com/octodns/octodns/pull/908 which...
Allow UTF-8 values in record answers. We were previously using a `FQDN` function to check values with a `str` to fix issues with passing unicode strings in 2.7. 2.7 is...
Not 100% sure it'd make sense without looking into the details, but it'd be nice to avoid having to copy a common ttl across all/most of the records in a...
This adds statsd output support along side the existing udp syslog output (since they share required functionality.) It's a rough first pass, but appears to work as expected/desired for the...
This PR implements RFC based parsing and encoding of applicable record types. Specifically it adds `parse_rdata_text` and `rdata_text` to all of the value object types and centralizes some of the...
Now that we're python3 `super()` can pretty much always be called and will do the right thing. There's often subtle bugs when things are refactor and the super args aren't...