[PR #3485] [MERGED] [management] create account by private domain #22805

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3485
Author: @pnmcosta
Created: 3/11/2025
Status: Merged
Merged: 3/14/2025
Merged by: @pnmcosta

Base: refactor/permissions-accountHead: feature/parent-accounts


📝 Commits (9)

  • ad4656c [management] permission manager validate account access
  • 352ac40 bump module
  • e8876c7 go mod tidy
  • 60651d9 [management] activity external user info (#3461)
  • 202df67 [misc] apply feedback
  • cf8a911 [management] create account by private domain
  • 84ed4b0 [management] update account to primary
  • 01e84fd better logging and error status returns
  • a678b4e Merge remote-tracking branch 'origin/refactor/permissions-account' into feature/parent-accounts

📊 Changes

6 files changed (+193 additions, -2 deletions)

View changed files

📝 management/server/account.go (+112 -0)
📝 management/server/account_test.go (+48 -0)
📝 management/server/event.go (+1 -0)
📝 management/server/mock_server/account_mock.go (+16 -0)
📝 management/server/store/sql_store.go (+14 -0)
📝 management/server/store/store.go (+2 -2)

📄 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/3485 **Author:** [@pnmcosta](https://github.com/pnmcosta) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@pnmcosta](https://github.com/pnmcosta) **Base:** `refactor/permissions-account` ← **Head:** `feature/parent-accounts` --- ### 📝 Commits (9) - [`ad4656c`](https://github.com/netbirdio/netbird/commit/ad4656c4954c5d569c9fa46406cc342ba420d183) [management] permission manager validate account access - [`352ac40`](https://github.com/netbirdio/netbird/commit/352ac40e3208203119d769b959b60451a47bb8c5) bump module - [`e8876c7`](https://github.com/netbirdio/netbird/commit/e8876c71d40e644b14098696d6bedf9f9ce3ce3b) go mod tidy - [`60651d9`](https://github.com/netbirdio/netbird/commit/60651d992983743b5624d05672e3c5c9c5a2eb8b) [management] activity external user info (#3461) - [`202df67`](https://github.com/netbirdio/netbird/commit/202df67ec845f29ca5fc5d64ed11060b7483c2d8) [misc] apply feedback - [`cf8a911`](https://github.com/netbirdio/netbird/commit/cf8a9118bd49520e3b1cfffd770e6de20b8b8c8e) [management] create account by private domain - [`84ed4b0`](https://github.com/netbirdio/netbird/commit/84ed4b0f74e6360d569d98a903f039fccb374ac0) [management] update account to primary - [`01e84fd`](https://github.com/netbirdio/netbird/commit/01e84fd8677d7364f1a1a2d7eb9384b7de483b46) better logging and error status returns - [`a678b4e`](https://github.com/netbirdio/netbird/commit/a678b4ebed0c4d15f5111b6bbc6e0880a73b3094) Merge remote-tracking branch 'origin/refactor/permissions-account' into feature/parent-accounts ### 📊 Changes **6 files changed** (+193 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+112 -0) 📝 `management/server/account_test.go` (+48 -0) 📝 `management/server/event.go` (+1 -0) 📝 `management/server/mock_server/account_mock.go` (+16 -0) 📝 `management/server/store/sql_store.go` (+14 -0) 📝 `management/server/store/store.go` (+2 -2) </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 06:06:25 -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#22805