[PR #3086] [MERGED] [management] Fix event meta #16334

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

📋 Pull Request Information

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

Base: feature/new-networks-conceptHead: feature/new-networks-concept-fix-events2


📝 Commits (4)

📊 Changes

7 files changed (+63 additions, -34 deletions)

View changed files

📝 management/server/groups/manager.go (+31 -9)
📝 management/server/networks/manager.go (+2 -2)
📝 management/server/networks/resources/manager.go (+12 -12)
📝 management/server/networks/resources/types/resource.go (+3 -2)
📝 management/server/networks/routers/manager.go (+7 -7)
📝 management/server/networks/routers/types/router.go (+3 -2)
📝 management/server/types/group.go (+5 -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/3086 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 12/19/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `feature/new-networks-concept` ← **Head:** `feature/new-networks-concept-fix-events2` --- ### 📝 Commits (4) - [`b7e4ce9`](https://github.com/netbirdio/netbird/commit/b7e4ce90214aa5f48378cdd91e1e5f98cd3b2121) update event meta - [`7dbe3e1`](https://github.com/netbirdio/netbird/commit/7dbe3e17166efd15dc1980a793c091ece1d9874d) fix remove - [`bd6b5b6`](https://github.com/netbirdio/netbird/commit/bd6b5b683e324c19ef11658f73b9a74713b6381a) fix events - [`4306e4b`](https://github.com/netbirdio/netbird/commit/4306e4bc53189421ea60f9e34b2e48934b28ac2e) fix func call ### 📊 Changes **7 files changed** (+63 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `management/server/groups/manager.go` (+31 -9) 📝 `management/server/networks/manager.go` (+2 -2) 📝 `management/server/networks/resources/manager.go` (+12 -12) 📝 `management/server/networks/resources/types/resource.go` (+3 -2) 📝 `management/server/networks/routers/manager.go` (+7 -7) 📝 `management/server/networks/routers/types/router.go` (+3 -2) 📝 `management/server/types/group.go` (+5 -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 04:06:00 -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#16334