You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal includes:
• Add a new 'break' or 'compat' target in each gRPC API's Makefile
• Have the new target invoke the 'buf breaking' tool (https://buf.build/docs/breaking/overview)
• Have a rolling check against the 'main' branch of the repository or check against a previous release/git tag
• Do not enforce the 'compat' check for now. It could easily be enforced later on. Either at build time or in CI/CD.
The text was updated successfully, but these errors were encountered:
alexhamel
added a commit
to alexhamel/opi-api
that referenced
this issue
Aug 23, 2024
Editing Makefiles across folders to:
- Add new target that runs 'buf breaking' check
- Edit the buf.yaml configuration file to remove googleapis files from
the list of files scanned by the tool
Fixes: opiproject#466
Proposal includes:
• Add a new 'break' or 'compat' target in each gRPC API's Makefile
• Have the new target invoke the 'buf breaking' tool (https://buf.build/docs/breaking/overview)
• Have a rolling check against the 'main' branch of the repository or check against a previous release/git tag
• Do not enforce the 'compat' check for now. It could easily be enforced later on. Either at build time or in CI/CD.
The text was updated successfully, but these errors were encountered: