Skip to content

refactor(proto): regenerate protos after gateway annotations removed#1436

Open
whoAbhishekSah wants to merge 1 commit intomainfrom
refactor/update-proton-remove-gateway-annotations
Open

refactor(proto): regenerate protos after gateway annotations removed#1436
whoAbhishekSah wants to merge 1 commit intomainfrom
refactor/update-proton-remove-gateway-annotations

Conversation

@whoAbhishekSah
Copy link
Member

Summary

Context

This PR depends on proton#444 being merged first. Once proton#444 is merged, the PROTON_COMMIT should be updated to the merge commit SHA on main.

Test plan

  • make proto succeeds
  • go build ./... passes
  • make test passes (all unit tests green)

🤖 Generated with Claude Code

…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>
@vercel
Copy link

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontier Building Building Preview, Comment Mar 2, 2026 9:05am

@coderabbitai
Copy link

coderabbitai bot commented Mar 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 65d7f71 and 0ee8229.

⛔ Files ignored due to path filters (3)
  • proto/v1beta1/admin.pb.go is excluded by !**/*.pb.go
  • proto/v1beta1/frontier.pb.go is excluded by !**/*.pb.go
  • proto/v1beta1/models.pb.go is excluded by !**/*.pb.go
📒 Files selected for processing (1)
  • Makefile

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated build infrastructure dependency version.

Walkthrough

The Makefile's PROTON_COMMIT variable was updated to reference a different commit hash, changing the Proton version used for downloading protocol buffer definitions during proto generation.

Changes

Cohort / File(s) Summary
Makefile Version Update
Makefile
Updated PROTON_COMMIT variable from "330c7558f34570056814d418f99730fb45cfe80f" to "d93715a80b88bde03377ea2988849c6a207bfa20", affecting which Proton archive is fetched for protobuf generation.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@whoAbhishekSah whoAbhishekSah changed the title refactor(proto): regenerate protos from proton#444 (gateway annotations removed) refactor(proto): regenerate protos after gateway annotations removed Mar 2, 2026
@coveralls
Copy link

Pull Request Test Coverage Report for Build 22568877003

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 39.848%

Totals Coverage Status
Change from base Build 22563274072: 0.0%
Covered Lines: 13595
Relevant Lines: 34117

💛 - Coveralls

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.

2 participants