refactor(proto): regenerate protos after gateway annotations removed#1436
Conversation
…ns removed) Update PROTON_COMMIT to d93715a (proton PR #444) which removes all openapiv2 and google.api.http annotations from frontier proto files. These annotations were only used by the now-removed gRPC-gateway server. Regenerated proto files are ~4,000 lines smaller as the openapiv2 metadata is no longer embedded in the Go code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Makefile's Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull Request Test Coverage Report for Build 22613025940Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Summary
PROTON_COMMITin Makefile tod93715awhich removes allopenapiv2andgoogle.api.httpannotations from frontier proto filesContext
This PR depends on proton#444 being merged first. Once proton#444 is merged, the
PROTON_COMMITshould be updated to the merge commit SHA on main.Test plan
make protosucceedsgo build ./...passesmake testpasses (all unit tests green)🤖 Generated with Claude Code