Fix FormattedLog to include all commits, use oneline short-hash format#931
Conversation
The go-git rewrite of FormattedLog inadvertently filtered commits to only those touching the resource template file. Restore the original behavior of showing all non-merge commits between the two hashes. Switch output from full commit format to oneline with 7-char short hashes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
WalkthroughPromotion commit-log generation now returns simplified entries with seven-character hashes and first-line commit messages. Promotion wiring and related managed-scripts, SaaS, and service tests were updated to use and verify the revised output. ChangesPromotion commit log updates
Estimated code review effort: 3 (Moderate) | ~20 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 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 |
|
@gvnnn: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gvnnn, joshbranham The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The go-git rewrite of FormattedLog inadvertently filtered commits to only those touching the resource template file. Restore the original behavior of showing all non-merge commits between the two hashes. Switch output from full commit format to oneline with 7-char short hashes.
Summary by CodeRabbit