mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
[PR #3] [MERGED] Total code refactoring and added Dreamhost support #573
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/3
Author: @qdm12
Created: 4/25/2019
Status: ✅ Merged
Merged: 4/25/2019
Merged by: @qdm12
Base:
master← Head:dreamhost📝 Commits (8)
3bccebbUpdated documentationad2aadeRe-user same HTTP client for all requests2cfcfe6Rework of main code and added sqlite databasea477f74Removed debug log line7a53f69Added Mutex for concurrent calls to Sqlite driverb23152bhttp.Client is now in env variable; docker-compose updated to 3.1ce88c48Upgraded to Go 1.12.4 and updated readmeed1823dComplete code refactoring📊 Changes
44 files changed (+1934 additions, -1085 deletions)
View changed files
📝
.dockerignore(+7 -5)📝
.gitignore(+0 -12)📝
Dockerfile(+33 -23)📝
README.md(+28 -15)📝
docker-compose.yml(+4 -0)➕
go.mod(+15 -0)➕
go.sum(+60 -0)➕
main.go(+94 -0)➕
pkg/database/init.go(+36 -0)➕
pkg/database/queries.go(+80 -0)➕
pkg/healthcheck/query.go(+44 -0)➕
pkg/healthcheck/server.go(+68 -0)➕
pkg/logging/glogger.go(+91 -0)➕
pkg/logging/human.go(+53 -0)➕
pkg/logging/json.go(+75 -0)➕
pkg/logging/levels.go(+54 -0)➕
pkg/logging/logger.go(+95 -0)➕
pkg/models/history.go(+21 -0)➕
pkg/models/html.go(+45 -0)➕
pkg/models/recordconfig.go(+47 -0)...and 24 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.