Split up reviews/views.py
Review Request #12684 — Created Oct. 14, 2022 and submitted
The main reviews/views.py file was pretty huge, and was very difficult
to navigate. This change splits it up into a bunch of smaller files.There are a couple trivial changes (adding some asserts, defining a
name
attribute onBugTracker
) in order to make type checkers a
bit happier, but otherwise this is purely moving things around.
Ran unit tests.
Summary | ID |
---|---|
bf41aad340ac3bb2ab1ccb79f69a1fa8b814200c |
Description | From | Last Updated |
---|---|---|
Nice cleanup. Do we want to add these individual modules to the Python docs, or just keep the existing views.py? … |
chipx86 | |
too many blank lines (3) Column: 1 Error code: E303 |
reviewbot | |
blank line at end of file Column: 1 Error code: W391 |
reviewbot | |
line too long (83 > 79 characters) Column: 80 Error code: E501 |
reviewbot |
- Commits:
-
Summary ID b853e24db14702cc0266e0eba4b6a01119eb1a7c 8ff2c48a93239f260898c7e5ecf5982d4b3e73d6 - Diff:
-
Revision 2 (+5304 -4950)
- Commits:
-
Summary ID 8ff2c48a93239f260898c7e5ecf5982d4b3e73d6 e6edaf78ad3ac01217b7150cf92b165940385aaf - Diff:
-
Revision 3 (+5306 -4950)
Checks run (2 succeeded)
- Change Summary:
-
Add modules to docs, set
__autodoc_excludes__
for forwarding module. - Commits:
-
Summary ID e6edaf78ad3ac01217b7150cf92b165940385aaf bf41aad340ac3bb2ab1ccb79f69a1fa8b814200c - Diff:
-
Revision 4 (+5334 -4950)