[PR #286] [MERGED] fix(service): stop cleanups interface #2683

Closed
opened 2025-11-20 07:12:18 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/286
Author: @gigovich
Created: 3/23/2022
Status: Merged
Merged: 3/25/2022
Merged by: @braginini

Base: mainHead: feat-fix-windows-installer


📝 Commits (2)

  • 42d84b4 fix(service): stop cleanups interface
  • 31a228b fix(backend): refactor quit and cleanup

📊 Changes

10 files changed (+96 additions, -120 deletions)

View changed files

📝 client/cmd/root.go (+10 -13)
📝 client/cmd/service.go (+4 -10)
📝 client/cmd/service_controller.go (+43 -39)
📝 client/cmd/service_installer.go (+7 -3)
📝 client/cmd/testutil.go (+3 -9)
📝 client/cmd/up.go (+6 -2)
📝 client/cmd/up_daemon_test.go (+2 -7)
📝 client/internal/connect.go (+2 -12)
📝 client/server/server.go (+3 -10)
📝 client/ui/client_ui.go (+16 -15)

📄 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/286 **Author:** [@gigovich](https://github.com/gigovich) **Created:** 3/23/2022 **Status:** ✅ Merged **Merged:** 3/25/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `feat-fix-windows-installer` --- ### 📝 Commits (2) - [`42d84b4`](https://github.com/netbirdio/netbird/commit/42d84b48a7947d2175c5cf1620fcb27635e28d50) fix(service): stop cleanups interface - [`31a228b`](https://github.com/netbirdio/netbird/commit/31a228b46e2cfccbde8f7c9546f5a8b2fa7afe68) fix(backend): refactor quit and cleanup ### 📊 Changes **10 files changed** (+96 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/root.go` (+10 -13) 📝 `client/cmd/service.go` (+4 -10) 📝 `client/cmd/service_controller.go` (+43 -39) 📝 `client/cmd/service_installer.go` (+7 -3) 📝 `client/cmd/testutil.go` (+3 -9) 📝 `client/cmd/up.go` (+6 -2) 📝 `client/cmd/up_daemon_test.go` (+2 -7) 📝 `client/internal/connect.go` (+2 -12) 📝 `client/server/server.go` (+3 -10) 📝 `client/ui/client_ui.go` (+16 -15) </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 2025-11-20 07:12:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2683