feat(list-overrides): show per-package min_release_age in --details output#1100
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughAdds per-package Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
8a4e5ad to
303722f
Compare
303722f to
e9980bf
Compare
e9980bf to
590fc2a
Compare
|
While reviewing this PR and trying to understand code found the hardcoded hook name list contains three hook names that don't exist in the codebase and is missing five hooks that are actively used. This is a pre-existing bug unrelated to this PR. Filed #1107 |
…utput Add a "Min Release Age (days)" column to `list-overrides --details` for all output formats (table, CSV, JSON). The column shows the per-package `resolver_dist.min_release_age` override value, or an empty string when the package inherits the global --min-release-age setting. Co-Authored-By: Claude <claude@anthropic.com> Closes: python-wheel-build#1079
590fc2a to
cf3e16d
Compare
|
@Mergifyio refresh |
✅ Pull request refreshed |
Add a "Min Release Age (days)" column to
list-overrides --detailsfor all output formats (table, CSV, JSON). The column shows the per-packageresolver_dist.min_release_ageoverride value, or an empty string when the package inherits the global --min-release-age setting.Closes: #1079