Rename some hosting service base classes.
Review Request #13176 — Created Aug. 1, 2023 and submitted — Latest diff uploaded
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.
reviewboard/hostingsvcs/forms.py |
---|
reviewboard/hostingsvcs/service.py |
---|
reviewboard/hostingsvcs/base/__init__.py |
---|
reviewboard/hostingsvcs/base/forms.py |
---|
reviewboard/hostingsvcs/base/hosting_service.py |
---|