Store Review UIs in a real registry.

Review Request #13536 — Created Feb. 12, 2024 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

We had a kind of registry-like pattern for Review UIs, where we had
methods for registering and unregistering, and then stored them in a
list. This change adds a real registry for the backend storage.

Ran unit tests.

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
Store Review UIs in a real registry.
We had a kind of registry-like pattern for Review UIs, where we had methods for registering and unregistering, and then stored them in a list. This change adds a real registry for the backend storage. Testing Done: Ran unit tests.
d036dd57a3a600f2e9132211afc56b6f20ab8092 David Trowbridge
reviewboard/reviews/ui/__init__.py
reviewboard/reviews/ui/base.py
reviewboard/reviews/ui/registry.py
Loading...