Commit Graph

  • 3a2ccdc (refs/pull/80/head) Manually join self.values to avoid double escapes, e.g. \\; by Ross McFarland 2017-06-28 03:09:41 -0700
  • 36585a1 Merge branch 'master' of https://github.com/github/octodns into AZProvider by Heesu Hwang 2017-06-27 12:11:28 -0700
  • cc47bd7 Fixed bug for MX and SRV. Added Azure test suite as well. by Heesu Hwang 2017-06-27 12:10:57 -0700
  • d7b02da Merge pull request #77 from github/rfc-1035 by Ross McFarland 2017-06-27 09:11:29 -0700
  • e5d1bf5 (refs/pull/76/head) Merge branch 'master' into master by Ali Ikram 2017-06-27 09:23:39 -0400
  • 679c2be Start sketchin of Rackspace provider, half rewritten from powerdns... by Vietor Davis 2017-06-26 17:03:15 -0700
  • 3b79734 (refs/pull/77/head) Merge branch 'master' into rfc-1035 by Ross McFarland 2017-06-24 19:19:52 -0700
  • 29861c4 Merge pull request #78 from github/meta-records by Ross McFarland 2017-06-24 19:19:36 -0700
  • 5e4d680 (refs/pull/78/head) Add meta record support with provider id to zone by Ross McFarland 2017-06-24 17:14:48 -0700
  • 98f7c64 Merge branch 'master' of https://github.com/github/octodns into AZProvider by Heesu Hwang 2017-06-23 15:19:32 -0700
  • 598acc9 Added full support of Azure DNS. TODO: testing. by Heesu Hwang 2017-06-23 15:19:27 -0700
  • 4e3cc6b SSHFP RFC4255 - validate algorithm & fingerprint_type by Ross McFarland 2017-06-23 13:35:04 -0700
  • 3ce0d71 NAPTR RFC2915 - validate flags (partial) by Ross McFarland 2017-06-23 13:28:22 -0700
  • 6fc82fd Validate that MX preference parses as int by Ross McFarland 2017-06-23 13:17:32 -0700
  • 1340aee MX RFC1035 - priority -> preference & value -> exchange by Ross McFarland 2017-06-23 13:04:38 -0700
  • 27c374d Merge branch 'master' into master by Ali Ikram 2017-06-23 15:33:57 -0400
  • 3ca64c4 Merge pull request #74 from github/validate-rework by Ross McFarland 2017-06-23 12:24:31 -0700
  • 57123d7 Update README.md by Ali Ikram 2017-06-23 14:51:59 -0400
  • 768d1fe Add undocumented variable max_changes by Ali Ikram 2017-06-23 14:51:33 -0400
  • 5dff1d3 Route53: character limit of 32000 exceeded #73 by aikram24 2017-06-23 14:39:14 -0400
  • 7e7963e ignoring few more directories by aikram24 2017-06-23 14:32:42 -0400
  • 615bc95 (refs/pull/74/head) CNAME cannot coexist with other records on a node by Ross McFarland 2017-06-23 09:49:25 -0700
  • d2af8ef Root CNAMEs are not allowed by Ross McFarland 2017-06-23 09:49:11 -0700
  • a69ff64 Add --lenient flag to dump by Ross McFarland 2017-06-23 09:24:25 -0700
  • cfc0d58 Log max_workers, useful to know by Ross McFarland 2017-06-23 09:06:21 -0700
  • a97818b populating existing provider state is lenient by Ross McFarland 2017-06-23 09:01:25 -0700
  • 8323b4c Complete refactor & rework of how validation is set up by Ross McFarland 2017-06-23 07:14:01 -0700
  • 4a9889b Merge branch 'master' of https://github.com/github/octodns into AZProvider by Heesu Hwang 2017-06-22 14:26:29 -0700
  • 3c1e409 Added support for CNAME, AAAA, MX, SRV, NS, PTR. TODO: add TXT. add zone creation. create tests by Heesu Hwang 2017-06-22 14:22:40 -0700
  • 0aa0878 Merge pull request #72 from github/explicit-supports by Ross McFarland 2017-06-22 07:34:42 -0700
  • 852c101 (refs/pull/72/head) Switch to an explicit SUPPORTS setup by Ross McFarland 2017-06-21 17:08:16 -0700
  • 02d80c2 Merge remote-tracking branch 'origin/master' into configurable-geo-healthcheck by Ross McFarland 2017-06-21 15:31:25 -0700
  • a316bf5 Merge pull request #70 from github/natrual-sorting-improvements by Ross McFarland 2017-06-21 15:22:54 -0700
  • 4e497e8 (refs/pull/70/head) Merge branch 'master' into natrual-sorting-improvements by Ross McFarland 2017-06-21 14:54:09 -0700
  • 5a6c32d Merge pull request #46 from github/route53-refactor by Ross McFarland 2017-06-21 14:53:56 -0700
  • acd245e (refs/pull/46/head) Merge branch 'master' into route53-refactor by Ross McFarland 2017-06-21 14:46:26 -0700
  • b6cd08e Update DSFMonitor labels to include type by Ross McFarland 2017-06-21 14:34:21 -0700
  • 71b2321 Merge branch 'master' of https://github.com/github/octodns into AZProvider by Heesu Hwang 2017-06-21 14:25:57 -0700
  • 92828ce Successfully able to add A records. TODO: check against live server to remove records not listed in config by Heesu Hwang 2017-06-21 14:21:14 -0700
  • 72eff70 Dyn support for configrable healthchecks and _extra_changes support by Ross McFarland 2017-06-21 12:40:31 -0700
  • f5bce43 Testing AzureProvider. TODO: resolve 'Exception: Unknown provider class: octodns.provider.azure.AzureProvider' by Heesu Hwang 2017-06-20 15:54:35 -0700
  • f48ef28 Added shell script by Heesu Hwang 2017-06-20 14:55:59 -0700
  • ae9dd97 Filled out skeleton. Starting Testing by Heesu Hwang 2017-06-20 14:43:51 -0700
  • 0e8bc9a Dyn monitor config support, includes ability to update by Ross McFarland 2017-06-20 14:43:27 -0700
  • 9506c68 Go head and support cleaning up v0000 Route53 health check versions by Ross McFarland 2017-06-20 11:46:17 -0700
  • d0b8b25 Existing and desired to _extra_changes, desired used by Route53 to get configed by Ross McFarland 2017-06-20 11:44:13 -0700
  • 3b349c9 Merge pull request #71 from github/route53-and-cloudflare-no-alias by Ross McFarland 2017-06-20 08:44:21 -0700
  • ce0b58d (refs/pull/71/head) Quick-fix disable ALIAS for Route53 & Cloudflare by Ross McFarland 2017-06-20 08:39:59 -0700
  • 97e5b89 Merge remote-tracking branch 'origin/master' into route53-refactor by Ross McFarland 2017-06-20 08:18:36 -0700
  • 046cde4 Make sorting enforcement optional with YamlProvider by Ross McFarland 2017-06-19 22:44:34 -0700
  • 4a7ce9e Bake in the existing, but less than great hex sorting behavior by Ross McFarland 2017-06-19 22:36:08 -0700
  • db35ffe Replace my custom natrual sorting with natsort module by Ross McFarland 2017-06-19 22:17:48 -0700
  • cdba531 Merge pull request #69 from github/skip-no-targets by Ross McFarland 2017-06-19 21:52:04 -0700
  • 03a4763 (refs/pull/69/head) Skip planning (and populating) zones without elible targets by Ross McFarland 2017-06-19 21:49:16 -0700
  • 386ada3 Added onto azuredns.py. Still completing code skeleton by Heesu Hwang 2017-06-19 17:04:25 -0700
  • 5c6981f Merge pull request #68 from sijis/docs/small_typos by Ross McFarland 2017-06-17 10:33:42 -0700
  • e6405d2 (refs/pull/68/head) docs: Fix small typos by Sijis Aviles 2017-06-17 10:34:11 -0500
  • 0e20c07 First skeleton of Azure DNS Provider class by Heesu Hwang 2017-06-16 14:20:36 -0700
  • 0c1a8fe Add custom healtcheck host & path to Dyn geo records by Ross McFarland 2017-06-15 10:12:17 -0700
  • 4761da9 Add custom host & path support to Route53 Geo healthchecks by Ross McFarland 2017-06-15 09:57:40 -0700
  • 670d7ee Record.healtcheck_(host|path) by Ross McFarland 2017-06-15 09:04:35 -0700
  • a7c538d Merge pull request #47 from github/alias-support by Ross McFarland 2017-06-13 15:59:33 -0700
  • 2331116 (refs/pull/53/head, refs/pull/288/head) Merge remote-tracking branch 'origin/master' into root-ns-records by Ross McFarland 2017-06-12 14:16:00 -0700
  • b777c15 (refs/pull/47/head) Merge remote-tracking branch 'origin/master' into alias-support by Ross McFarland 2017-06-12 14:07:03 -0700
  • e874623 Update comment about DNSimple's ALIAS support, no errors are thrown by Ross McFarland 2017-06-12 14:06:43 -0700
  • 98e0670 Merge pull request #56 from github/ignored-record-support by Ross McFarland 2017-06-09 07:02:19 -0700
  • 80b06b7 (refs/pull/56/head) Merge branch 'master' into ignored-record-support by Ross McFarland 2017-06-09 06:22:37 -0700
  • a69362d Merge pull request #59 from github/route53-semicolon-escapes by Ross McFarland 2017-06-09 05:43:57 -0700
  • d95f842 (refs/pull/59/head) Merge branch 'master' into route53-semicolon-escapes by Ross McFarland 2017-06-08 18:50:35 -0700
  • efa474b Merge pull request #60 from github/fix-always-dry-run by Ross McFarland 2017-06-08 18:50:08 -0700
  • 7e0730e (refs/pull/60/head) Helps if I add the new config file by Ross McFarland 2017-06-08 18:45:47 -0700
  • 371138d Fix zone-level always-dry-run functionality by Ross McFarland 2017-06-08 18:34:33 -0700
  • dd0042c Escape unescaped semicolons coming out of Route53 by Ross McFarland 2017-06-08 17:55:19 -0700
  • 5fabdca (refs/pull/58/merge) Merge 9c34164a84 into 1e329f1345 by offmindby 2017-06-08 11:40:54 +0000
  • 9c34164 (refs/pull/58/head) Fixed UnboundLocalError in manager.py by Aleksey Krisenkov 2017-06-08 14:37:01 +0300
  • b4db8d0 (refs/pull/27/merge) Merge 6e04560501 into 1e329f1345 by Michael McAllister 2017-06-07 18:20:01 +0000
  • ab28c15 (refs/pull/31/merge) Merge eeeb1f2f6f into 1e329f1345 by Ross McFarland 2017-06-07 18:20:01 +0000
  • ff2fec7 Add support for ignored records. by Ross McFarland 2017-06-04 19:03:38 -0700
  • a2805af Merge branch 'master' into root-ns-records by Ross McFarland 2017-06-04 14:18:54 -0700
  • a36605e Merge branch 'master' into alias-support by Ross McFarland 2017-06-04 14:18:47 -0700
  • 1e329f1 Merge pull request #55 from github/dnsimple-root-record-fixes by Ross McFarland 2017-06-04 14:17:27 -0700
  • 6fd7371 (refs/pull/55/head) DnsimpleProvider updates delete before create, or else errors thrown by Ross McFarland 2017-06-04 14:12:53 -0700
  • 7369389 Merge pull request #54 from github/ns1-no-sshfp by Ross McFarland 2017-06-04 14:09:43 -0700
  • 23d0efd (refs/pull/54/head) DNSimple mock calls allowed in any order by Ross McFarland 2017-06-04 14:08:04 -0700
  • 1b15900 NS1 does not support SSHFP by Ross McFarland 2017-06-04 14:07:12 -0700
  • 7d5cc84 Allow DnsimpleProvider mocked calls in any order by Ross McFarland 2017-06-04 14:02:31 -0700
  • 79a7c84 Make root NS a col in README by Ross McFarland 2017-06-04 14:00:54 -0700
  • a01750d Fix CloudflareProvider's root NS handling now that I have access by Ross McFarland 2017-06-04 13:52:16 -0700
  • d8427d7 Major reworking of root NS handling, create & update, no delete by Ross McFarland 2017-06-04 13:35:54 -0700
  • 8ed7278 DynProvider and DnsimpleProvider ALIAS tests by Ross McFarland 2017-06-03 17:21:08 -0700
  • 11cf155 Pass of ALIAS support across supported providers. Allow ALIAS ttl by Ross McFarland 2017-06-03 09:44:05 -0700
  • 82ed633 Merge remote-tracking branch 'origin/master' into alias-support by Ross McFarland 2017-06-03 09:31:07 -0700
  • 756f017 Go back to simple/standard ALIAS value by Ross McFarland 2017-06-03 08:47:01 -0700
  • 703ec00 Merge pull request #50 from vanbroup/patch-1 by Ross McFarland 2017-06-01 07:30:07 -0700
  • ac82ab1 (refs/pull/50/head) Fix NS1 provider name by Paul van Brouwershaven 2017-06-01 15:57:53 +0200
  • 68fe90f Merge pull request #48 from weyrick/patch-1 by Ross McFarland 2017-05-31 09:53:12 -0700
  • 7163c83 (refs/pull/48/head) Update README to include new NS1 Provider by Shannon Weyrick 2017-05-31 12:29:02 -0400
  • b549ee7 Merge pull request #33 from github/nsone-basic-support by Ross McFarland 2017-05-30 07:57:24 -0700
  • a9c6d8c Rework _Route53Record to avoid a bunch of hacks by Ross McFarland 2017-05-29 08:26:38 -0700
  • 62f60d8 (refs/pull/118/head) Move _process_values out of KeyError by Ross McFarland 2017-05-28 17:13:19 -0700