Fix Review Bot when running against Review Board 3.0.8+
Review Request #10080 — Created July 13, 2018 and submitted
In Review Board 3.0.8, we split all the auth backends into their own
modules. This works in most cases, but Review Bot manually assigns a
backend path when creating the session key. This failed because that
path is used to index into a dict of loaded backends within the django
auth middleware.This fix adds a manual version check to ensure we set the correct auth
backend path for each version.
Was able to properly detect the worker nodes.
- Commit:
-
7df2e5f592d36f170467e72b2a25ad5635e6cd68fa334b883b4aceed58827ddd3b1f72a1811e864b
- Diff:
-
Revision 2 (+12 -1)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commit:
-
fa334b883b4aceed58827ddd3b1f72a1811e864bf2c6f9ffdbdfeeed17efaef52053a6095319e610
- Diff:
-
Revision 3 (+10 -1)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.