[PR #2840] [MERGED] [client/management] add peer lock to peer meta update and fix isEqual func #15693

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2840
Author: @pascal-fischer
Created: 11/4/2024
Status: Merged
Merged: 11/15/2024
Merged by: @pascal-fischer

Base: mainHead: fix/peer-meta-update


📝 Commits (2)

  • b051893 add peer lock to peer meta update and fix isEqual func
  • dd7daca logs as trace

📊 Changes

4 files changed (+113 additions, -3 deletions)

View changed files

📝 client/internal/engine.go (+13 -2)
📝 client/internal/engine_test.go (+93 -0)
📝 management/server/account.go (+4 -1)
📝 management/server/peer.go (+3 -0)

📄 Description

Describe your changes

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/2840 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/15/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `fix/peer-meta-update` --- ### 📝 Commits (2) - [`b051893`](https://github.com/netbirdio/netbird/commit/b0518933cb25f92a6e5b8c8daacbe89a2bf832b9) add peer lock to peer meta update and fix isEqual func - [`dd7daca`](https://github.com/netbirdio/netbird/commit/dd7daca1dd0d29a4e7143dfde17bf8fa23cf543a) logs as trace ### 📊 Changes **4 files changed** (+113 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+13 -2) 📝 `client/internal/engine_test.go` (+93 -0) 📝 `management/server/account.go` (+4 -1) 📝 `management/server/peer.go` (+3 -0) </details> ### 📄 Description ## Describe your changes ## 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:08:13 -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#15693