feat(azure): publish review findings inline - #2651
Conversation
PR Summary by Qodofeat(review): publish key issues as inline comments
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
Code Review by Qodo
1.
|
|
Code review by qodo was updated up to the latest commit ac0885e |
|
Code review by qodo was updated up to the latest commit c044ebd |
|
Code review by qodo was updated up to the latest commit 7354f01 |
7354f01 to
7910f65
Compare
|
Code review by qodo was updated up to the latest commit 7910f65 |
7910f65 to
739c128
Compare
|
Code review by qodo was updated up to the latest commit 739c128 |
IsmaelMartinez
left a comment
There was a problem hiding this comment.
Hi @TLA020, thanks for contributing. I left a couple of comments. Thanks again!
739c128 to
85facda
Compare
|
Code review by qodo was updated up to the latest commit 85facda |
85facda to
54c194d
Compare
|
Code review by qodo was updated up to the latest commit 54c194d |
|
Thanks, batching and the within-run dedup both look right, and the fingerprint tests are thorough. The line anchor in Also, the |
No problem! |
54c194d to
7ac5368
Compare
7ac5368 to
1b74eed
Compare
|
Code review by qodo was updated up to the latest commit 1b74eed |
|
Sorry, got a couple of things wrong earlier, both corrected in the threads above. Cross-run fingerprint fix verified locally. Happy to take this as-is and do the follow-ups myself if you'd rather not keep iterating. |
1b74eed to
4717544
Compare
|
Code review by qodo was updated up to the latest commit 4717544 |
4717544 to
100cbc8
Compare
|
Code review by qodo was updated up to the latest commit 100cbc8 |
IsmaelMartinez
left a comment
There was a problem hiding this comment.
Thanks for doing this rather than handing it over. Verified at 100cbc8d: collapsing the location key back to the content fingerprint fails both of your new tests, so the two-locations case is genuinely covered, and the capability probe change only touches this feature's own gate. Merged with current main locally, 1835 pass, CI green. Approving.
|
No problem @IsmaelMartinez using it daily :) |
Summary
Adds opt-in Azure DevOps support for publishing
/reviewfindings as inline threads beside the affected code.Scope
Azure DevOps only. The
[pr_reviewer] inline_key_issuessetting is off by default.When enabled, the reviewer:
suggestionfence to plain code;GitHub and GitLab behavior is unchanged.
Validation
git diff --checkpasses.Closes #2650.