[PR #2] [MERGED] Update API Specification & Refactor Code #6

Closed
opened 2026-03-14 08:07:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anantadwi13/dns-server-manager/pull/2
Author: @anantadwi13
Created: 8/30/2021
Status: Merged
Merged: 8/30/2021
Merged by: @anantadwi13

Base: masterHead: dev


📝 Commits (4)

📊 Changes

14 files changed (+1261 additions, -289 deletions)

View changed files

📝 Dockerfile (+7 -3)
📝 README.md (+10 -4)
📝 cmd/service/main.go (+2 -1)
📝 go.mod (+1 -0)
📝 go.sum (+49 -3)
📝 internal/domain/config.go (+1 -1)
📝 internal/domain/dnsserver.go (+1 -1)
📝 internal/domain/objects.go (+64 -24)
internal/domain/repository.go (+21 -0)
📝 internal/external/bind9.go (+17 -9)
internal/external/http.gen.go (+381 -0)
📝 internal/external/sqliterepository.go (+52 -46)
📝 internal/service.go (+255 -197)
specification.yaml (+400 -0)

📄 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/anantadwi13/dns-server-manager/pull/2 **Author:** [@anantadwi13](https://github.com/anantadwi13) **Created:** 8/30/2021 **Status:** ✅ Merged **Merged:** 8/30/2021 **Merged by:** [@anantadwi13](https://github.com/anantadwi13) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`2e90d99`](https://github.com/anantadwi13/dns-server-manager/commit/2e90d9947034a0107c4df0fe8d160ad3e6109832) refactor code - [`30387f8`](https://github.com/anantadwi13/dns-server-manager/commit/30387f8e04d15e282063ca941ae714d94887a60f) update api: - [`9922b50`](https://github.com/anantadwi13/dns-server-manager/commit/9922b50566cc1fa7ef39b1e06377e0fd3a4f25d8) add specification endpoint, update readme - [`53c4355`](https://github.com/anantadwi13/dns-server-manager/commit/53c4355947b510a481b664e1b345172ca36b8533) update specification ### 📊 Changes **14 files changed** (+1261 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+7 -3) 📝 `README.md` (+10 -4) 📝 `cmd/service/main.go` (+2 -1) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+49 -3) 📝 `internal/domain/config.go` (+1 -1) 📝 `internal/domain/dnsserver.go` (+1 -1) 📝 `internal/domain/objects.go` (+64 -24) ➕ `internal/domain/repository.go` (+21 -0) 📝 `internal/external/bind9.go` (+17 -9) ➕ `internal/external/http.gen.go` (+381 -0) 📝 `internal/external/sqliterepository.go` (+52 -46) 📝 `internal/service.go` (+255 -197) ➕ `specification.yaml` (+400 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-14 08:08:15 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-server-manager#6
No description provided.