mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #325] [MERGED] Refactoring #380
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#380
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/325
Author: @joohoi
Created: 12/25/2022
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @joohoi
Base:
master← Head:refactoring📝 Commits (10+)
1405e6aRefactor core1572419Re-added testsf90ef44Small fixes3e0ee47Add tests for acmetxt cidrslice and util funcs1c4e1e5Remove the last dangling reference to old logging package34344b1Refactoring (#327)0450268Updated dependencies, wrote changelog entry and fixed namespace for released20fae3Merge remote-tracking branch 'origin/master' into refactoringe0f9745Refactoring - improving coverage (#371)dc1a8f5Merge remote-tracking branch 'origin/master' into refactoring📊 Changes
57 files changed (+2761 additions, -1945 deletions)
View changed files
➕
.github/workflows/e2e.yml(+25 -0)📝
.github/workflows/go_cov.yml(+22 -15)📝
.github/workflows/golangci-lint.yml(+16 -16)➕
.golangci.yaml(+30 -0)➕
.vscode/settings.json(+5 -0)📝
README.md(+5 -1)➖
acmetxt.go(+0 -93)➖
api.go(+0 -113)➖
auth.go(+0 -93)➖
auth_test.go(+0 -34)📝
config.cfg(+10 -10)➖
dns.go(+0 -245)📝
go.mod(+42 -30)📝
go.sum(+151 -491)📝
main.go(+26 -181)➖
main_test.go(+0 -111)➕
pkg/acmedns/acmetxt.go(+47 -0)➕
pkg/acmedns/acmetxt_test.go(+38 -0)➕
pkg/acmedns/cidrslice.go(+35 -0)➕
pkg/acmedns/cidrslice_test.go(+35 -0)...and 37 more files
📄 Description
Huge refactoring PR to get acme-dns to a more maintainable state. Some new improvements done at the same time.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.