[PR #1193] [MERGED] Improve updateAccountPeers by bypassing AM and using account directly #15028

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1193
Author: @surik
Created: 10/4/2023
Status: Merged
Merged: 10/4/2023
Merged by: @surik

Base: mainHead: yury/improve-updateAccountPeers


📝 Commits (2)

  • bdbdf56 Improve updateAccountPeers by bypassing AM and using account directly
  • b6aab5b Remove error handling

📊 Changes

9 files changed (+49 additions, -77 deletions)

View changed files

📝 management/server/account.go (+1 -3)
📝 management/server/dns.go (+3 -1)
📝 management/server/group.go (+10 -7)
📝 management/server/nameserver.go (+3 -15)
📝 management/server/peer.go (+13 -30)
📝 management/server/policy.go (+6 -2)
📝 management/server/route.go (+5 -11)
📝 management/server/setupkey.go (+3 -1)
📝 management/server/user.go (+5 -7)

📄 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/1193 **Author:** [@surik](https://github.com/surik) **Created:** 10/4/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@surik](https://github.com/surik) **Base:** `main` ← **Head:** `yury/improve-updateAccountPeers` --- ### 📝 Commits (2) - [`bdbdf56`](https://github.com/netbirdio/netbird/commit/bdbdf56d15662ee35469e30fc39aff3238f848b9) Improve updateAccountPeers by bypassing AM and using account directly - [`b6aab5b`](https://github.com/netbirdio/netbird/commit/b6aab5b12b668acdec3d89c13564a10d099a5443) Remove error handling ### 📊 Changes **9 files changed** (+49 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+1 -3) 📝 `management/server/dns.go` (+3 -1) 📝 `management/server/group.go` (+10 -7) 📝 `management/server/nameserver.go` (+3 -15) 📝 `management/server/peer.go` (+13 -30) 📝 `management/server/policy.go` (+6 -2) 📝 `management/server/route.go` (+5 -11) 📝 `management/server/setupkey.go` (+3 -1) 📝 `management/server/user.go` (+5 -7) </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 - [x] 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:06:49 -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#15028