[PR #144] [MERGED] Refactoring DNS server part for safer paraller execution #317

Closed
opened 2026-03-13 16:17:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/144
Author: @joohoi
Created: 2/3/2019
Status: Merged
Merged: 2/3/2019
Merged by: @joohoi

Base: masterHead: refactor_dns


📝 Commits (4)

  • 7aca6c6 Refactoring DNS server part for safer paraller execution and better data structures
  • 778afe9 Merge branch 'master' into refactor_dns
  • 1c70a40 Fix linter issues
  • 48c72df Merge branch 'refactor_dns' of github.com:joohoi/acme-dns into refactor_dns

📊 Changes

5 files changed (+197 additions, -152 deletions)

View changed files

📝 dns.go (+129 -71)
📝 dns_test.go (+50 -43)
📝 main.go (+10 -24)
📝 main_test.go (+8 -5)
📝 types.go (+0 -9)

📄 Description

... And more reasonable data structures to handle the in-memory records (parsed from the configuration file).


🔄 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/acme-dns/acme-dns/pull/144 **Author:** [@joohoi](https://github.com/joohoi) **Created:** 2/3/2019 **Status:** ✅ Merged **Merged:** 2/3/2019 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `refactor_dns` --- ### 📝 Commits (4) - [`7aca6c6`](https://github.com/acme-dns/acme-dns/commit/7aca6c664e2b67f5a373d831ac004e7b93c21ffa) Refactoring DNS server part for safer paraller execution and better data structures - [`778afe9`](https://github.com/acme-dns/acme-dns/commit/778afe93e82e4d8e762370565c505c45737b5432) Merge branch 'master' into refactor_dns - [`1c70a40`](https://github.com/acme-dns/acme-dns/commit/1c70a4001141d3fade9c0c09bb06cb6a57ffeb9a) Fix linter issues - [`48c72df`](https://github.com/acme-dns/acme-dns/commit/48c72dfe51cc950768c5f64931be28b4ff78da68) Merge branch 'refactor_dns' of github.com:joohoi/acme-dns into refactor_dns ### 📊 Changes **5 files changed** (+197 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `dns.go` (+129 -71) 📝 `dns_test.go` (+50 -43) 📝 `main.go` (+10 -24) 📝 `main_test.go` (+8 -5) 📝 `types.go` (+0 -9) </details> ### 📄 Description ... And more reasonable data structures to handle the in-memory records (parsed from the configuration file). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:17:24 +03:00
Sign in to join this conversation.
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/acme-dns#317
No description provided.