[PR #56] [MERGED] Improve addition of new peers in Management service. #2509

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/56
Author: @andpar83
Created: 7/18/2021
Status: Merged
Merged: 7/18/2021
Merged by: @braginini

Base: mainHead: store


📝 Commits (3)

  • 2c75ed9 Store refactoring
  • 364ea5c Improve addition of new peers in Management service.
  • c067122 Fix warnings.

📊 Changes

4 files changed (+139 additions, -105 deletions)

View changed files

management/file_store.go (+125 -0)
📝 management/management_test.go (+10 -9)
📝 management/server.go (+2 -1)
📝 management/store.go (+2 -95)

📄 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/56 **Author:** [@andpar83](https://github.com/andpar83) **Created:** 7/18/2021 **Status:** ✅ Merged **Merged:** 7/18/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `store` --- ### 📝 Commits (3) - [`2c75ed9`](https://github.com/netbirdio/netbird/commit/2c75ed9eb27f12a2ec8cb1b96c638c523ed98e58) Store refactoring - [`364ea5c`](https://github.com/netbirdio/netbird/commit/364ea5ca4510b307bd6e141c521943209db5e8aa) Improve addition of new peers in Management service. - [`c067122`](https://github.com/netbirdio/netbird/commit/c06712271dc798613b260f25676a54f8ceaec480) Fix warnings. ### 📊 Changes **4 files changed** (+139 additions, -105 deletions) <details> <summary>View changed files</summary> ➕ `management/file_store.go` (+125 -0) 📝 `management/management_test.go` (+10 -9) 📝 `management/server.go` (+2 -1) 📝 `management/store.go` (+2 -95) </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:11: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#2509