[PR #177] [MERGED] Cli unshare node #1302

Closed
opened 2025-12-29 02:29:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/177
Author: @cure
Created: 10/17/2021
Status: Merged
Merged: 10/18/2021
Merged by: @juanfont

Base: mainHead: cli-unshare-node


📝 Commits (2)

  • 9e3339b Add cli support for unsharing a node from a namespace.
  • 244e79f Merge branch 'main' into cli-unshare-node

📊 Changes

3 files changed (+130 additions, -0 deletions)

View changed files

📝 cmd/headscale/cli/nodes.go (+50 -0)
📝 sharing.go (+24 -0)
📝 sharing_test.go (+56 -0)

📄 Description

Add cli support for removing a node from a namespace. Includes tests.


🔄 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/177 **Author:** [@cure](https://github.com/cure) **Created:** 10/17/2021 **Status:** ✅ Merged **Merged:** 10/18/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `cli-unshare-node` --- ### 📝 Commits (2) - [`9e3339b`](https://github.com/juanfont/headscale/commit/9e3339b4f1b869b3aab626cc85fb5ebd6650ea3d) Add cli support for unsharing a node from a namespace. - [`244e79f`](https://github.com/juanfont/headscale/commit/244e79f575475eb3b6f48ae91fc7a9e74d47fb2c) Merge branch 'main' into cli-unshare-node ### 📊 Changes **3 files changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/nodes.go` (+50 -0) 📝 `sharing.go` (+24 -0) 📝 `sharing_test.go` (+56 -0) </details> ### 📄 Description Add cli support for removing a node from a namespace. Includes tests. --- <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 02:29:37 +01:00
adam closed this issue 2025-12-29 02:29:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1302