mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
[PR #22] [MERGED] Full refactor using qdm12/golibs #577
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/22
Author: @qdm12
Created: 11/28/2019
Status: ✅ Merged
Merged: 11/28/2019
Merged by: @qdm12
Base:
master← Head:refactor📝 Commits (1)
9ad1a2fFull refactor using qdm12/golibs📊 Changes
36 files changed (+509 additions, -1192 deletions)
View changed files
📝
Dockerfile(+10 -10)📝
README.md(+9 -7)➕
cmd/updater/main.go(+108 -0)📝
go.mod(+3 -12)📝
go.sum(+85 -110)📝
internal/database/database.go(+20 -9)📝
internal/database/queries.go(+3 -3)➕
internal/env/env.go(+87 -0)📝
internal/models/history.go(+0 -0)📝
internal/models/html.go(+0 -0)📝
internal/models/ipmethod.go(+0 -0)📝
internal/models/providers.go(+0 -0)📝
internal/models/recordconfig.go(+0 -0)📝
internal/models/settings.go(+33 -10)📝
internal/models/status.go(+0 -0)📝
internal/network/publicip.go(+5 -3)➕
internal/network/requests.go(+21 -0)📝
internal/params/json.go(+1 -1)➕
internal/params/params.go(+11 -0)📝
internal/router/healthcheck.go(+4 -3)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.