[PR #1665] [MERGED] Remove usage stats #14137

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1665
Author: @lixmal
Created: 3/4/2024
Status: Merged
Merged: 3/5/2024
Merged by: @braginini

Base: mainHead: remove-usage-data


📝 Commits (1)

📊 Changes

8 files changed (+0 additions, -335 deletions)

View changed files

📝 management/server/account.go (+0 -20)
📝 management/server/file_store.go (+0 -39)
📝 management/server/file_store_test.go (+0 -30)
📝 management/server/mock_server/account_mock.go (+0 -10)
📝 management/server/sqlite_store.go (+0 -46)
📝 management/server/sqlite_store_test.go (+0 -27)
📝 management/server/store.go (+0 -2)
management/server/testdata/store_stats.json (+0 -161)

📄 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/1665 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `remove-usage-data` --- ### 📝 Commits (1) - [`451230a`](https://github.com/netbirdio/netbird/commit/451230afaafe89a2fb085d80349ad64a05b1c249) Remove usage stats ### 📊 Changes **8 files changed** (+0 additions, -335 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+0 -20) 📝 `management/server/file_store.go` (+0 -39) 📝 `management/server/file_store_test.go` (+0 -30) 📝 `management/server/mock_server/account_mock.go` (+0 -10) 📝 `management/server/sqlite_store.go` (+0 -46) 📝 `management/server/sqlite_store_test.go` (+0 -27) 📝 `management/server/store.go` (+0 -2) ➖ `management/server/testdata/store_stats.json` (+0 -161) </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 02:09:29 -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#14137