Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPCのスキーマ定義 #31

Merged
merged 11 commits into from
Jan 14, 2025
Merged

gRPCのスキーマ定義 #31

merged 11 commits into from
Jan 14, 2025

Conversation

ikura-hamu
Copy link
Member

@ikura-hamu ikura-hamu commented Jan 12, 2025

protobuf関係のCIは別で
結局入れた。

  • ✨ protobuf定義
  • ✨ Goのコード生成
  • 📝 gRPC関連のドキュメント
  • 🩹 passedやfailedを返す
  • 📝 protoのフォーマットとLintをドキュメントに記述
  • 🔧 buf.gen.yamlの設定修正

@ikura-hamu ikura-hamu requested a review from a team January 12, 2025 08:25
@ikura-hamu ikura-hamu requested a review from Copilot January 12, 2025 13:40

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 11 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • go.mod: Language not supported
  • README.md: Evaluated as low risk
  • Taskfile.yml: Evaluated as low risk
  • proto/portal/v1/benchmark.proto: Evaluated as low risk
Copy link

github-actions bot commented Jan 12, 2025

The latest Buf updates on your PR. Results from workflow Protobuf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed❌ failed (0)Jan 13, 2025, 4:23 AM

@ikura-hamu
Copy link
Member Author

breakingが落ちてるのはそれはそうなので、無視してください。これがマージされたらrulesetに追加します。

@ikura-hamu ikura-hamu requested a review from a team January 13, 2025 04:17

message BenchmarkJob {
string benchmark_id = 1;
string target_url = 2;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isuconだとurlよりipアドレスでベンチマーク対象を決めるイメージがあるのですが、urlにしている理由はありますか?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URLにしておけば、IPアドレス以外にしたくなったとき(無いと思うけど)も対応できるな~と思ったぐらいで、特に深い意味はないです

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okです

@ikura-hamu ikura-hamu merged commit 441d44b into main Jan 14, 2025
10 of 11 checks passed
@ikura-hamu ikura-hamu deleted the grpc_schema branch January 14, 2025 00:55
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