Add new resources, part 4/7.

Review Request #14377 — Created March 20, 2025 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

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

First Last Summary ID Author
Add new resources, part 4/7.
This change adds the following new resource implementations: - DiffCommentItemResource - DiffCommentListResource - GeneralCommentItemResource - GeneralCommentListResource - ReviewItemResource - ReviewListResource - ReviewReplyItemResource - ReviewReplyListResource - ScreenshotCommentItemResource - ScreenshotCommentListResource Testing Done: - Ran unit tests. - Used the new resources from a test script and saw that everything worked as expected.
94851572f3f4d2c91b7a638332db91d467f5cd81 David Trowbridge
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
Loading...