[PR #3772] [MERGED] [client] Add debug for duration option to netbird ui #21456

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3772
Author: @lixmal
Created: 5/1/2025
Status: Merged
Merged: 5/1/2025
Merged by: @mlsmaycon

Base: mainHead: ui-debug-for


📝 Commits (3)

📊 Changes

5 files changed (+586 additions, -102 deletions)

View changed files

📝 client/cmd/debug.go (+0 -7)
📝 client/server/debug.go (+3 -1)
📝 client/ui/client_ui.go (+62 -22)
📝 client/ui/debug.go (+511 -64)
📝 client/ui/network.go (+10 -8)

📄 Description

Describe your changes

image
image

Stack

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/3772 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `ui-debug-for` --- ### 📝 Commits (3) - [`fb1e7e6`](https://github.com/netbirdio/netbird/commit/fb1e7e62dec4723109d6d91261c352b81ca6a650) Add debug for to ui - [`0270549`](https://github.com/netbirdio/netbird/commit/02705491447dad429aedb83356646d1eebdccf1c) Add cancel to networks close fn - [`5ce4979`](https://github.com/netbirdio/netbird/commit/5ce497966b31be7928cecb221be45a6be90f5778) Swap init log return vars ### 📊 Changes **5 files changed** (+586 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/debug.go` (+0 -7) 📝 `client/server/debug.go` (+3 -1) 📝 `client/ui/client_ui.go` (+62 -22) 📝 `client/ui/debug.go` (+511 -64) 📝 `client/ui/network.go` (+10 -8) </details> ### 📄 Description ## Describe your changes ![image](https://github.com/user-attachments/assets/da8dbc53-0142-4f3f-8c89-510e55fe8a8f) ![image](https://github.com/user-attachments/assets/4a12133d-0040-40ad-b70b-ca93bdd5b70a) ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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 05:08:32 -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#21456