Fish Trophy

david got a fish trophy!

Fish Trophy

Add new resources, part 2/7.

Review Request #14341 — Created Feb. 10, 2025 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

This change adds the following new resource implementations:
- ChangeItemResource
- ChangeListResource
- DiffContextResource
- LastUpdateResource
- ReviewRequestDraftResource
- StatusUpdateItemResource
- StatusUpdateListResource

  • Ran unit tests.
  • Used the new resources from a test script and saw that everything
    worked as expected.

Diff Revision 2

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

orig
1
2
3
4

Commits

First Last Summary ID Author
Add new resources, part 2/7.
This change adds the following new resource implementations: - ChangeItemResource - ChangeListResource - DiffContextResource - LastUpdateResource - ReviewRequestDraftResource - StatusUpdateItemResource - StatusUpdateListResource Testing Done: - Ran unit tests. - Used the new resources from a test script and saw that everything worked as expected.
728914f6dedfac55afb384a5ad57b3561bfa2ade David Trowbridge
rbtools/api/resource/__init__.py
rbtools/api/resource/base_review_request.py
rbtools/api/resource/change.py
rbtools/api/resource/diff.py
rbtools/api/resource/diff_context.py
rbtools/api/resource/file_diff.py
rbtools/api/resource/last_update.py
rbtools/api/resource/review_request.py
rbtools/api/resource/review_request_draft.py
rbtools/api/resource/root.py
rbtools/api/resource/status_update.py
Loading...