Update the rbcommenttype extension for Review Board 5.0
Review Request #12185 — Created March 21, 2022 and submitted
Information | |
---|---|
david | |
rb-extension-pack | |
master | |
Reviewers | |
rb-extension-pack | |
This change updates the comment type extension for Review Board 5.0.x
and Django 3.2.
Installed and activated the comment type extension. Configured the
types, and then created comments with assigned types.
Summary | |
---|---|
-
-
rbcommenttype/rbcommenttype/__init__.py (Diff revision 1) While here, grab the new logic from
beanbag_tools/__init__.py
. It's clearer and more future-proof.Same for all the other functions.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+120 -70) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
-
-
rbcommenttype/rbcommenttype/__init__.py (Diff revision 2) Let's bump the version to
(3, 0, 0, 0, 'alpha', 0, False)
with this.
Description: |
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
||||||||||||||||||
Commits: |
|
||||||||||||||||||
Diff: |
Revision 3 (+122 -72) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.