Move BugTracker into reviewboard.hostingsvcs.base.
Review Request #14586 — Created Sept. 4, 2025 and updated
The rest of our base classes have all been moved into the
reviewboard.hostingsvcs.base
module, but the bug tracker interface was
still in the top-level directory. This change moves it and updates
the services which use it to use the new import.
Ran unit tests.
Summary | ID |
---|---|
npzkpwumqtkyyyyxovlstolxkwozkwpr |
Description | From | Last Updated |
---|---|---|
Can we name this BaseBugTracker? |
|
|
This needs version information stating it moved. |
|
|
Missing the Instance Variables block and a comment. |
|
|
We can probably say a BugInfo dictionary (linking to the class). |
|
|
I know this is old code, but this comment feels a bit out of place these days. Maybe worth a … |
|
|
We should switch to the new pathed keys in Djblets, since there's user input (bug IDs) in here. |
|
- Commits:
-
Summary ID npzkpwumqtkyyyyxovlstolxkwozkwpr npzkpwumqtkyyyyxovlstolxkwozkwpr - Diff:
-
Revision 2 (+574 -166)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.