[PR #4559] [CLOSED] [management/client] Feature/remote debug #20671

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4559
Author: @aliamerj
Created: 9/30/2025
Status: Closed

Base: mainHead: feature/remote-debug


📝 Commits (7)

  • d4ac7f8 [management/client] create job channel between management and client (#4367)
  • 3f6d955 implement remote debug api (#4418)
  • acec87d [management/client] Integrate Job API with Job Stream and Client Engine (#4428)
  • 446aded update yml for job (#4532)
  • 6d63330 Merge branch 'main' into feature/remote-debug
  • ba7793a Revert "Merge branch 'main' into feature/remote-debug"
  • fcdd7fa 2.Merge remote-tracking branch 'upstream/main' into feature/remote-debug

📊 Changes

306 files changed (+6311 additions, -9425 deletions)

View changed files

📝 .github/workflows/docs-ack.yml (+17 -32)
📝 .github/workflows/golang-test-linux.yml (+5 -32)
📝 .github/workflows/golang-test-windows.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 README.md (+1 -2)
📝 client/Dockerfile (+1 -1)
📝 client/android/client.go (+5 -19)
client/android/env_list.go (+0 -32)
📝 client/android/login.go (+0 -6)
📝 client/cmd/debug.go (+1 -1)
📝 client/cmd/down.go (+1 -1)
📝 client/cmd/login.go (+1 -1)
📝 client/cmd/root.go (+1 -3)
📝 client/cmd/root_test.go (+0 -1)
📝 client/cmd/service_controller.go (+1 -1)
📝 client/cmd/status.go (+1 -1)
📝 client/cmd/testutil_test.go (+17 -15)
📝 client/cmd/up.go (+3 -25)
📝 client/embed/embed.go (+4 -2)
📝 client/firewall/iptables/acl_linux.go (+1 -1)

...and 80 more files

📄 Description

Describe your changes

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__


🔄 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/4559 **Author:** [@aliamerj](https://github.com/aliamerj) **Created:** 9/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/remote-debug` --- ### 📝 Commits (7) - [`d4ac7f8`](https://github.com/netbirdio/netbird/commit/d4ac7f8df99c0714e7a54f12ccb1e3e139f972ac) [management/client] create job channel between management and client (#4367) - [`3f6d955`](https://github.com/netbirdio/netbird/commit/3f6d95552f6a34ee9b892f887e9c1e0a188f1d0d) implement remote debug api (#4418) - [`acec87d`](https://github.com/netbirdio/netbird/commit/acec87dd45bf9283be78f66bf381ef92492c112a) [management/client] Integrate Job API with Job Stream and Client Engine (#4428) - [`446aded`](https://github.com/netbirdio/netbird/commit/446aded1f7d6f5540d9f82d2c4bd40b758c54621) update yml for job (#4532) - [`6d63330`](https://github.com/netbirdio/netbird/commit/6d6333058c3a02a413958725c75495be2b31f61e) Merge branch 'main' into feature/remote-debug - [`ba7793a`](https://github.com/netbirdio/netbird/commit/ba7793ae7b2ba51ed8a47bf81e0560dd23c71e2c) Revert "Merge branch 'main' into feature/remote-debug" - [`fcdd7fa`](https://github.com/netbirdio/netbird/commit/fcdd7fac513b1ffd01f66c5de1a63fa069ac7aea) 2.Merge remote-tracking branch 'upstream/main' into feature/remote-debug ### 📊 Changes **306 files changed** (+6311 additions, -9425 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docs-ack.yml` (+17 -32) 📝 `.github/workflows/golang-test-linux.yml` (+5 -32) 📝 `.github/workflows/golang-test-windows.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `README.md` (+1 -2) 📝 `client/Dockerfile` (+1 -1) 📝 `client/android/client.go` (+5 -19) ➖ `client/android/env_list.go` (+0 -32) 📝 `client/android/login.go` (+0 -6) 📝 `client/cmd/debug.go` (+1 -1) 📝 `client/cmd/down.go` (+1 -1) 📝 `client/cmd/login.go` (+1 -1) 📝 `client/cmd/root.go` (+1 -3) 📝 `client/cmd/root_test.go` (+0 -1) 📝 `client/cmd/service_controller.go` (+1 -1) 📝 `client/cmd/status.go` (+1 -1) 📝 `client/cmd/testutil_test.go` (+17 -15) 📝 `client/cmd/up.go` (+3 -25) 📝 `client/embed/embed.go` (+4 -2) 📝 `client/firewall/iptables/acl_linux.go` (+1 -1) _...and 80 more files_ </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link #4354 ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ --- <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:07:33 -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#20671