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

1814 Commits

Author SHA1 Message Date
Jed Fox
f5a9f8b6d0 DOCS: TypeScript updates (#2402) 2023-05-30 12:59:58 -04:00
Tom Limoncelli
207ed695cf BIND: Automatically create the subdirectories leading up to zonefiles (#2397) 2023-05-26 13:16:20 -04:00
Hamish Moffatt
3492b26d0a CLOUDFLAREAPI: Allow API debugging to be enabled via env variable (#2395)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-25 20:48:30 -04:00
Tom Limoncelli
c0770e6aa0 AUTODNS: Guard against conversion errors (#2396) 2023-05-25 19:41:39 -04:00
Tom Limoncelli
260648765e Create codeql.yml 2023-05-25 19:20:54 -04:00
Jeffrey Cafferata
e97cf01744 DOCS: consistency in code examples in language reference (#2394) v4.1.0 2023-05-24 16:09:22 -04:00
Tom Limoncelli
0b7dabacc8 NEW FEATURE: IGNORE() (diff2 only) (#2388)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
2023-05-24 15:14:36 -04:00
Tom Limoncelli
64f083af4e Update issue templates 2023-05-24 15:08:03 -04:00
Hamish Moffatt
1405901171 CLOUDFLAREAPI: Update cloudflare-go to v0.68 (#2390) 2023-05-24 06:20:11 -04:00
Tom Limoncelli
fb1f2bd27a CHORE: Update dependencies (#2389) 2023-05-23 17:34:20 -04:00
Jeffrey Cafferata
9a3cd8e26f DOCS: Documentation Style Guide (#2383)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-22 07:31:30 -04:00
Jeffrey Cafferata
cfcc451089 DOCS: Removed comments from dnsconfig.js code examples (#2386) 2023-05-21 13:49:35 -04:00
Jeffrey Cafferata
89b9f1b641 DOCS: Code examples missing provider constants (#2384)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-21 13:31:35 -04:00
Jeffrey Cafferata
4d360d4bda DOCS: Fixed creds.json example (#2385) 2023-05-21 13:30:30 -04:00
nemunaire
5ae231030e Update version in go.mod (#2382) 2023-05-20 13:21:45 -04:00
imlonghao
7e87d5f085 DESEC: implement ListZones (#2381)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-20 13:20:37 -04:00
Jeffrey Cafferata
d8f45aa868 DOCS: Split horizon (#2379)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-20 13:19:55 -04:00
Patrik Kernstock
1ef7c80e3a INWX: Enabling TXT with 255 bytes works (#2380) 2023-05-20 13:19:15 -04:00
Jeffrey Cafferata
0edffa198b CI: Release Docker images without the "v" (#2378) 2023-05-19 10:46:15 -04:00
Tom Limoncelli
3cd907bfd3 CHORE: Update deps (#2377) v4.0.1 2023-05-18 19:06:06 -04:00
Tom Limoncelli
ed9654c5b6 DOCS: More fixes (#2376) 2023-05-18 15:43:37 -04:00
Jeffrey Cafferata
42b3795cfd DOCS: Added M365_BUILDER() to menu and code tricks (#2371)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-18 15:27:44 -04:00
Tom Limoncelli
f82bcfe1e2 DOCS: Fix quote and a broken link (#2375) 2023-05-18 15:20:15 -04:00
Florian Ritterhoff
8ba95d4d31 AXFRPROVIDER: Don't count "reports" as a change (#2372) 2023-05-18 15:14:12 -04:00
Tom Limoncelli
e4f9dd0459 ci: Remove release.yml (#2369) 2023-05-17 11:19:05 -04:00
Julius Rickert
08cdba4a79 NEW FEATURE: M365_BUILDER() (Microsoft 365 builder) (#2365)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-17 10:38:24 -04:00
Tom Limoncelli
835ea8817a ci: Disable old release process (#2368) 2023-05-17 09:35:17 -04:00
Hamish Moffatt
0c9e1bd4af CLOUDFLAREAPI: Update cloudflare-go to v0.58.1 (#2367) 2023-05-17 07:14:56 -04:00
Tom Limoncelli
a597b28785 diff2 is now the default. Users of diff1 will get a warning (#2366)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
v4.0.0
2023-05-16 13:50:31 -04:00
Tom Limoncelli
8161e73e03 ci: Sort the provider test list (#2364)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-16 11:54:50 -04:00
Tom Limoncelli
66a76c44c1 Don't count diff2.REPORT (informational warnings) as a "correction" (#2361)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-16 10:42:08 -04:00
Tom Limoncelli
84e39b4ae2 ci: Remove duplicate goreleaser docker build (#2363)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-16 08:15:54 -04:00
Jauder Ho
0d044fd121 Update Dockerfile to use Alpine 3.18 (#2362) 2023-05-16 00:36:25 -04:00
Tom Limoncelli
221a2d4250 DOCS: Fix formatting error (missing endcode) (#2360)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-15 21:23:44 -04:00
Tom Limoncelli
f6785aaea5 DOCS: Improve docker example (#2359)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-15 20:36:27 -04:00
Tom Limoncelli
75a0d5d8b5 DOCS: Document functions that return lists (#2358)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-15 20:05:05 -04:00
Tom Limoncelli
3aac3d3b44 TESTING: Mark 'IGNORE_TARGET b2285' as diff2-only (#2357)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-12 14:43:41 -04:00
Tom Limoncelli
9e66c3760e fix yaml 2023-05-12 10:55:15 -04:00
Tom Limoncelli
3d1cd30a1d BUG: "dnscontrol version" not working (#2356)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-12 10:52:31 -04:00
Tom Limoncelli
d7a87f6e2a Empty-Commit v3.31.4 2023-05-11 07:36:56 -04:00
Richard
2a386446be ci: split draft release logic into separate workflow (#2351) 2023-05-10 20:56:11 -04:00
Tom Limoncelli
7efec559fc Remove bruceadams/get-release (#2350)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-10 15:23:35 -04:00
Richard
914a3f4210 ci: add docker login for goreleaser (#2349) 2023-05-10 11:49:18 -04:00
Richard
9d6e8d8d5c ci: add dockerhub creds for goreleaser (#2347) 2023-05-10 10:54:00 -04:00
Richard
ec01a149cf ci: fix release workflow trigger (#2345) 2023-05-10 09:10:14 -04:00
Richard
4300772a4e ci: add github token as envvar for goreleaser (#2344) 2023-05-09 15:17:10 -04:00
Richard
7d86cfa987 ci: add goreleaser to release pipeline (#2343)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-09 14:58:24 -04:00
Jed Fox
f896b749d3 Fix doc URLs in .d.ts file (#2342)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2023-05-09 14:29:58 -04:00
Tom Limoncelli
0d479b2780 verifyCNAMEAssertions should warn, not panic (#2340)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-09 14:29:09 -04:00
Tom Limoncelli
ace2242daf BUG: diff2 doesn't process IGNORE_TARGET() correctly (#2338)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-05-08 22:29:58 -04:00