[PR #2916] [MERGED] [management] Add activity events to group propagation flow #15828

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2916
Author: @pascal-fischer
Created: 11/20/2024
Status: Merged
Merged: 11/21/2024
Merged by: @pascal-fischer

Base: mainHead: fix/add-events-for-group-propagation-setting


📝 Commits (2)

  • f5f9253 add activity events to group propagation flow
  • 613e4a5 extract and simplify methods

📊 Changes

3 files changed (+116 additions, -25 deletions)

View changed files

📝 management/server/account.go (+36 -2)
📝 management/server/activity/codes.go (+6 -0)
📝 management/server/user.go (+74 -23)

📄 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/2916 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `fix/add-events-for-group-propagation-setting` --- ### 📝 Commits (2) - [`f5f9253`](https://github.com/netbirdio/netbird/commit/f5f9253d55120a687a4400ea30ea11ebff2b99e2) add activity events to group propagation flow - [`613e4a5`](https://github.com/netbirdio/netbird/commit/613e4a519c332b03fb1e8c5778aa4f22e3bb9f39) extract and simplify methods ### 📊 Changes **3 files changed** (+116 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+36 -2) 📝 `management/server/activity/codes.go` (+6 -0) 📝 `management/server/user.go` (+74 -23) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:29 -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#15828