Skip to content

fix: fetch proton from remote git repo and pin commit in buf.gen.yaml#254

Closed
ravisuhag wants to merge 4 commits intomainfrom
fix/proto-remote-input
Closed

fix: fetch proton from remote git repo and pin commit in buf.gen.yaml#254
ravisuhag wants to merge 4 commits intomainfrom
fix/proto-remote-input

Conversation

@ravisuhag
Copy link
Copy Markdown
Member

Summary

  • Fetch proton proto definitions from remote GitHub repo instead of requiring a local directory
  • Pin proton commit hash in buf.gen.yaml for reproducible code generation
  • Upgrade chronicle to 0.5.4 and remove unused store/postgres.go function
  • Remove vendored gen/buf/validate/validate.pb.go (now fetched from remote)

Test plan

  • Run make proto and verify proto generation works from remote
  • Run make build to confirm compilation
  • Run make test to verify no regressions

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

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

Project Deployment Actions Updated (UTC)
compass Ready Ready Preview, Comment Apr 21, 2026 9:29pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@ravisuhag has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 13 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 54 minutes and 13 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bfeae90a-0d76-48fe-a2d9-8346890593ff

📥 Commits

Reviewing files that changed from the base of the PR and between ed7c2ec and 5a2839b.

⛔ Files ignored due to path filters (1)
  • gen/buf/validate/validate.pb.go is excluded by !**/*.pb.go, !**/gen/**
📒 Files selected for processing (4)
  • Makefile
  • buf.gen.yaml
  • docs/vercel.json
  • store/postgres.go

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.

@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 24747402049

Coverage remained the same at 16.651%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 1 coverage regression across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

1 previously-covered line in 1 file lost coverage.

File Lines Losing Coverage Coverage
store/postgres.go 1 0.0%

Coverage Stats

Coverage Status
Relevant Lines: 6336
Covered Lines: 1055
Line Coverage: 16.65%
Coverage Strength: 3.18 hits per line

💛 - Coveralls

@ravisuhag
Copy link
Copy Markdown
Member Author

Already merged into main, closing duplicate PR.

@ravisuhag ravisuhag closed this Apr 21, 2026
@ravisuhag ravisuhag deleted the fix/proto-remote-input branch April 21, 2026 21:32
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