1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

1853 Commits

Author SHA1 Message Date
Viranch Mehta
6e9ce3ac3c pick first PTR value instead of erroring out 2021-08-16 16:39:23 -07:00
Viranch Mehta
73ad7000ca better helper method name 2021-08-12 22:33:10 -07:00
Viranch Mehta
ec41e0377e multi-value PTR tests for Azure 2021-08-12 22:15:46 -07:00
Viranch Mehta
49bff426b7 Multi-value PTR records 2021-08-12 21:43:01 -07:00
Ross McFarland
211ed8db41 Merge pull request #746 from meghashyamps/skip-creating-duplicate-monitors
check for identical monitor and skip creating one if found
2021-08-07 11:05:00 -07:00
Ross McFarland
1aa78b87a6 Merge branch 'master' into skip-creating-duplicate-monitors 2021-08-07 09:01:48 -07:00
Ross McFarland
5bd862209b Merge pull request #749 from octodns/ns1-shared-notifylist
Ns1 shared notifylist
2021-08-05 08:28:44 -07:00
Ross McFarland
3101ae346d Merge remote-tracking branch 'origin/master' into ns1-shared-notifylist 2021-08-04 12:30:37 -07:00
Ross McFarland
c873824aff Link the changelog from ns1 shared_notifylist docstring 2021-08-04 12:28:59 -07:00
Adam Smith
de3fc9d9cd Merge pull request #681 from G-Core/gcore-provider
Gcore provider
2021-08-04 15:04:33 -04:00
Yaroshevich Denis
5c17c635e0 Merge branch 'master' into gcore-provider 2021-08-04 10:05:58 +03:00
Ross McFarland
a51a4006ee Merge pull request #748 from octodns/ns1-monitors-gc-existing
NS1 _apply_Update needs to gc monitors w/existing
2021-08-03 14:05:51 -07:00
Ross McFarland
cbd764026c Merge branch 'master' into ns1-monitors-gc-existing 2021-08-03 13:47:55 -07:00
Ross McFarland
2a55f60814 Merge remote-tracking branch 'origin/master' into ns1-shared-notifylist 2021-08-03 08:19:32 -07:00
Ross McFarland
b21821dc88 Further info on Ns1Provider shared_notifylist usage 2021-08-03 08:18:55 -07:00
Yaroshevich Denis
111ee79a81 Merge branch 'master' into gcore-provider 2021-08-03 11:01:10 +03:00
Yaroshevich, Denis
9f2b289090 Merge branch 'gcore-provider' of github.com:G-Core/octodns into gcore-provider 2021-08-03 10:55:26 +03:00
Yaroshevich, Denis
33d56b8357 filters must be ordered as 'geodns', 'defaults', 'first_n' 2021-08-03 10:55:06 +03:00
Ross McFarland
cfde1e908c notifylists have a 64 char limit, not monitors 2021-08-02 17:12:13 -07:00
Ross McFarland
133740995b Merge pull request #750 from solvaholic/patch-1
Clarify Mythic Beasts uses DNS API v1
2021-08-02 13:14:54 -07:00
Roger D. Winans
b873997ef5 Match zone target to provider ID 2021-08-02 12:53:43 -04:00
Roger D. Winans
e8ebe936be Clarify Mythic Beasts uses DNS API v1
and fix the provider YAML in `class MythicBeastsProvider(BaseProvider)`
2021-08-02 12:32:29 -04:00
Yaroshevich, Denis
006a61e4d8 add support for dynamic A, AAAA, CNAME records 2021-08-02 18:47:11 +03:00
Ross McFarland
e2139f92c0 Suport for shared_notifylist in Ns1Provider 2021-08-01 14:40:51 -07:00
Ross McFarland
7f59c476e0 NS1 _apply_Update needs to gc monitors w/existing 2021-08-01 12:17:29 -07:00
Sham
65056fb4cd check for identical monitor and skip creating one if found 2021-07-30 12:37:21 -07:00
Ross McFarland
a1ef420668 Merge pull request #745 from octodns/funding-ross
create FUNDING.yml w/ross
2021-07-28 18:52:41 -07:00
Ross McFarland
f9ccd4342c create FUNDING.yml w/ross 2021-07-28 18:49:52 -07:00
Yaroshevich Denis
5d25dbea0f Merge branch 'master' into gcore-provider 2021-07-27 09:49:21 +03:00
Yaroshevich, Denis
cc0faf5762 Merge branch 'gcore-provider' of github.com:G-Core/octodns into gcore-provider 2021-07-26 17:58:27 +03:00
Yaroshevich, Denis
c6486ce3d1 add support for NS, MX, TXT, SRV, CNAME, PTR 2021-07-26 17:57:16 +03:00
Ross McFarland
e087a3b26f Merge pull request #722 from procore/urlfwd_type
Adding URLFWD type to Record handler and NS1, YAML, CloudFlare Providers
2021-07-25 18:12:23 -07:00
Brian E Clow
a9fe3b5398 Adding URLFWD ttl exception handling for cloudflare 2021-07-23 15:24:09 -07:00
Brian E Clow
8ca7070186 Formatting, lingering pr comments, fixing resulting errors 2021-07-23 15:03:51 -07:00
Brian E Clow
f4ccaaa791 Apply suggestions from code review
Thank you, Ross

Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
2021-07-23 14:45:26 -07:00
Brian E Clow
5e2f7d4384 Removing the TODO note from record 2021-07-22 15:26:21 -07:00
Brian E Clow
afc46f67eb When you filter is important 2021-07-22 15:23:09 -07:00
Brian E Clow
5eae6164b6 Adding CloudFlare URLFWD/pagerules fixtures for testing updates 2021-07-22 14:34:10 -07:00
Brian E Clow
a3b94cfed3 Adding URLFWD type to CloudeFlare provider + testing updates 2021-07-22 14:33:06 -07:00
Brian E Clow
0967858554 Accounting for CloudFlare TTL alias 2021-07-22 14:32:09 -07:00
Brian E Clow
07aad177b5 Update docs/records.md
Co-authored-by: Ross McFarland <rwmcfa1@gmail.com>
2021-07-22 14:32:09 -07:00
Brian E Clow
75423fd786 Documentation update? 2021-07-22 14:32:09 -07:00
Brian E Clow
f4caa35caa Ignoring URLFWD and adjusting test counts for other providers 2021-07-22 14:32:09 -07:00
Brian E Clow
21fcff920e Adding NS1 URLFWD support and testing 2021-07-22 14:32:09 -07:00
Brian E Clow
9be1195d47 SplitYAML testing 2021-07-22 14:32:09 -07:00
Brian E Clow
c5efba89fe Adding yaml support and testing for URLFWD 2021-07-22 14:32:09 -07:00
Brian E Clow
2a6480bc05 Adding URLFWD record testing 2021-07-22 14:32:09 -07:00
Brian E Clow
5361cadd1c Adding URLFWD to record framework 2021-07-22 14:32:09 -07:00
Ross McFarland
6d08418cd6 Merge pull request #736 from meghashyamps/NA-limitation-fix-part2
Adding SX and UM to NA countries
2021-07-18 14:29:57 -07:00
Ross McFarland
1de2521c7a Changelog entry about SX and UM inclusion in NA for NS1 2021-07-18 14:25:44 -07:00