Issue metadata
Sign in to add a comment
|
Allow filtering of comments that are in/out of modified lines of code |
||||||||||||||||||||||||
Issue descriptionSometimes users will only care about comments in modified lines of code. Even if Tricium posts comments about comments in non-modified lines of code, we may want the default behavior for these comments to be FYI/hidden/resolved. Currently in AnalyzeRequest we get the paths of changed files but not the modified lines. As long as Tricium can get the modified lines, it can do some filtering before posting comments. Note from maruel@: > https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#get-diff should work to get line numbers from tricium. It's downloading the delta lines but at least it's not downloading the whole file, so it's still a net improvement.
,
Mar 2 2018
I'd say get the full patch, then individual diff for the magic paths.
,
Mar 2 2018
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by qyears...@chromium.org
, Mar 2 2018