Add new resources, part 6/7.

Review Request #14379 — Created March 20, 2025 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

This change adds the following new resource implementations:
- APITokenItemResource
- APITokenListResource
- HostingServiceAccountItemResource
- HostingServiceAccountListResource
- HostingServiceItemResource
- HostingServiceListResource
- PlainTextResource (used for original/patched files)
- RemoteRepositoryItemResource
- RemoteRepositoryListResource
- SearchResource
- SessionResource

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

Changes between revision 2 and 3

orig
1
2
3

Commits

Summary ID Author
Add new resources, part 6/7.
This change adds the following new resource implementations: - APITokenItemResource - APITokenListResource - HostingServiceAccountItemResource - HostingServiceAccountListResource - HostingServiceItemResource - HostingServiceListResource - PlainTextResource (used for original/patched files) - RemoteRepositoryItemResource - RemoteRepositoryListResource - SearchResource - SessionResource Testing Done: - Ran unit tests. - Used the new resources from a test script and saw that everything worked as expected.
e64bf637faca1caf26804a0cb9c3f6f6e1c6034d David Trowbridge
Add new resources, part 6/7.
This change adds the following new resource implementations: - APITokenItemResource - APITokenListResource - HostingServiceAccountItemResource - HostingServiceAccountListResource - HostingServiceItemResource - HostingServiceListResource - PlainTextResource (used for original/patched files) - RemoteRepositoryItemResource - RemoteRepositoryListResource - SearchResource - SessionResource Testing Done: - Ran unit tests. - Used the new resources from a test script and saw that everything worked as expected.
34900ae82c7c7f78221548a959d6c6e3f9c353d6 David Trowbridge
rbtools/api/resource/hosting_service_account.py
Loading...