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 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

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.
6a041c1f0a2bc870ac34a3f681abd66d66502d89 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...