[PR #3081] [MERGED] [management] Simplyfy routes generation code #19223

Open
opened 2026-08-05 05:05:44 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3081
Author: @pascal-fischer
Created: 12/18/2024
Status: Merged
Merged: 12/19/2024
Merged by: @pascal-fischer

Base: pass-resrouces-policies-routersHead: pass-resrouces-policies-routers-simplified


📝 Commits (6)

📊 Changes

2 files changed (+17 additions, -49 deletions)

View changed files

📝 management/server/peer_test.go (+1 -1)
📝 management/server/types/account.go (+16 -48)

📄 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/3081 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `pass-resrouces-policies-routers` ← **Head:** `pass-resrouces-policies-routers-simplified` --- ### 📝 Commits (6) - [`6f270fe`](https://github.com/netbirdio/netbird/commit/6f270fee60cbdc2a189f3ae98afb8de9e3e1e879) merge loops - [`f3ce1f3`](https://github.com/netbirdio/netbird/commit/f3ce1f3338eb50a47528628c0884de7a81507bad) re-enable tests - [`c9d4c1e`](https://github.com/netbirdio/netbird/commit/c9d4c1e10b5ed3eeb8dd144a0b49b6a02985e057) remove HA filtering - [`a64cd57`](https://github.com/netbirdio/netbird/commit/a64cd5782c44f9861000fa12e7d5479ddc051408) extract router loop - [`f947095`](https://github.com/netbirdio/netbird/commit/f947095aa009b54450243c7f468410207a4e8d1e) remove extra step - [`3d7f549`](https://github.com/netbirdio/netbird/commit/3d7f5498788de8140e4a4f12204f47aac629533b) update benchmark ### 📊 Changes **2 files changed** (+17 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `management/server/peer_test.go` (+1 -1) 📝 `management/server/types/account.go` (+16 -48) </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 05:05:44 -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#19223