[PR #2202] [MERGED] add new user fields to grpc and list command #2545

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2202
Author: @kradalby
Created: 10/18/2024
Status: Merged
Merged: 10/18/2024
Merged by: @kradalby

Base: mainHead: kradalby/user-read-cmd


📝 Commits (1)

  • b4b1f75 add new user fields to grpc and list command

📊 Changes

5 files changed (+129 additions, -52 deletions)

View changed files

📝 cmd/headscale/cli/users.go (+3 -1)
📝 gen/go/headscale/v1/user.pb.go (+94 -44)
📝 gen/openapiv2/headscale/v1/headscale.swagger.json (+15 -0)
📝 hscontrol/types/users.go (+9 -4)
📝 proto/headscale/v1/user.proto (+8 -3)

📄 Description

Updates #2166

Needed in test for #2170


🔄 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/2202 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/user-read-cmd` --- ### 📝 Commits (1) - [`b4b1f75`](https://github.com/juanfont/headscale/commit/b4b1f759aee0bfce49a2689ad5e94ab807cef692) add new user fields to grpc and list command ### 📊 Changes **5 files changed** (+129 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/users.go` (+3 -1) 📝 `gen/go/headscale/v1/user.pb.go` (+94 -44) 📝 `gen/openapiv2/headscale/v1/headscale.swagger.json` (+15 -0) 📝 `hscontrol/types/users.go` (+9 -4) 📝 `proto/headscale/v1/user.proto` (+8 -3) </details> ### 📄 Description Updates #2166 Needed in test for #2170 --- <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:21:44 +01:00
adam closed this issue 2025-12-29 03:21:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2545