[PR #126] [MERGED] Handle remove on a per site level correctly #2494

Closed
opened 2026-07-12 11:59:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/126
Author: @oschwartz10612
Created: 6/25/2026
Status: Merged
Merged: 6/25/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (3)

  • 5537798 Dont remove alias if used by other peers
  • f02045d Aliases are by site
  • f87b804 Merge branch 'main' into dev

📊 Changes

4 files changed (+111 additions, -3 deletions)

View changed files

📝 dns/dns_proxy.go (+6 -0)
📝 dns/dns_records.go (+73 -2)
📝 dns/dns_records_test.go (+31 -0)
📝 peers/manager.go (+1 -1)

📄 Description

  • Dont remove alias if used by other peers
  • Aliases are by site

🔄 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/fosrl/olm/pull/126 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 6/25/2026 **Status:** ✅ Merged **Merged:** 6/25/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`5537798`](https://github.com/fosrl/olm/commit/55377980b874a61785bf285c0df8b4c072eb674a) Dont remove alias if used by other peers - [`f02045d`](https://github.com/fosrl/olm/commit/f02045d936a07306af0db528d07ed0b5b6d9009a) Aliases are by site - [`f87b804`](https://github.com/fosrl/olm/commit/f87b804051be3de55c8b37ea10c655dbb2f83ddd) Merge branch 'main' into dev ### 📊 Changes **4 files changed** (+111 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `dns/dns_proxy.go` (+6 -0) 📝 `dns/dns_records.go` (+73 -2) 📝 `dns/dns_records_test.go` (+31 -0) 📝 `peers/manager.go` (+1 -1) </details> ### 📄 Description - **Dont remove alias if used by other peers** - **Aliases are by site** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-12 11:59:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#2494