[PR #322] [CLOSED] Add User-Agent to CLI and UI and pass to Management #12480

Closed
opened 2026-08-05 02:05:59 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/322
Author: @braginini
Created: 5/23/2022
Status: Closed

Base: mainHead: pass-client-caller


📝 Commits (2)

  • a4fc3fc Add User-Agent to CLI and Ui and pass to Management
  • 5018f8d Add User-Agent to CLI

📊 Changes

14 files changed (+222 additions, -151 deletions)

View changed files

📝 client/cmd/login.go (+6 -2)
📝 client/cmd/root.go (+2 -0)
📝 client/internal/connect.go (+2 -1)
📝 client/internal/login.go (+4 -4)
📝 client/server/server.go (+30 -5)
📝 client/system/info.go (+10 -0)
📝 client/ui/client_ui.go (+3 -1)
📝 management/client/client.go (+1 -1)
📝 management/client/client_test.go (+1 -1)
📝 management/client/grpc.go (+24 -12)
📝 management/client/mock.go (+1 -1)
📝 management/proto/management.pb.go (+131 -121)
📝 management/proto/management.proto (+1 -0)
📝 management/proto/management_grpc.pb.go (+6 -2)

📄 Description

No description provided


🔄 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/netbirdio/netbird/pull/322 **Author:** [@braginini](https://github.com/braginini) **Created:** 5/23/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pass-client-caller` --- ### 📝 Commits (2) - [`a4fc3fc`](https://github.com/netbirdio/netbird/commit/a4fc3fca23b58340d7340f0d9eb0a1b9ba69104c) Add User-Agent to CLI and Ui and pass to Management - [`5018f8d`](https://github.com/netbirdio/netbird/commit/5018f8dad350a99abc322ef17903ebd960e78582) Add User-Agent to CLI ### 📊 Changes **14 files changed** (+222 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/login.go` (+6 -2) 📝 `client/cmd/root.go` (+2 -0) 📝 `client/internal/connect.go` (+2 -1) 📝 `client/internal/login.go` (+4 -4) 📝 `client/server/server.go` (+30 -5) 📝 `client/system/info.go` (+10 -0) 📝 `client/ui/client_ui.go` (+3 -1) 📝 `management/client/client.go` (+1 -1) 📝 `management/client/client_test.go` (+1 -1) 📝 `management/client/grpc.go` (+24 -12) 📝 `management/client/mock.go` (+1 -1) 📝 `management/proto/management.pb.go` (+131 -121) 📝 `management/proto/management.proto` (+1 -0) 📝 `management/proto/management_grpc.pb.go` (+6 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:05:59 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12480