-
Notifications
You must be signed in to change notification settings - Fork 1
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
Separated the relevant-reviewers comment from the DiffGraph comment. #183
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Relevant users for this PR:
Auto assigning to relevant reviewers. If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex settings page. |
vibi-dpu/src/core/review.rs
Outdated
if let Some((excluded_files, smallfiles)) = get_included_and_excluded_files(review) { | ||
if repo_config.comment() || repo_config.auto_assign() { | ||
let hunkmap_opt = calculate_hunkmap(review, &smallfiles).await; | ||
send_hunkmap(&hunkmap_opt, &excluded_files, review, repo_config, access_token, old_review_opt).await; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to send hunkmap regardless of repo_config settings
Relevant users for this PR:
Auto assigning to relevant reviewers. If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex settings page. |
Relevant users for this PR:
Auto assigning to relevant reviewers. If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex settings page. |
Quality Gate passedIssues Measures |
Relevant users for this PR:
Total Coverage for PR: 98.15% If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex repository settings page. |
Relevant users for this PR:
Ignoring following files due to large size: - vibi-dpu/src/core/diff_graph.rs Auto assigning to relevant reviewers. If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex settings page. |
Relevant users for this PR:
Ignoring following files due to large size: - vibi-dpu/src/core/diff_graph.rs Auto assigning to relevant reviewers. If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex settings page. |
Diff Graph: Call Stack Diff%%{init: { 'theme': 'neutral', 'themeVariables': { 'fontSize': '20px' }, 'flowchart': { 'nodeSpacing': 100, 'rankSpacing': 100 } } }%%
flowchart LR
classDef modified stroke:black,fill:yellow
classDef added stroke:black,fill:#b7e892,color:black
classDef deleted stroke:black,fill:red
To modify DiffGraph settings, go to your Vibinex settings page. |
Relevant users for this PR:
Ignoring following files due to large size: - vibi-dpu/src/core/diff_graph.rs Auto assigning to relevant reviewers. If you are a relevant reviewer, you can use the Vibinex browser extension to see parts of the PR relevant to you To change comment and auto-assign settings, go to your Vibinex settings page. |
Please check the action items covered in the PR -