mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #327] [MERGED] Refactoring #379
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#379
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/327
Author: @fritterhoff
Created: 1/1/2023
Status: ✅ Merged
Merged: 3/6/2023
Merged by: @joohoi
Base:
refactoring← Head:refactoring📝 Commits (5)
bd30bb5chore: enable more linters and fix linter issues63b9b64ci: enable linter checks on all branches and disable recurring checksb47f341chore: update packages7f625a7Revert "chore: update packages"dd73febchore: manually upgrade some packages📊 Changes
22 files changed (+164 additions, -90 deletions)
View changed files
📝
.github/workflows/golangci-lint.yml(+0 -8)➕
.golangci.yaml(+15 -0)➕
.vscode/settings.json(+5 -0)📝
go.mod(+19 -20)📝
go.sum(+77 -34)📝
main.go(+2 -2)📝
pkg/acmedns/acmetxt.go(+2 -1)📝
pkg/acmedns/interfaces.go(+1 -0)📝
pkg/acmedns/util.go(+2 -1)📝
pkg/acmedns/util_test.go(+4 -3)📝
pkg/api/api_test.go(+2 -2)📝
pkg/api/auth.go(+2 -1)📝
pkg/api/challengeprovider.go(+2 -1)📝
pkg/api/register.go(+2 -1)📝
pkg/api/util.go(+4 -2)📝
pkg/api/validation_test.go(+2 -1)📝
pkg/database/db.go(+4 -2)📝
pkg/database/db_test.go(+4 -2)📝
pkg/nameserver/dns_test.go(+6 -4)📝
pkg/nameserver/handler.go(+2 -1)...and 2 more files
📄 Description
I prefer to enable some more linters ;)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.