Commit graph

2 commits

Author SHA1 Message Date
google-labs-jules[bot]
d7eb249391 Bolt: optimize branch analysis with git for-each-ref
- Reduced subprocess calls in `scripts/review_pull_requests.py` from O(N) to O(1) using `git for-each-ref`.
- Optimized metadata retrieval for ahead/behind status, commit date, and subject.
- Improved total execution time by ~43% (0.60s to 0.34s) for ~287 branches.
- Added defensive parsing for compatibility with older Git versions.
- Maintained API compatibility for the `get_branch_info` function.
2026-02-23 17:29:38 +00:00
Huawei-Window-Techno
365881c76a feat: Add pull request review script and comprehensive report - Created review_pull_requests.py to analyze all PRs - Generated Pull Request Review Report with 23 open PRs analysis - Identified 20 performance optimization PRs ready for review - Documented 5 draft PRs and 2 WIP feature PRs - Added recommendations for PR consolidation and prioritization 2026-01-10 05:26:35 +07:00