[PR #2739] [CLOSED] Fixed Internal server error on /debug/registration-cache #2829

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2739
Author: @shouryagautam
Created: 8/19/2025
Status: Closed

Base: mainHead: registration_cache_fix


📝 Commits (10+)

  • fff395e implemnted the registration-cache endpoint
  • 4399ccc Merge branch 'juanfont:main' into registration_cache_fix
  • 75f3b2f Merge branch 'main' into registration_cache_fix
  • 295fbda bunch of qol (#2748)
  • 3a64ae0 fix: improve mapresponses and profiles extraction in hi tool
  • cfccc7d integration: validate expected online status in ping
  • 2f4e656 .github/workflows: add generate check
  • ddbdc18 mcp: add some standard mcp server
  • b6268fa CLAUDE: split into agents
  • d8dbc03 mapper: produce map before poll

📊 Changes

113 files changed (+13628 additions, -3396 deletions)

View changed files

.claude/agents/headscale-integration-tester.md (+763 -0)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+3 -0)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+3 -6)
📝 .github/workflows/integration-test-template.yml (+4 -18)
📝 .github/workflows/test-integration.yaml (+1 -0)
📝 .goreleaser.yml (+0 -4)
.mcp.json (+48 -0)
📝 CHANGELOG.md (+8 -0)
📝 CLAUDE.md (+264 -129)
📝 Dockerfile.tailscale-HEAD (+1 -1)
📝 cmd/headscale/cli/nodes.go (+6 -59)
📝 cmd/headscale/cli/policy.go (+101 -17)
📝 cmd/headscale/cli/root.go (+4 -3)
📝 cmd/headscale/cli/users.go (+5 -11)
📝 cmd/headscale/cli/utils.go (+8 -1)
📝 cmd/headscale/cli/version.go (+5 -4)
📝 cmd/hi/docker.go (+3 -2)
📝 cmd/hi/run.go (+3 -3)
📝 cmd/hi/stats.go (+36 -33)
📝 cmd/hi/tar_utils.go (+6 -1)

...and 80 more files

📄 Description

Closes #2714


🔄 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/2739 **Author:** [@shouryagautam](https://github.com/shouryagautam) **Created:** 8/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `registration_cache_fix` --- ### 📝 Commits (10+) - [`fff395e`](https://github.com/juanfont/headscale/commit/fff395e8379c764cce4d8a6004cafd450e4562b7) implemnted the registration-cache endpoint - [`4399ccc`](https://github.com/juanfont/headscale/commit/4399ccc4bd38bbf03a7bf80027a7e9b1a0802ab2) Merge branch 'juanfont:main' into registration_cache_fix - [`75f3b2f`](https://github.com/juanfont/headscale/commit/75f3b2f29b478a434ceabe27ba7989166d51ba50) Merge branch 'main' into registration_cache_fix - [`295fbda`](https://github.com/juanfont/headscale/commit/295fbdaed4070815c15b001bc320865ef6f1e464) bunch of qol (#2748) - [`3a64ae0`](https://github.com/juanfont/headscale/commit/3a64ae01c1e261ea865f23809a7d4c154d3a7333) fix: improve mapresponses and profiles extraction in hi tool - [`cfccc7d`](https://github.com/juanfont/headscale/commit/cfccc7d0a3c887c2a10b235292182ba76a9e2cad) integration: validate expected online status in ping - [`2f4e656`](https://github.com/juanfont/headscale/commit/2f4e6564e410066755a5e3ddcf2977af65364d9b) .github/workflows: add generate check - [`ddbdc18`](https://github.com/juanfont/headscale/commit/ddbdc1860a44933525b7567655bdb3c617f5903f) mcp: add some standard mcp server - [`b6268fa`](https://github.com/juanfont/headscale/commit/b6268fa0b0b28220cdee55445839d4168534637e) CLAUDE: split into agents - [`d8dbc03`](https://github.com/juanfont/headscale/commit/d8dbc03fec89d4e1821e0fe7a8df4366125c9461) mapper: produce map before poll ### 📊 Changes **113 files changed** (+13628 additions, -3396 deletions) <details> <summary>View changed files</summary> ➕ `.claude/agents/headscale-integration-tester.md` (+763 -0) 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+3 -0) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+3 -6) 📝 `.github/workflows/integration-test-template.yml` (+4 -18) 📝 `.github/workflows/test-integration.yaml` (+1 -0) 📝 `.goreleaser.yml` (+0 -4) ➕ `.mcp.json` (+48 -0) 📝 `CHANGELOG.md` (+8 -0) 📝 `CLAUDE.md` (+264 -129) 📝 `Dockerfile.tailscale-HEAD` (+1 -1) 📝 `cmd/headscale/cli/nodes.go` (+6 -59) 📝 `cmd/headscale/cli/policy.go` (+101 -17) 📝 `cmd/headscale/cli/root.go` (+4 -3) 📝 `cmd/headscale/cli/users.go` (+5 -11) 📝 `cmd/headscale/cli/utils.go` (+8 -1) 📝 `cmd/headscale/cli/version.go` (+5 -4) 📝 `cmd/hi/docker.go` (+3 -2) 📝 `cmd/hi/run.go` (+3 -3) 📝 `cmd/hi/stats.go` (+36 -33) 📝 `cmd/hi/tar_utils.go` (+6 -1) _...and 80 more files_ </details> ### 📄 Description Closes #2714 --- <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:13 +01:00
adam closed this issue 2025-12-29 04:19:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2829