[PR #1846] [MERGED] Use fixed activity codes #14355

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1846
Author: @lixmal
Created: 4/15/2024
Status: Merged
Merged: 4/15/2024
Merged by: @lixmal

Base: mainHead: fixed-activity-codes


📝 Commits (3)

  • b07e061 Use fixed activity code values
  • 9fa1298 Add duplicate constants check
  • dce29e3 Add OS restriction

📊 Changes

2 files changed (+68 additions, -63 deletions)

View changed files

📝 .github/workflows/golangci-lint.yml (+4 -0)
📝 management/server/activity/codes.go (+64 -63)

📄 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/1846 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fixed-activity-codes` --- ### 📝 Commits (3) - [`b07e061`](https://github.com/netbirdio/netbird/commit/b07e06107eb5adcc60c0637e21a9ecf4ae570d6f) Use fixed activity code values - [`9fa1298`](https://github.com/netbirdio/netbird/commit/9fa1298fad9035481d0c485b81940053dea3b0e3) Add duplicate constants check - [`dce29e3`](https://github.com/netbirdio/netbird/commit/dce29e31e49a6f9a2e5ecfb6893340d52a627c32) Add OS restriction ### 📊 Changes **2 files changed** (+68 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golangci-lint.yml` (+4 -0) 📝 `management/server/activity/codes.go` (+64 -63) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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 02:09:50 -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#14355