Update Review Bot for new Review Board / Django.
Review Request #12442 — Created July 7, 2022 and submitted
Information | |
---|---|
david | |
ReviewBot | |
release-3.x | |
Reviewers | |
reviewbot | |
This change makes two small updates to the Review Bot extension when
running against Review Board 5.0. First, the integration has been
updated to use the non-deprecated import path for the Integration class.
Second, the tool options widget'srender
method needed to be updated
to take the renderer argument.
Activated and configured the review bot extension. Verified that the
integration form worked correctly.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
This will break on older versions of Review Board/Django. We should probably take in **kwargs and pass that instead. |
|
-
-
extension/reviewbotext/widgets.py (Diff revision 1) This will break on older versions of Review Board/Django.
We should probably take in
**kwargs
and pass that instead.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+20 -6) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.