Rename some hosting service base classes.

Review Request #13176 — Created Aug. 1, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

This renames the following classes to better indicate their purpose:

  • HostingService -> BaseHostingService
  • HostingServiceAuthForm -> BaseHostingServiceAuthForm
  • HostingServiceForm -> BaseHostingServiceRepositoryForm

All prior imports from the legacy modules still work as before.

All unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Rename some hosting service base classes.
This renames the following classes to better indicate their purpose: * `HostingService` -> `BaseHostingService` * `HostingServiceAuthForm` -> `BaseHostingServiceAuthForm` * `HostingServiceForm` -> `BaseHostingServiceRepositoryForm` All prior imports from the legacy modules still work as before.
1e0a25c115d2a4daa3c4209dce5467c6342be0dc Christian Hammond
reviewboard/hostingsvcs/forms.py
reviewboard/hostingsvcs/service.py
reviewboard/hostingsvcs/base/__init__.py
reviewboard/hostingsvcs/base/forms.py
reviewboard/hostingsvcs/base/hosting_service.py
Loading...