mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-23 22:23:41 -04:00
[PR #63] [MERGED] Refactoring #600
Reference in New Issue
Block a user
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/qdm12/ddns-updater/pull/63
Author: @qdm12
Created: 5/28/2020
Status: ✅ Merged
Merged: 5/29/2020
Merged by: @qdm12
Base:
master← Head:refactor📝 Commits (7)
e44d4aaMinor buildx workflows changesc12393bRefactoring577edfdFix provider constructor for ipversiond90cab1Fix update using new ip address instead of old21bd7d9Run loop fixes and force update fix2a4debbupdate golangci-lint to 1.27.xf0eea7bReduce updateNecessary cognitive complexity📊 Changes
59 files changed (+2524 additions, -1745 deletions)
View changed files
📝
.github/workflows/buildx-latest.yml(+0 -2)📝
.github/workflows/buildx-release.yml(+1 -3)📝
.golangci.yml(+1 -1)📝
Dockerfile(+19 -8)📝
README.md(+32 -35)📝
cmd/updater/main.go(+68 -57)📝
config.json(+0 -5)📝
docker-compose.yml(+15 -6)📝
go.mod(+1 -1)📝
go.sum(+2 -0)➖
internal/constants/html.go(+0 -36)📝
internal/constants/ip.go(+3 -2)📝
internal/constants/ipmethod.go(+43 -45)➖
internal/constants/ipmethod_test.go(+0 -20)📝
internal/data/data.go(+7 -6)📝
internal/data/memory.go(+4 -4)📝
internal/data/persistence.go(+4 -3)📝
internal/handlers/handlers.go(+13 -43)📝
internal/healthcheck/healthcheck.go(+1 -1)➖
internal/html/html.go(+0 -134)...and 39 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.