[PR #2497] [MERGED] [relay] Rename RelayConfig to Relay #17484

Open
opened 2026-08-05 04:07:22 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2497
Author: @pappz
Created: 8/29/2024
Status: Merged
Merged: 8/29/2024
Merged by: @pappz

Base: feature/relay-integrationHead: feature/relay-integration-rename-cfg


📝 Commits (4)

  • 0dc3953 In the config file make no sense to use the config keyword.
  • 70923d4 Rename RelayConfig to Relay
  • 0bda1ef Fix
  • 44b912c Fix example config

📊 Changes

12 files changed (+26 additions, -25 deletions)

View changed files

📝 client/cmd/testutil_test.go (+1 -1)
📝 client/internal/engine_test.go (+2 -2)
📝 client/server/server_test.go (+3 -2)
📝 management/client/client_test.go (+1 -1)
📝 management/cmd/management.go (+3 -3)
📝 management/cmd/management_test.go (+3 -3)
📝 management/server/config.go (+5 -5)
📝 management/server/grpcserver.go (+2 -2)
📝 management/server/management_proto_test.go (+1 -1)
📝 management/server/management_test.go (+1 -1)
📝 management/server/token_mgr.go (+1 -1)
📝 management/server/token_mgr_test.go (+3 -3)

📄 Description

In the config file make no sense to use the config keyword.

Rename RelayConfig to Relay

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/2497 **Author:** [@pappz](https://github.com/pappz) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 8/29/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `feature/relay-integration` ← **Head:** `feature/relay-integration-rename-cfg` --- ### 📝 Commits (4) - [`0dc3953`](https://github.com/netbirdio/netbird/commit/0dc3953d3bc755a11f4ff3a2b1e07f607d4f79af) In the config file make no sense to use the config keyword. - [`70923d4`](https://github.com/netbirdio/netbird/commit/70923d4439a7cef6e80931e463d205c21b00ec7c) Rename RelayConfig to Relay - [`0bda1ef`](https://github.com/netbirdio/netbird/commit/0bda1ef1ab9a36654cdc287af91aac35395df194) Fix - [`44b912c`](https://github.com/netbirdio/netbird/commit/44b912c6c60ba99699e699655bb59d5d81858840) Fix example config ### 📊 Changes **12 files changed** (+26 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/testutil_test.go` (+1 -1) 📝 `client/internal/engine_test.go` (+2 -2) 📝 `client/server/server_test.go` (+3 -2) 📝 `management/client/client_test.go` (+1 -1) 📝 `management/cmd/management.go` (+3 -3) 📝 `management/cmd/management_test.go` (+3 -3) 📝 `management/server/config.go` (+5 -5) 📝 `management/server/grpcserver.go` (+2 -2) 📝 `management/server/management_proto_test.go` (+1 -1) 📝 `management/server/management_test.go` (+1 -1) 📝 `management/server/token_mgr.go` (+1 -1) 📝 `management/server/token_mgr_test.go` (+3 -3) </details> ### 📄 Description In the config file make no sense to use the config keyword. Rename RelayConfig to Relay ## 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 04:07:22 -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#17484