[PR #2662] [MERGED] [signal] add context to signal-dispatcher #15434

Closed
opened 2026-08-05 03:07:39 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2662
Author: @pascal-fischer
Created: 9/27/2024
Status: Merged
Merged: 9/28/2024
Merged by: @pascal-fischer

Base: mainHead: feature/context-for-signal-disptcher


📝 Commits (4)

📊 Changes

8 files changed (+10 additions, -10 deletions)

View changed files

📝 client/cmd/testutil_test.go (+1 -1)
📝 client/internal/engine_test.go (+1 -1)
📝 client/server/server_test.go (+1 -1)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 signal/client/client_test.go (+1 -1)
📝 signal/cmd/run.go (+1 -1)
📝 signal/server/signal.go (+2 -2)

📄 Description

Describe your changes

Propagates the cmd context down to signal-dispatcher.

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/2662 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `feature/context-for-signal-disptcher` --- ### 📝 Commits (4) - [`39dae7a`](https://github.com/netbirdio/netbird/commit/39dae7a9cb5047762c6df8e9de3643127299bee0) add context - [`cc0b293`](https://github.com/netbirdio/netbird/commit/cc0b293d734719c94e24eb1adeebdf8ecc98c3f9) update signal dispatcher version - [`dcb763f`](https://github.com/netbirdio/netbird/commit/dcb763f0479507e9716acd16e4577a39625b03a0) update tests - [`53e6276`](https://github.com/netbirdio/netbird/commit/53e6276c278c0746a0aa926dcad326f821443546) go mod tidy ### 📊 Changes **8 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/testutil_test.go` (+1 -1) 📝 `client/internal/engine_test.go` (+1 -1) 📝 `client/server/server_test.go` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `signal/client/client_test.go` (+1 -1) 📝 `signal/cmd/run.go` (+1 -1) 📝 `signal/server/signal.go` (+2 -2) </details> ### 📄 Description ## Describe your changes Propagates the cmd context down to signal-dispatcher. ## 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 03:07:39 -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#15434