Update Review Bot for new Review Board / Django.

Review Request #12442 — Created July 7, 2022 and submitted — Latest diff uploaded

Information

ReviewBot
release-3.x

Reviewers

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's render method needed to be updated
to take the renderer argument.

Activated and configured the review bot extension. Verified that the
integration form worked correctly.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Update Review Bot for new Review Board / Django.
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's `render` method needed to be updated to take the renderer argument. Testing Done: Activated and configured the review bot extension. Verified that the integration form worked correctly.
6d35eb5b2f556cd2bb1a1ba5ec14ed0ceb8b21c0 David Trowbridge
extension/reviewbotext/integration.py
extension/reviewbotext/widgets.py
Loading...