Add new resources, part 4/7.
Review Request #14377 — Created March 20, 2025 and updated — Latest diff uploaded
This change adds the following new resource implementations:
- DiffCommentItemResource
- DiffCommentListResource
- GeneralCommentItemResource
- GeneralCommentListResource
- ReviewItemResource
- ReviewListResource
- ReviewReplyItemResource
- ReviewReplyListResource
- ScreenshotCommentItemResource
- ScreenshotCommentListResource
- Ran unit tests.
- Used the new resources from a test script and saw that everything
worked as expected.
Diff Revision 2 (Latest)
orig
1
2
Commits
Files
rbtools/api/resource/__init__.py |
---|
rbtools/api/resource/base_comment.py |
---|
rbtools/api/resource/base_review.py |
---|
rbtools/api/resource/diff_comment.py |
---|
rbtools/api/resource/file_attachment.py |
---|
rbtools/api/resource/file_attachment_comment.py |
---|
rbtools/api/resource/file_diff.py |
---|
rbtools/api/resource/general_comment.py |
---|
rbtools/api/resource/review.py |
---|
rbtools/api/resource/review_reply.py |
---|
rbtools/api/resource/review_request.py |
---|
rbtools/api/resource/root.py |
---|
rbtools/api/resource/screenshot.py |
---|
rbtools/api/resource/screenshot_comment.py |
---|
rbtools/api/resource/status_update.py |
---|