[PR #3587] [MERGED] [management] account invitor lookup #20879

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3587
Author: @pascal-fischer
Created: 3/27/2025
Status: Merged
Merged: 3/27/2025
Merged by: @pascal-fischer

Base: refactor/permissions-accountHead: refactor/permissions-account-invitor-lookup


📝 Commits (3)

  • 3daf3c9 add user lookup on invite + user update by accountID
  • defdee8 go mod tidy
  • c5c3f63 fix group test

📊 Changes

4 files changed (+17 additions, -14 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 management/server/group_test.go (+1 -7)
📝 management/server/user.go (+13 -4)

📄 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/3587 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `refactor/permissions-account` ← **Head:** `refactor/permissions-account-invitor-lookup` --- ### 📝 Commits (3) - [`3daf3c9`](https://github.com/netbirdio/netbird/commit/3daf3c9855946564efa0f716027648dd6e01ff31) add user lookup on invite + user update by accountID - [`defdee8`](https://github.com/netbirdio/netbird/commit/defdee897057e2356bcf4e17ed21cf2e6f18233b) go mod tidy - [`c5c3f63`](https://github.com/netbirdio/netbird/commit/c5c3f6369900e56b92fcf6917227875e19c95edd) fix group test ### 📊 Changes **4 files changed** (+17 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `management/server/group_test.go` (+1 -7) 📝 `management/server/user.go` (+13 -4) </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:07: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#20879