Add an API for commenting on FileDiffs ranges
Review Request #10190 — Created Oct. 19, 2018 and submitted — Latest diff uploaded
The
ReviewDiffCommentResource
is now capable of creating comments on
FileDiffs with a base FileDiff ID. This allows us to comment on
FileDiffs in commit ranges and keep the context of the base FileDiff.
Ran unit tests.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
reviewboard/reviews/models/diff_comment.py |
---|
reviewboard/webapi/resources/base_comment.py |
---|
reviewboard/webapi/resources/base_diff_comment.py |
---|
reviewboard/webapi/resources/review_diff_comment.py |
---|
reviewboard/webapi/tests/test_review_comment.py |
---|