Split out all hosting service base support into new modules.

Review Request #13175 — Created Aug. 1, 2023 and submitted

Information

Review Board
release-6.x

Reviewers

Our hosting service support was introduced fairly early in the life of
Review Board, and the base support has outgrown the scattered files
they've lived in. With some upcoming work on the horizon to both remove
old code and to add new support for SSL certificates and eventually
deeper bug tracker integration, it's time to clean up a lot of this.

This change splits reviewboard.hostingsvcs.service into a series of
modules in reviewboard.hostingsvcs.base, as well as moving
reviewboard.hostingsvcs.utils.paginator and
reviewboard.hostingsvcs.{forms,repository} into there.

To keep this reviewable, there are no changes to these files aside from
some "Version Changed" docs in classes detailing the move, and new
module docstrings. Currently, nothing is marked as deprecated with a
warning, and all prior imports will continue to work.

Follow-up changes will rename some of the new classes to better signify
base classes and to add typing. For Review Board 6, the old locations
will not be deprecated, leaving that to Review Board 7. This is to avoid
introducing major deprecations this late in the development cycle.

All unit tests pass.

Summary ID
Split out all hosting service base support into new modules.
Our hosting service support was introduced fairly early in the life of Review Board, and the base support has outgrown the scattered files they've lived in. With some upcoming work on the horizon to both remove old code and to add new support for SSL certificates and eventually deeper bug tracker integration, it's time to clean up a lot of this. This change splits `reviewboard.hostingsvcs.service` into a series of modules in `reviewboard.hostingsvcs.base`, as well as moving `reviewboard.hostingsvcs.utils.paginator` and `reviewboard.hostingsvcs.forms` into there. To keep this reviewable, there are no changes to these files aside from some "Version Changed" docs in classes detailing the move, and new module docstrings. Currently, nothing is marked as deprecated with a warning, and all prior imports will continue to work. Follow-up changes will rename some of the new classes to better signify base classes and to add typing. For Review Board 6, the old locations will not be deprecated, leaving that to Review Board 7. This is to avoid introducing major deprecations this late in the development cycle.
c588ff32bbf82fe93c1942637f9524e5ce3cb193
Description From Last Updated

'email.generator._make_boundary as generate_boundary' imported but unused Column: 1 Error code: F401

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (c9452b5)
Loading...