[PR #66] [MERGED] add config properties to the SyncResponse of the management gRpc service #12094

Closed
opened 2026-08-05 01:32:24 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/66
Author: @braginini
Created: 7/22/2021
Status: Merged
Merged: 7/25/2021
Merged by: @braginini

Base: mainHead: peer-configuration-management


📝 Commits (5)

  • f5e5c5e feature: add config properties to the SyncResponse of the management gRpc service
  • f687696 fix: lint errors
  • acb9557 Merge remote-tracking branch 'origin/main' into peer-configuration-management
  • 26754f3 chore: modify management protocol according to the review notes
  • 23bdf65 fix: management proto fields sequence

📊 Changes

4 files changed (+648 additions, -76 deletions)

View changed files

management/proto/generate.sh (+4 -0)
📝 management/proto/management.pb.go (+577 -62)
📝 management/proto/management.proto (+62 -9)
📝 management/server/management_test.go (+5 -5)

📄 Description

  • extend SyncResponse with Wiretrustee peer config properties management/management.proto
  • generate new gRpc code

🔄 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/66 **Author:** [@braginini](https://github.com/braginini) **Created:** 7/22/2021 **Status:** ✅ Merged **Merged:** 7/25/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `peer-configuration-management` --- ### 📝 Commits (5) - [`f5e5c5e`](https://github.com/netbirdio/netbird/commit/f5e5c5e710d0e17ca8aa961e2b81943ab19e868b) feature: add config properties to the SyncResponse of the management gRpc service - [`f687696`](https://github.com/netbirdio/netbird/commit/f6876969ab7ce90c8e9bef7de3633cf5ad47f3cc) fix: lint errors - [`acb9557`](https://github.com/netbirdio/netbird/commit/acb95572b5918a7cd5a2950c291afc39c560b9ad) Merge remote-tracking branch 'origin/main' into peer-configuration-management - [`26754f3`](https://github.com/netbirdio/netbird/commit/26754f394826f702adaaf83188fbffc4124624eb) chore: modify management protocol according to the review notes - [`23bdf65`](https://github.com/netbirdio/netbird/commit/23bdf65aa966bea6397802c01ef7562bfb20e959) fix: management proto fields sequence ### 📊 Changes **4 files changed** (+648 additions, -76 deletions) <details> <summary>View changed files</summary> ➕ `management/proto/generate.sh` (+4 -0) 📝 `management/proto/management.pb.go` (+577 -62) 📝 `management/proto/management.proto` (+62 -9) 📝 `management/server/management_test.go` (+5 -5) </details> ### 📄 Description - [x] extend SyncResponse with Wiretrustee peer config properties management/management.proto - [x] generate new gRpc code --- <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 01:32:24 -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#12094