[PR #1654] [MERGED] Register creation time for peer, user and account #15699

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1654
Author: @mlsmaycon
Created: 3/1/2024
Status: Merged
Merged: 3/2/2024
Merged by: @mlsmaycon

Base: mainHead: register-creation-time


📝 Commits (2)

  • 6a96fc9 Register creation time for peer, user and account
  • 6a197e2 fix copy user tests

📊 Changes

6 files changed (+36 additions, -6 deletions)

View changed files

📝 management/server/account.go (+3 -0)
📝 management/server/account_test.go (+5 -0)
📝 management/server/peer.go (+5 -2)
📝 management/server/peer/peer.go (+4 -1)
📝 management/server/user.go (+17 -2)
📝 management/server/user_test.go (+2 -1)

📄 Description

Describe your changes

This change register creation time for new peers, users and accounts

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/1654 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `register-creation-time` --- ### 📝 Commits (2) - [`6a96fc9`](https://github.com/netbirdio/netbird/commit/6a96fc91f3c62ed3a980a6a849e51ba334f616d3) Register creation time for peer, user and account - [`6a197e2`](https://github.com/netbirdio/netbird/commit/6a197e2747861a582876047761991bbd33144bec) fix copy user tests ### 📊 Changes **6 files changed** (+36 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+3 -0) 📝 `management/server/account_test.go` (+5 -0) 📝 `management/server/peer.go` (+5 -2) 📝 `management/server/peer/peer.go` (+4 -1) 📝 `management/server/user.go` (+17 -2) 📝 `management/server/user_test.go` (+2 -1) </details> ### 📄 Description ## Describe your changes This change register creation time for new peers, users and accounts ## 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 03:08:14 -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#15699