Fish Trophy

david got a fish trophy!

Fish Trophy

Split up rbtools.api.resource.

Review Request #14241 — Created Nov. 11, 2024 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

The resource definitions for RBTools are quite lengthy. While the bulk
of the current implementation all kind of needs to stick together, we
can split out individual resource-specific subclasses.

This change does not make any functional or other cleanup changes to the
code, just splits it up.

Ran unit tests.

Diff Revision 1

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

orig
1
2
3

Commits

First Last Summary ID Author
Split up rbtools.api.resource.
The resource definitions for RBTools are quite lengthy. While the bulk of the current implementation all kind of needs to stick together, we can split out individual resource-specific subclasses. This change does not make any functional or other cleanup changes to the code, just splits it up. Testing Done: Ran unit tests.
176a23a6f6688259b434deb2f1e832bd52121037 David Trowbridge
rbtools/api/resource/__init__.py
rbtools/api/resource.py
rbtools/api/resource/diff.py
rbtools/api/resource/diff_commit.py
rbtools/api/resource/diff_file_attachment.py
rbtools/api/resource/draft_diff.py
rbtools/api/resource/draft_diff_commit.py
rbtools/api/resource/draft_file_attachment.py
rbtools/api/resource/draft_screenshot.py
rbtools/api/resource/file_attachment.py
rbtools/api/resource/file_diff.py
rbtools/api/resource/mixins.py
rbtools/api/resource/review_request.py
rbtools/api/resource/root.py
rbtools/api/resource/screenshot.py
rbtools/api/resource/validate_diff.py
rbtools/api/resource/validate_diff_commit.py
rbtools/api/tests/test_resource.py
Loading...