Add final stubs for root comment and review resources.

Review Request #14412 — Created April 30, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

We recently added root-level list resources for reviews and comments.
These have the same MIME types as the other review and comment list
resources, and so they can share the same subclasses, but they do have
different GET parameters that support a wider variety of queries. This
change adds params types for these and root resource stubs.

  • Ran unit tests.
  • Used these methods 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 final stubs for root comment and review resources.
We recently added root-level list resources for reviews and comments. These have the same MIME types as the other review and comment list resources, and so they can share the same subclasses, but they do have different GET parameters that support a wider variety of queries. This change adds params types for these and root resource stubs. Testing Done: - Ran unit tests. - Used these methods from a test script and saw that everything worked as expected.
a1c73fae6f46dd8cb104ea02b7497064780a8520 David Trowbridge
rbtools/api/resource/diff_comment.py
rbtools/api/resource/file_attachment_comment.py
rbtools/api/resource/general_comment.py
rbtools/api/resource/review.py
rbtools/api/resource/root.py
Loading...