[PR #2748] [MERGED] bunch of qol #2835

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2748
Author: @kradalby
Created: 8/27/2025
Status: Merged
Merged: 8/27/2025
Merged by: @kradalby

Base: mainHead: kradalby/state-counter


📝 Commits (5)

  • 8d684ef mapper: add back names in debug path
  • 227737b docker: build tailscale head with 1.25
  • 1dd886f fix: improve mapresponses and profiles extraction in hi tool
  • 1405dde mapper: add debug endpoint for mapresponses
  • 02a3cb0 integration: validate expected online status in ping

📊 Changes

11 files changed (+307 additions, -95 deletions)

View changed files

📝 Dockerfile.tailscale-HEAD (+1 -1)
📝 cmd/hi/tar_utils.go (+6 -1)
📝 hscontrol/debug.go (+23 -0)
📝 hscontrol/mapper/batcher.go (+1 -0)
📝 hscontrol/mapper/batcher_lockfree.go (+4 -0)
📝 hscontrol/mapper/builder.go (+6 -3)
📝 hscontrol/mapper/builder_test.go (+59 -59)
📝 hscontrol/mapper/mapper.go (+65 -26)
📝 integration/control.go (+3 -0)
📝 integration/general_test.go (+78 -2)
📝 integration/hsic/hsic.go (+61 -3)

📄 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/juanfont/headscale/pull/2748 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/state-counter` --- ### 📝 Commits (5) - [`8d684ef`](https://github.com/juanfont/headscale/commit/8d684ef71356920d9a5b8997ce92c70883fa2c2d) mapper: add back names in debug path - [`227737b`](https://github.com/juanfont/headscale/commit/227737b4e4bb885e9ce3a25cef60e43c84803adf) docker: build tailscale head with 1.25 - [`1dd886f`](https://github.com/juanfont/headscale/commit/1dd886f28a2031b43f1e24072ded9eef4e93ed06) fix: improve mapresponses and profiles extraction in hi tool - [`1405dde`](https://github.com/juanfont/headscale/commit/1405dde8f30ce83dfbaab8ffda55fea5b8b166af) mapper: add debug endpoint for mapresponses - [`02a3cb0`](https://github.com/juanfont/headscale/commit/02a3cb0eff21e5a68ea572cb04d4dae54201e645) integration: validate expected online status in ping ### 📊 Changes **11 files changed** (+307 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.tailscale-HEAD` (+1 -1) 📝 `cmd/hi/tar_utils.go` (+6 -1) 📝 `hscontrol/debug.go` (+23 -0) 📝 `hscontrol/mapper/batcher.go` (+1 -0) 📝 `hscontrol/mapper/batcher_lockfree.go` (+4 -0) 📝 `hscontrol/mapper/builder.go` (+6 -3) 📝 `hscontrol/mapper/builder_test.go` (+59 -59) 📝 `hscontrol/mapper/mapper.go` (+65 -26) 📝 `integration/control.go` (+3 -0) 📝 `integration/general_test.go` (+78 -2) 📝 `integration/hsic/hsic.go` (+61 -3) </details> ### 📄 Description _No description provided_ --- <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:15 +01:00
adam closed this issue 2025-12-29 04:19:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2835