Rename existing resources for consistency.

Review Request #14253 — Created Dec. 3, 2024 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

A few of the resource subclasses in RBTools did not properly include
"List" or "Item" in their name. This change fixes those and adds some
compatibility aliases in case people still need the old names.

Ran unit tests.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Rename existing resources for consistency.
A few of the resource subclasses in RBTools did not properly include "List" or "Item" in their name. This change fixes those and adds some compatibility aliases in case people still need the old names. Testing Done: Ran unit tests.
bd10af05eb667616a89dcbbcb014af440271d1ea David Trowbridge
docs/rbtools/api/resource-specific.rst
rbtools/api/resource/__init__.py
rbtools/api/resource/diff.py
rbtools/api/resource/file_diff.py
rbtools/api/resource/review_request.py
rbtools/clients/sos.py
rbtools/clients/base/scmclient.py
rbtools/clients/tests/test_sos.py
rbtools/commands/land.py
rbtools/commands/patch.py
rbtools/commands/post.py
rbtools/diffs/patcher.py
rbtools/diffs/tests/test_patcher.py
rbtools/utils/review_request.py
Loading...