
rswanson got a fish trophy!
Integrating Extension mixin in to RB root resource
Review Request #8448 — Created Sept. 29, 2016 and discarded
Information | |
---|---|
rswanson | |
Review Board | |
master | |
Reviewers | |
reviewboard, students | |
Integrating Extension mixin in to RB root resource
Description | From | Last Updated |
---|---|---|
You can just import this as ExtensionRootResourceMixin. There is no reason to rename it. We rename the DjbletsRootResource because otherwise … |
|
|
Must be in alphabetical order. |
|
|
Mixins should actually go first in the list. |
|
|
Docstring. |
|
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 6 E128 continuation line under-indented for visual indent |
![]() |
-
-
reviewboard/webapi/resources/root.py (Diff revision 1) You can just import this as
ExtensionRootResourceMixin
. There is no reason to rename it. We rename theDjbletsRootResource
because otherwise we would be redefiningRootResource
.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+6 -1) |

-
Tool: PEP8 Style Checker Processed Files: reviewboard/webapi/resources/root.py Tool: Pyflakes Processed Files: reviewboard/webapi/resources/root.py
-
This is missing a fleshed out description and testing. I should be able to look at this change with no knowledge of what you're working on, and walk away with a good sense of why this change matters.
-
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+12 -1) |

-
Tool: Pyflakes Processed Files: reviewboard/webapi/resources/root.py Tool: PEP8 Style Checker Processed Files: reviewboard/webapi/resources/root.py
-
reviewboard/webapi/resources/root.py (Diff revision 3) Col: 1 E101 indentation contains mixed spaces and tabs
-
-
reviewboard/webapi/resources/root.py (Diff revision 3) Col: 6 E128 continuation line under-indented for visual indent
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+12 -1) |