[PR #2543] [MERGED] notify nodes after owner change #2718

Closed
opened 2025-12-29 03:22:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2543
Author: @kradalby
Created: 4/23/2025
Status: Merged
Merged: 4/30/2025
Merged by: @kradalby

Base: mainHead: kradalby/2467-node-reassign


📝 Commits (4)

  • 7f05886 proto: user id as identifier for move node
  • faa184a gen: regenr
  • 46f090d grpc: move, use userid, one tx, send update
  • 968a4f7 integration: update move cli tests

📊 Changes

6 files changed (+36 additions, -23 deletions)

View changed files

📝 cmd/headscale/cli/nodes.go (+2 -2)
📝 gen/go/headscale/v1/node.pb.go (+4 -4)
📝 gen/openapiv2/headscale/v1/headscale.swagger.json (+2 -1)
📝 hscontrol/grpcv1.go (+19 -10)
📝 integration/cli_test.go (+8 -5)
📝 proto/headscale/v1/node.proto (+1 -1)

📄 Description

Fixes #2467

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/2543 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/2467-node-reassign` --- ### 📝 Commits (4) - [`7f05886`](https://github.com/juanfont/headscale/commit/7f05886e1a707b1870aba441a17d86f38747ff81) proto: user id as identifier for move node - [`faa184a`](https://github.com/juanfont/headscale/commit/faa184a0e309039fcef43e186195b9999b56510a) gen: regenr - [`46f090d`](https://github.com/juanfont/headscale/commit/46f090d97e59398350654b1c56daeab14be22c67) grpc: move, use userid, one tx, send update - [`968a4f7`](https://github.com/juanfont/headscale/commit/968a4f717ef223bf1a0a387869c652cc99f7612a) integration: update move cli tests ### 📊 Changes **6 files changed** (+36 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/nodes.go` (+2 -2) 📝 `gen/go/headscale/v1/node.pb.go` (+4 -4) 📝 `gen/openapiv2/headscale/v1/headscale.swagger.json` (+2 -1) 📝 `hscontrol/grpcv1.go` (+19 -10) 📝 `integration/cli_test.go` (+8 -5) 📝 `proto/headscale/v1/node.proto` (+1 -1) </details> ### 📄 Description Fixes #2467 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <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 03:22:28 +01:00
adam closed this issue 2025-12-29 03:22:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2718