Skip to content

Conversation

sandersms
Copy link
Contributor

Update/refactor the protobuf files for:

cloud
evpn-gw
k8s (placeholder)
opinetcommon
telco (placeholder)
security

The updates are to align with the standard formatting rules for protobuf definitions that the Buf v2 enforces. The updated can be handled using the "buf format" command. Example command syntax

  • buf format --diff -w -> this will format all of the protobufs and show the diff changes along with writing the files
  • buf format --diff --path ./security -> this will show a diff of the security protobufs that need to be updated
  • buf format --diff -w --path ./security -> this will show the diff and write the updated protobufs for the security api

@sandersms sandersms marked this pull request as ready for review March 6, 2025 22:25
@sandersms sandersms requested a review from a team as a code owner March 6, 2025 22:25
@artek-koltun artek-koltun merged commit a1cb69e into opiproject:main Mar 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable formatting checking in Buf CI Refactor the protobuf files to match the standard formatting as enforced by Buf v2
2 participants