[PR #22] [MERGED] Full refactor using qdm12/golibs #577

Closed
opened 2025-11-20 04:25:18 -05:00 by saavagebueno · 0 comments
Owner

📋 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: masterHead: refactor


📝 Commits (1)

  • 9ad1a2f Full 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.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/22 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 11/28/2019 **Status:** ✅ Merged **Merged:** 11/28/2019 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `refactor` --- ### 📝 Commits (1) - [`9ad1a2f`](https://github.com/qdm12/ddns-updater/commit/9ad1a2f0b2af8758afe1ff6cda77bb6b15999479) Full refactor using qdm12/golibs ### 📊 Changes **36 files changed** (+509 additions, -1192 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#577