[PR #2950] [MERGED] mapper: move tail node conversion to node type #2957

Closed
opened 2025-12-29 04:19:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2950
Author: @kradalby
Created: 12/9/2025
Status: Merged
Merged: 12/10/2025
Merged by: @kradalby

Base: mainHead: kradalby/node-to-tail


📝 Commits (2)

  • bfc01ff mapper: move tail node conversion to node type
  • 0304f87 types: use nv as NodeView var over v

📊 Changes

5 files changed (+222 additions, -222 deletions)

View changed files

📝 hscontrol/mapper/builder.go (+4 -3)
📝 hscontrol/mapper/mapper.go (+0 -6)
hscontrol/mapper/tail.go (+0 -125)
📝 hscontrol/mapper/tail_test.go (+4 -6)
📝 hscontrol/types/node.go (+214 -82)

📄 Description

Nice little cleanup, second commit is just a variable rename


🔄 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/juanfont/headscale/pull/2950 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/node-to-tail` --- ### 📝 Commits (2) - [`bfc01ff`](https://github.com/juanfont/headscale/commit/bfc01ff56d346cfc321c3e78541212773f3abf8e) mapper: move tail node conversion to node type - [`0304f87`](https://github.com/juanfont/headscale/commit/0304f870ea60579d9c499330fbb7a79c2a143ce4) types: use nv as NodeView var over v ### 📊 Changes **5 files changed** (+222 additions, -222 deletions) <details> <summary>View changed files</summary> 📝 `hscontrol/mapper/builder.go` (+4 -3) 📝 `hscontrol/mapper/mapper.go` (+0 -6) ➖ `hscontrol/mapper/tail.go` (+0 -125) 📝 `hscontrol/mapper/tail_test.go` (+4 -6) 📝 `hscontrol/types/node.go` (+214 -82) </details> ### 📄 Description Nice little cleanup, second commit is just a variable rename --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:19:49 +01:00
adam closed this issue 2025-12-29 04:19:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2957