mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #32] [MERGED] Refactor entire Go codebase #584
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/32
Author: @qdm12
Created: 2/21/2020
Status: ✅ Merged
Merged: 2/22/2020
Merged by: @qdm12
Base:
master← Head:refactor📝 Commits (10+)
f69e3a9Total refactoring (untested)a93b303Fix UI templating9d1e314Fix parameters readingfcf8c45Fix sqlite t_last column kept8e3caf1Fix HTTP routing6a70606Fixed force update45b11e4GetDuration renamed to GetDelayc0d860fUpdated environment variablesf01c78aFixed force update http handlerb362b29Faster boot of web ui📊 Changes
52 files changed (+1955 additions, -1694 deletions)
View changed files
📝
.vscode/settings.json(+1 -3)📝
Dockerfile(+7 -4)📝
README.md(+72 -75)📝
ci.sh(+10 -2)📝
cmd/updater/main.go(+74 -58)📝
docker-compose.yml(+8 -5)📝
go.mod(+1 -2)📝
go.sum(+10 -14)➕
internal/constants/ipmethod.go(+17 -0)➕
internal/constants/providers.go(+26 -0)➕
internal/constants/regex.go(+46 -0)➕
internal/constants/status.go(+17 -0)➕
internal/constants/url.go(+10 -0)➕
internal/data/data.go(+40 -0)➕
internal/data/memory.go(+32 -0)➕
internal/data/persistence.go(+38 -0)➖
internal/database/database.go(+0 -49)➖
internal/database/queries.go(+0 -92)📝
internal/env/env.go(+132 -89)➕
internal/handlers/handlers.go(+64 -0)...and 32 more files
📄 Description
console(zap)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.