[PR #1144] [MERGED] Rename [Nn]amespace -> [Uu]ser #1914

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1144
Author: @kradalby
Created: 1/17/2023
Status: Merged
Merged: 1/18/2023
Merged by: @juanfont

Base: mainHead: rename-namespace-to-user


📝 Commits (10+)

📊 Changes

67 files changed (+3227 additions, -3297 deletions)

View changed files

📝 CHANGELOG.md (+7 -1)
📝 acls.go (+18 -18)
📝 acls_test.go (+107 -107)
📝 acls_types.go (+3 -3)
📝 api_key.go (+2 -2)
📝 app.go (+24 -24)
📝 cmd/gh-action-integration-generator/main.go (+4 -4)
📝 cmd/headscale/cli/debug.go (+8 -8)
📝 cmd/headscale/cli/nodes.go (+26 -26)
📝 cmd/headscale/cli/preauthkeys.go (+15 -15)
📝 cmd/headscale/cli/users.go (+46 -46)
📝 config-example.yaml (+3 -3)
📝 db.go (+7 -2)
📝 dns.go (+7 -7)
📝 dns_test.go (+41 -41)
📝 docs/README.md (+3 -3)
📝 docs/acls.md (+5 -5)
📝 docs/glossary.md (+4 -4)
📝 docs/oidc.md (+2 -2)
📝 docs/running-headscale-container.md (+4 -4)

...and 47 more files

📄 Description

This PR sorts the longstanding annoyance of the concept "Namespace"

closes #329

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/1144 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 1/17/2023 **Status:** ✅ Merged **Merged:** 1/18/2023 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `rename-namespace-to-user` --- ### 📝 Commits (10+) - [`f43603f`](https://github.com/juanfont/headscale/commit/f43603fec599905e601b4f54ece1f8956c35534d) Rename [Nn]amespace -> [Uu]ser in go code - [`94092c1`](https://github.com/juanfont/headscale/commit/94092c1110061254ed4c62e4bc402bb6d13422b7) Rename .go namespace files - [`5a584c5`](https://github.com/juanfont/headscale/commit/5a584c58a084d7e27fe1e24bac3612179b474628) Rename namespace in protobuf files - [`d6f6516`](https://github.com/juanfont/headscale/commit/d6f65161cda8400ebaad5fbcc7d03dcad42629c4) Regenerate go from proto - [`2f4c9b9`](https://github.com/juanfont/headscale/commit/2f4c9b992329b2c56d357661e924c435d5512952) Lint fix - [`e6a6098`](https://github.com/juanfont/headscale/commit/e6a60982725af074e55d16e087b95666f659bd9e) Migrate DB: rename namespace, automigrate user - [`397b223`](https://github.com/juanfont/headscale/commit/397b223bbfdb35c60fff6365801252dcf13806df) Rename acl test file - [`897194e`](https://github.com/juanfont/headscale/commit/897194ec0950e87fcb8588e6251654ca2cb0c7ce) Rename namespace to user in docs - [`126c5f8`](https://github.com/juanfont/headscale/commit/126c5f8e5dc5ad3bb6784230545b96f3b1f87000) gofumpt - [`74d5af8`](https://github.com/juanfont/headscale/commit/74d5af8112f73291da360faa5ab49ca806cb3b59) Fix failing tests ### 📊 Changes **67 files changed** (+3227 additions, -3297 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+7 -1) 📝 `acls.go` (+18 -18) 📝 `acls_test.go` (+107 -107) 📝 `acls_types.go` (+3 -3) 📝 `api_key.go` (+2 -2) 📝 `app.go` (+24 -24) 📝 `cmd/gh-action-integration-generator/main.go` (+4 -4) 📝 `cmd/headscale/cli/debug.go` (+8 -8) 📝 `cmd/headscale/cli/nodes.go` (+26 -26) 📝 `cmd/headscale/cli/preauthkeys.go` (+15 -15) 📝 `cmd/headscale/cli/users.go` (+46 -46) 📝 `config-example.yaml` (+3 -3) 📝 `db.go` (+7 -2) 📝 `dns.go` (+7 -7) 📝 `dns_test.go` (+41 -41) 📝 `docs/README.md` (+3 -3) 📝 `docs/acls.md` (+5 -5) 📝 `docs/glossary.md` (+4 -4) 📝 `docs/oidc.md` (+2 -2) 📝 `docs/running-headscale-container.md` (+4 -4) _...and 47 more files_ </details> ### 📄 Description This PR sorts the longstanding annoyance of the concept "Namespace" closes #329 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:18:51 +01:00
adam closed this issue 2025-12-29 03:18:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1914