Use registries for authentication backends
Review Request #7785 — Created Nov. 30, 2015 and submitted — Latest diff uploaded
Authentication backends now use Djblets registries for managing the set
of backends. The external API remains unchanged.There is now a
reviewboard.registries
module that contains a
specialized registry that populates from an entry point.Since registries are in Djblets 0.10.x, this updates Review Board to
depend on that version of Djblets.
- Ran unit tests.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
reviewboard/accounts/backends.py |
---|
reviewboard/registries/__init__.py |
---|
reviewboard/registries/registry.py |
---|
reviewboard/registries/tests.py |
---|