[PR #1295] [MERGED] Export account manager events store #13473

Closed
opened 2026-08-05 02:08:32 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1295
Author: @bcmmbaga
Created: 11/8/2023
Status: Merged
Merged: 11/8/2023
Merged by: @bcmmbaga

Base: mainHead: expose-event-store


📝 Commits (2)

  • 08e9425 Expose account manager StoreEvent to integrations
  • fcf259b Add account manager StoreEvent mock

📊 Changes

11 files changed (+58 additions, -48 deletions)

View changed files

📝 management/server/account.go (+8 -7)
📝 management/server/dns.go (+2 -2)
📝 management/server/event.go (+1 -1)
📝 management/server/group.go (+4 -4)
📝 management/server/mock_server/account_mock.go (+8 -0)
📝 management/server/nameserver.go (+3 -3)
📝 management/server/peer.go (+6 -6)
📝 management/server/policy.go (+2 -2)
📝 management/server/route.go (+5 -4)
📝 management/server/setupkey.go (+5 -5)
📝 management/server/user.go (+14 -14)

📄 Description

Describe your changes

Enhancing the accessibility of the Account Manager events store by making it available for other packages.

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/1295 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 11/8/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `expose-event-store` --- ### 📝 Commits (2) - [`08e9425`](https://github.com/netbirdio/netbird/commit/08e94250001eb30431aa3650e6bf0a8705d6c564) Expose account manager StoreEvent to integrations - [`fcf259b`](https://github.com/netbirdio/netbird/commit/fcf259b4fb9a76e75748afea82e2d7bb9e3d7659) Add account manager StoreEvent mock ### 📊 Changes **11 files changed** (+58 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+8 -7) 📝 `management/server/dns.go` (+2 -2) 📝 `management/server/event.go` (+1 -1) 📝 `management/server/group.go` (+4 -4) 📝 `management/server/mock_server/account_mock.go` (+8 -0) 📝 `management/server/nameserver.go` (+3 -3) 📝 `management/server/peer.go` (+6 -6) 📝 `management/server/policy.go` (+2 -2) 📝 `management/server/route.go` (+5 -4) 📝 `management/server/setupkey.go` (+5 -5) 📝 `management/server/user.go` (+14 -14) </details> ### 📄 Description ## Describe your changes Enhancing the accessibility of the Account Manager events store by making it available for other packages. ## 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 02:08:32 -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#13473