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 |
---|---|
towzyqzmzvrqryzottmxpryxqrnznnzl |
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. |
|
|
TYPE_CHECKING sorts first. |
|
|
Do we want to make this a Literal[...]? |
|
- Commits:
-
Summary ID npzkpwumqtkyyyyxovlstolxkwozkwpr npzkpwumqtkyyyyxovlstolxkwozkwpr - Diff:
-
Revision 2 (+574 -166)
Checks run (2 succeeded)
- Change Summary:
-
Move to release-7.1.x
- Commits:
-
Summary ID npzkpwumqtkyyyyxovlstolxkwozkwpr towzyqzmzvrqryzottmxpryxqrnznnzl - Branch:
-
masterrelease-7.1.x
- Diff:
-
Revision 3 (+574 -166)
Checks run (2 succeeded)
- Change Summary:
-
Fix version comments.
- Commits:
-
Summary ID towzyqzmzvrqryzottmxpryxqrnznnzl towzyqzmzvrqryzottmxpryxqrnznnzl - Diff:
-
Revision 4 (+574 -166)
Checks run (2 succeeded)
- Commits:
-
Summary ID towzyqzmzvrqryzottmxpryxqrnznnzl towzyqzmzvrqryzottmxpryxqrnznnzl - Diff:
-
Revision 5 (+570 -166)