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

2101 Commits

Author SHA1 Message Date
Tom Limoncelli
790513a170 CHORE: Fix golint and staticcheck errors/warnings (#2717) 2023-12-11 16:24:11 -05:00
dependabot[bot]
6e90946b15 Build(deps): Bump actions/setup-go from 4 to 5 (#2716)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 15:23:00 -05:00
marte26
724ce29fa2 DOCS: Fix CAA_BUILDER parameter types (issuewild type should be string[]) (#2709) 2023-12-11 07:26:34 -05:00
Florian Ritterhoff
a5a1facdaf DOCS: add dhcid RR docs (#2715) 2023-12-11 07:25:27 -05:00
Tom Limoncelli
9e1cb0fefd CICD: Add stringer (#2714) 2023-12-11 07:21:49 -05:00
Jeffrey Cafferata
3ad9560b3a CICD: Fixed go install command (#2712)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-10 20:50:21 -05:00
Jeffrey Cafferata
c29efea2f1 CICD: Clean-up of Travis Go package dependency (#2711) 2023-12-10 20:48:52 -05:00
Vincent Hagen
a7e764391c TRANSIP: Fix TXT quoting (#2708)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-10 20:47:44 -05:00
Jeffrey Cafferata
8f1b33ae17 CICD: GoReleaser generates TypeScript file (#2704)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-10 10:34:24 -05:00
Costas Drogos
a6091f2ed4 BUG: Register an error if EnzureZoneExists fails (#2703) 2023-12-10 10:29:09 -05:00
Jeffrey Cafferata
99e3f9f046 CICD: Removed the old Azure Pipelines configurations (#2705) 2023-12-10 10:27:57 -05:00
Jeffrey Cafferata
11f072b887 CICD: Removed the old Chocolatey configuration (#2706) 2023-12-10 10:27:24 -05:00
Jeffrey Cafferata
e917568add CICD: Removed the old Travis configurations (#2707) 2023-12-10 10:26:41 -05:00
Gert Van Gool
cd371c1149 INWX: support MxNull records (#2700)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-08 11:58:24 -05:00
Tom Limoncelli
3b6643b12d AZURE_PRIVATE_DNS: Rename module to conform to Go styleguide (#2697) 2023-12-06 17:29:55 -05:00
Tom Limoncelli
377193926c CHORE: Clarify TXT string limits (#2691) 2023-12-06 16:23:18 -05:00
Jeffrey Cafferata
0c70048253 DOCS: Removed the Zoo cross-platform environment variables package (#2693) 2023-12-06 16:22:02 -05:00
Jeffrey Cafferata
9fd65daf5c DOCS: Removed the (by GitBook) broken GitHub links (#2694) 2023-12-06 16:20:59 -05:00
Jeffrey Cafferata
7e5d0881b1 DOCS: Providers: Fixed the broken absolute link (#2696) 2023-12-06 16:19:51 -05:00
Tom Limoncelli
742eaaf75f MSDNS: Remove pssession from docs (it doesn't work) (#2689) 2023-12-06 14:45:51 -05:00
Matthew Gamble
8541fb8510 AZURE_PRIVATE_DNS: Enable building this provider by default (#2688) 2023-12-05 16:59:32 -05:00
Jan-Philipp Benecke
dbb724b911 CLOUDFLARE: Fixed bug: Zone not populated with records if domain was created in the same run (#2690)
Signed-off-by: Jan-Philipp Benecke <jan-philipp@bnck.me>
2023-12-05 16:50:25 -05:00
Tom Limoncelli
4e8fb894ef CSCGLOBAL: Be less noisy about rate limit delays (#2686) 2023-12-05 10:02:55 -05:00
Tom Limoncelli
57216f07f1 DOCS: Update docs related to diff2 and clean up useless mentions of diff2 (#2683)
Co-authored-by: Costas Drogos <costas.drogos@gmail.com>
Co-authored-by: imlonghao <git@imlonghao.com>
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
Co-authored-by: Vincent Hagen <blackshadev@users.noreply.github.com>
2023-12-05 10:01:55 -05:00
Tom Limoncelli
76d93acaf5 CHORE: Remove dead code: txtutil.SplitSingleLongTxt() and txtutil.Segment() (#2685) 2023-12-05 09:47:52 -05:00
Jeffrey Cafferata
3ed24a9af6 DOCS: Rename build filenames (#2681) 2023-12-05 08:46:51 -05:00
Tom Limoncelli
cbccbbeb8d REFACTOR: Opinion: TXT records are one long string (#2631)
Co-authored-by: Costas Drogos <costas.drogos@gmail.com>
Co-authored-by: imlonghao <git@imlonghao.com>
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
Co-authored-by: Vincent Hagen <blackshadev@users.noreply.github.com>
v4.7.2
2023-12-04 17:45:25 -05:00
Tom Limoncelli
88d26c3ea2 CHORE: Update deps (#2678) v4.6.3 2023-12-04 13:10:30 -05:00
Tom Limoncelli
e364d04629 CICD: Fix YAML (#2677) 2023-12-04 12:31:07 -05:00
Tom Limoncelli
c29a6486be Update generated files for v4.6.2 v4.6.2 2023-12-04 17:08:06 +00:00
Vincent Hagen
ef081da1a6 TRANSIP: Fixed integration tests: Edge cases and TXT records fixed (#2673)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-04 11:54:03 -05:00
Jeffrey Cafferata
a366e4bc4d CI/CD: Release changelog sections (#2674)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-12-04 10:35:29 -05:00
Jeffrey Cafferata
c1f5a8c418 DOCS: Added the missing provider Exoscale page (#2664) 2023-12-04 10:30:30 -05:00
Jeffrey Cafferata
609de61669 DOCS: Added the missing provider OpenSRS page (#2665) 2023-12-04 10:04:55 -05:00
dependabot[bot]
811fa5477f Build(deps): Bump alpine from 3.18.4 to 3.18.5 (#2671)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 12:04:31 -05:00
Jeffrey Cafferata
a1e70c93b9 DOCS: Fix R53_ broken links (#2669) 2023-11-30 13:53:35 -05:00
Tom Limoncelli
a653499655 CHORE: Update deps (#2668) 2023-11-30 13:51:54 -05:00
Asif Nawaz
d3112f53df HEXONET: Update GO-SDK dependency version from 3.5.5 to 3.5.6 (#2667) 2023-11-30 11:33:02 -05:00
Jeffrey Cafferata
9397eed84b DOCS: Fixed the maintainer of provider OPENSRS (#2662) 2023-11-29 15:22:24 -05:00
Jeffrey Cafferata
31cd4e10a8 DOCS: Fixed the broken provider ClouDNS link in the providers table (#2663) 2023-11-29 15:22:01 -05:00
Jeffrey Cafferata
fd413a9b08 AZURE_PRIVATE_DNS: GoReleaser provider-specific changelog regexp (#2661) 2023-11-29 15:18:14 -05:00
Jeffrey Cafferata
bc22690fc1 DOCS: Fixed providers with "contributor support" table. (#2660) 2023-11-29 14:24:22 -05:00
Jonathan Bouvier
74a9e5e870 ROUTE53: add R53_EVALUATE_TARGET_HEALTH to documentation summary (#2659) 2023-11-29 13:25:20 -05:00
Jonathan Bouvier
88f007cd1d ROUTE53: fix parameter type for R53_EVALUATE_TARGET_HEALTH (#2658) 2023-11-29 11:34:27 -05:00
Tom Limoncelli
5b93f94ad6 Update docs and move Azure Private DNS to the "community support" list (#2657)
Co-authored-by: Matthew Gamble <mgamble@mgamble.ca>
2023-11-28 16:28:37 -05:00
Matthew Gamble
37e21030a2 NEW PROVIDER: Azure Private DNS Zones (#2626)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-28 16:26:08 -05:00
Tom Limoncelli
51104ce775 CICD: Use GHA concurrency groups to prevent tests from clobbering each other (#2654) 2023-11-28 07:06:14 -05:00
Brice Figureau
69fb3b26d3 OVH: Allow ovh provider to connect to other endpoints than EU (#2625) (#2651)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-11-27 18:18:24 -05:00
Tom Limoncelli
b5010e7d9c DOCS: Warn against common integration test mistake (#2653) 2023-11-27 18:04:48 -05:00
Jonathan Bouvier
e783d7024c ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649) 2023-11-27 17:50:21 -05:00