[PR #172] [MERGED] Rename namespaces #1298

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

📋 Pull Request Information

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

Base: mainHead: rename-namespaces


📝 Commits (2)

  • 306a80c Bugfix: when namespace destruction causes a database error, return the
  • 7dcf4a5 Add support for renaming namespaces.

📊 Changes

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

View changed files

📝 cmd/headscale/cli/namespaces.go (+29 -0)
📝 namespaces.go (+29 -0)
📝 namespaces_test.go (+29 -0)

📄 Description

Add cli support for renaming namespaces.

Also fix a bug where database errors when destroying a namespace were silently ignored.


🔄 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/172 **Author:** [@cure](https://github.com/cure) **Created:** 10/16/2021 **Status:** ✅ Merged **Merged:** 10/17/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `rename-namespaces` --- ### 📝 Commits (2) - [`306a80c`](https://github.com/juanfont/headscale/commit/306a80cf5727893fde366fa8954ee93c03d60d6b) Bugfix: when namespace destruction causes a database error, return the - [`7dcf4a5`](https://github.com/juanfont/headscale/commit/7dcf4a514700b9686d7756ceeed7396b6cec4a88) Add support for renaming namespaces. ### 📊 Changes **3 files changed** (+87 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/namespaces.go` (+29 -0) 📝 `namespaces.go` (+29 -0) 📝 `namespaces_test.go` (+29 -0) </details> ### 📄 Description Add cli support for renaming namespaces. Also fix a bug where database errors when destroying a namespace were silently ignored. --- <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:36 +01:00
adam closed this issue 2025-12-29 02:29:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1298