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.