[PR #301] [CLOSED] feat(management): add peer tagging system #NB-72 #12441

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/301
Author: @gigovich
Created: 4/22/2022
Status: Closed

Base: mainHead: feat-peer-tagging-system-nb-72


📝 Commits (1)

  • 42cc826 feat(management): add peer tagging system #NB-72

📊 Changes

6 files changed (+233 additions, -91 deletions)

View changed files

📝 management/server/account.go (+63 -23)
📝 management/server/file_store.go (+29 -12)
📝 management/server/http/handler/peers.go (+21 -9)
📝 management/server/mock_server/account_mock.go (+49 -15)
📝 management/server/peer.go (+61 -29)
📝 management/server/peer_test.go (+10 -3)

📄 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/301 **Author:** [@gigovich](https://github.com/gigovich) **Created:** 4/22/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-peer-tagging-system-nb-72` --- ### 📝 Commits (1) - [`42cc826`](https://github.com/netbirdio/netbird/commit/42cc82671ae42d7455feaba3f5455cd16453c7a6) feat(management): add peer tagging system #NB-72 ### 📊 Changes **6 files changed** (+233 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+63 -23) 📝 `management/server/file_store.go` (+29 -12) 📝 `management/server/http/handler/peers.go` (+21 -9) 📝 `management/server/mock_server/account_mock.go` (+49 -15) 📝 `management/server/peer.go` (+61 -29) 📝 `management/server/peer_test.go` (+10 -3) </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 2026-08-05 02:05:55 -04:00
saavagebueno changed title from [PR #301] [CLOSED] feat(management): add peer tagging system #NB-72 to [PR #301] feat(management): add peer tagging system #NB-72 2026-08-05 02:08:19 -04:00
saavagebueno changed title from [PR #301] feat(management): add peer tagging system #NB-72 to [PR #301] [CLOSED] feat(management): add peer tagging system #NB-72 2026-08-05 03:06:03 -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#12441