b1e762d
(refs/pull/42/head)
Fixing octodns/record.py link by
2017-05-24 16:33:44 -0400
68fcd69
Merge pull request #40 from github/failsafe by
2017-05-24 08:32:05 -0700
e16bd27
(refs/pull/40/head)
fix up logging by
2017-05-24 08:04:52 -0700
5b93bb5
use a percentage of change/deleted records rather than an absolute count by
2017-05-24 07:21:04 -0700
bc1736b
(refs/pull/37/head, refs/pull/33/head)
NS1, add Delete support, fix apply create, flush out tests to 100% by
2017-05-23 09:36:15 -0700
06e17d0
Corrected handling of ns1 errors, Ns1Provider.populate tests by
2017-05-22 17:33:31 -0700
2ff3499
Merge pull request #35 from github/dyn-monitor-user-agent by
2017-05-12 05:39:37 -0700
864a700
(refs/pull/35/head)
Remove extranious u's by
2017-05-11 08:45:25 -0700
1aae060
Add User-Agent header to Dyn monitors by
2017-05-11 08:43:49 -0700
23257d8
NsOneProvider -> Ns1Provider and related renames by
2017-05-10 16:09:21 -0700
5f95cd9
First pass through NsOneProvider by
2017-05-09 22:17:52 -0700
a6948a3
Merge pull request #32 from github/route53-geo-conv-fixes by
2017-05-09 16:42:41 -0700
852381b
(refs/pull/32/head)
Add test for Route53Provider geo -> plain conversion by
2017-05-09 14:45:35 -0700
d7469cb
Test _get_health_check_id without perm to create by
2017-05-09 14:26:48 -0700
ee6a654
HealthCheckId is required for geo records now by
2017-05-09 14:22:39 -0700
e7fffb0
Route53Provider correctly handle converting to and from geo records by
2017-05-09 14:20:44 -0700
eeeb1f2
(refs/pull/31/head)
Test commit by
2017-05-05 06:00:20 -0700
1f01c55
Merge pull request #29 from zBart/cloudflare-semicolons by
2017-05-03 06:25:08 -0700
e41f0d7
(refs/pull/29/head)
Wrap a long line in test_octodns_provider_cloudflare.py by
2017-05-03 06:24:37 -0700
bc98af0
Handle Cloudflare not escaping semicolons by
2017-05-03 12:08:32 +0200
6e04560
(refs/pull/27/head)
Skip Alias recordset for Route53 Provider by
2017-04-30 21:47:19 +1000
faa4630
Merge pull request #21 from The-Compiler/patch-1 by
2017-04-28 19:05:33 -0400
cedfd57
Merge pull request #20 from endersonmaia/patch-1 by
2017-04-28 19:04:23 -0400
7535866
Merge pull request #19 from LeoColomb/patch-1 by
2017-04-28 19:04:00 -0400
cad07ff
(refs/pull/19/head)
DnsimpleProvider rather than DNSimple by
2017-04-28 19:02:54 -0400
74c0ca6
(refs/pull/22/merge)
Merge 45bbcae858 into d84f30c14d by
2017-04-27 17:14:43 +0000
45bbcae
(refs/pull/286/head, refs/pull/22/head)
Fix provider implementation links by
2017-04-27 12:14:15 -0500
d64e9da
(refs/pull/21/head)
readme: Fix link to contributing doc by
2017-04-27 18:59:04 +0200
01f60e2
(refs/pull/20/head)
Fixed broken link to Records Documentation by
2017-04-27 13:58:16 -0300
be0d25e
readme: typos and bad links by
2017-04-27 18:43:08 +0200
d84f30c
Merge pull request #18 from github/dist-and-rel by
2017-04-18 09:18:53 -0700
5a742bc
(refs/pull/18/head)
Fixes to get a working dist build by
2017-04-18 09:12:14 -0700
ea376d7
Merge pull request #17 from github/supported-providers-readme by
2017-04-18 08:52:11 -0700
f682136
(refs/pull/17/head)
Add missing header col by
2017-04-18 08:51:33 -0700
274b679
Add a supported providers table to the README by
2017-04-18 08:50:05 -0700
437badd
Merge pull request #16 from github/dyn-td-province-fix by
2017-04-13 13:27:38 -0700
20351ba
(refs/pull/16/head)
DynProvider Traffic Directors want lowercase province without country by
2017-04-13 08:43:02 -0700
08d8009
Merge pull request #15 from github/logo by
2017-04-12 15:31:50 -0700
a0d4c98
(refs/pull/15/head)
Add the octoDNS logo by
2017-04-12 15:30:52 -0700
b34c3e2
Merge pull request #14 from github/rm-yamllint-req by
2017-03-29 12:23:13 -0700
a4c5a36
(refs/pull/14/head)
yamllint is not a hard requirement, just something we use in our workflow by
2017-03-29 12:22:09 -0700
02658fb
Merge pull request #13 from github/dyn-session-create-not-thread-safe by
2017-03-29 12:14:20 -0700
4f53f7d
(refs/pull/13/head)
Rework DynProvider._check_dyn_sess based on further reading of the code by
2017-03-29 12:00:43 -0700
9ff90a9
DynectSession creation isn't thread-safe so we need to lock around it by
2017-03-29 10:57:24 -0700
757bfad
Merge pull request #12 from github/multi-threaded-planning by
2017-03-29 07:04:27 -0700
599605f
(refs/pull/12/head)
"main thread" not "main call" by
2017-03-29 07:02:33 -0700
298fc2c
Doc for MainThreadExecutor to lay out why it exists by
2017-03-28 13:35:49 -0700
d51c2b4
Tests for MainThreadExecutor by
2017-03-28 13:32:49 -0700
32a7b23
Don't use threads when max_workers=1 by
2017-03-28 13:26:02 -0700
fe1d1b2
Handle creating per-thread `DynectSession`s by
2017-03-27 15:27:45 -0700
ffa42d4
Add thread-id to log format by
2017-03-27 15:27:34 -0700
377bda4
Implement simplistic planning concurrency, by zone by
2017-03-27 14:39:50 -0700
67e8139
Rework Yaml constructor/representer to match PyYaml's setup by
2017-03-27 14:33:52 -0700
9441b75
Merge pull request #10 from github/command-fixes by
2017-03-27 10:00:32 -0700
100688c
(refs/pull/10/head)
Fix octodns-* command warning, improve log messages a bit by
2017-03-27 09:59:42 -0700
7f0b9df
Merge pull request #9 from github/doc-records by
2017-03-17 10:33:54 -0700
da4632f
(refs/pull/9/head)
docstrings for each provider showing config by
2017-03-17 10:03:27 -0700
8fa2dde
Pass of edits & cleanup to records.md by
2017-03-17 09:20:05 -0700
c34bdbb
Correct CODE_OF_CONDUCT email by
2017-03-17 09:08:24 -0700
73a1eaf
Quick pass at a doc about records support & config. by
2017-03-16 17:20:46 -0700
0ec33de
Merge pull request #2 from github/updated-code-of-conduct by
2017-03-16 14:54:34 -0700
dd6f82c
(refs/pull/2/head)
Update to an active code of conduct, move contibuting by
2017-03-16 14:53:35 -0700
3a02a76
Merge pull request #1 from github/initial-import by
2017-03-16 13:35:33 -0700
23311c8
(refs/pull/1/head)
Remove accidental paste from README header by
2017-03-16 10:44:30 -0700
6607271
Address README review feedback by
2017-03-16 08:19:56 -0700
e66e168
Untested .travis.yml by
2017-03-15 15:54:57 -0700
f18365f
Add joewilliams to Authors section by
2017-03-15 15:52:27 -0700
bdbbb61
Fix broken .github/CONTRIBUTING.md by
2017-03-15 15:47:46 -0700
7957a4c
Initial import of OSS OctoDNS by
2017-03-15 15:38:10 -0700
85e4f92
Blank commit by
2017-03-15 15:26:08 -0700