Merged
Conversation
sheet.paste() がシート全体を削除してから貼り付けるため、 差分 crawl 時に更新された PR だけが export されていた。 DB から全件取得して export するように変更。 - exportPulls: DB 全件クエリ (getPullRequestReport) を使用 - exportReviewResponses: DB 永続化未対応のため一旦停止 (TODO) - getPullRequestReport: selectAll → 必要カラムのみに絞り込み - dead code 削除: exportReviewResponses, ReviewResponse, allReviewResponses Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 Walkthroughウォークスループルリクエストエクスポート機能を改善するため、レビューレスポンスの収集・処理を削除し、データベースから最新のプルリクエスト情報を直接フェッチする仕様に変更しました。エクスポートスキーマを拡張し、複数のタイムスタンプと期間フィールドを含めて詳細情報を提供するようにしました。 変更内容
推定コードレビュー工数🎯 4 (複雑) | ⏱️ ~50 分 関連する可能性のある PR
ラビットからのポエム
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sheet.paste()がシート全体を削除→貼り付けするため、差分 crawl 時に更新された PR だけで rawdata シートが上書きされていたexportReviewResponsesは差分データしか持たないため一旦停止(DB 永続化後に対応予定)getPullRequestReportをselectAll→ 必要 19 カラムのみに絞り込みTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
リリースノート
バグ修正
改善