[PR #2963] [CLOSED] Add static system info #18809

Open
opened 2026-08-05 04:08:56 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2963
Author: @mlsmaycon
Created: 11/28/2024
Status: Closed

Base: mainHead: add-static-system-info


📝 Commits (4)

📊 Changes

20 files changed (+211 additions, -118 deletions)

View changed files

📝 client/android/client.go (+2 -2)
📝 client/android/login.go (+3 -3)
📝 client/cmd/login.go (+4 -2)
📝 client/cmd/up.go (+3 -1)
📝 client/internal/connect.go (+7 -5)
📝 client/internal/engine.go (+12 -7)
📝 client/internal/engine_test.go (+7 -7)
📝 client/internal/login.go (+9 -9)
📝 client/ios/NetBirdSDK/client.go (+3 -3)
📝 client/ios/NetBirdSDK/login.go (+3 -3)
📝 client/server/server.go (+6 -2)
📝 client/system/info.go (+19 -2)
📝 client/system/info_android.go (+5 -1)
📝 client/system/info_darwin.go (+29 -18)
📝 client/system/info_freebsd.go (+21 -8)
📝 client/system/info_ios.go (+5 -1)
📝 client/system/info_linux.go (+22 -11)
📝 client/system/info_test.go (+3 -3)
📝 client/system/info_windows.go (+43 -25)
📝 management/client/client_test.go (+5 -5)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/2963 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 11/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-static-system-info` --- ### 📝 Commits (4) - [`07f0f9f`](https://github.com/netbirdio/netbird/commit/07f0f9fdbddc912f4af156ad1bbdf6e21db11fa9) Add static system info - [`b4b9aed`](https://github.com/netbirdio/netbird/commit/b4b9aedf5ade7501e5cff8ee047cdde898592042) Add static system info to other OSs - [`0525250`](https://github.com/netbirdio/netbird/commit/052525093a9572b080ee394d041902245c66d5d9) add missing static info - [`75a02c3`](https://github.com/netbirdio/netbird/commit/75a02c3e38bbe2bbeac99a5d1626d925eb115630) re-add wmi ### 📊 Changes **20 files changed** (+211 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `client/android/client.go` (+2 -2) 📝 `client/android/login.go` (+3 -3) 📝 `client/cmd/login.go` (+4 -2) 📝 `client/cmd/up.go` (+3 -1) 📝 `client/internal/connect.go` (+7 -5) 📝 `client/internal/engine.go` (+12 -7) 📝 `client/internal/engine_test.go` (+7 -7) 📝 `client/internal/login.go` (+9 -9) 📝 `client/ios/NetBirdSDK/client.go` (+3 -3) 📝 `client/ios/NetBirdSDK/login.go` (+3 -3) 📝 `client/server/server.go` (+6 -2) 📝 `client/system/info.go` (+19 -2) 📝 `client/system/info_android.go` (+5 -1) 📝 `client/system/info_darwin.go` (+29 -18) 📝 `client/system/info_freebsd.go` (+21 -8) 📝 `client/system/info_ios.go` (+5 -1) 📝 `client/system/info_linux.go` (+22 -11) 📝 `client/system/info_test.go` (+3 -3) 📝 `client/system/info_windows.go` (+43 -25) 📝 `management/client/client_test.go` (+5 -5) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 04:08:56 -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#18809