[PR #2439] [MERGED] Split DB calls in peer login #15155

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2439
Author: @pascal-fischer
Created: 8/16/2024
Status: Merged
Merged: 8/19/2024
Merged by: @pascal-fischer

Base: mainHead: fix/split-db-calls-for-login


📝 Commits (6)

📊 Changes

5 files changed (+141 additions, -50 deletions)

View changed files

📝 management/server/account.go (+22 -0)
📝 management/server/file_store.go (+29 -0)
📝 management/server/peer.go (+60 -50)
📝 management/server/sql_store.go (+28 -0)
📝 management/server/store.go (+2 -0)

📄 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/2439 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `fix/split-db-calls-for-login` --- ### 📝 Commits (6) - [`a80dbe1`](https://github.com/netbirdio/netbird/commit/a80dbe1ec78361e5608aabb460326a4e80ee5a1e) split db calls in peer login and sync - [`e9744da`](https://github.com/netbirdio/netbird/commit/e9744daf7e7f76279cd0fefda0dd2df6334e5096) fix peer expiration - [`111e28e`](https://github.com/netbirdio/netbird/commit/111e28e9e84c380280905320bbd5c2c0c83d376d) fix store - [`93b0b5e`](https://github.com/netbirdio/netbird/commit/93b0b5e28d17eee2a6780043f9d5db61fb4c4063) git fix condition - [`1ce6aaf`](https://github.com/netbirdio/netbird/commit/1ce6aaf1665edee2691c4f3e48ccedfc3e892cca) add filestore impl - [`cb9e9af`](https://github.com/netbirdio/netbird/commit/cb9e9af15c680d984adc151758987cf81dcab5ca) fix condition ### 📊 Changes **5 files changed** (+141 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+22 -0) 📝 `management/server/file_store.go` (+29 -0) 📝 `management/server/peer.go` (+60 -50) 📝 `management/server/sql_store.go` (+28 -0) 📝 `management/server/store.go` (+2 -0) </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 - [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 03:07:05 -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#15155