Add a flag in rbt post to auto-stamp the review while posting
Review Request #7250 — Created April 24, 2015 and submitted
Information | |
---|---|
drbr | |
RBTools | |
master | |
448ed5f... | |
Reviewers | |
rbtools | |
This optional flag allows users to streamline their workflow by posting and
stamping their review with a single command. Instead of runningrbt post
and
thenrbt stamp
, it can be done all at once withrbt post -s
.
- Posted some reviews using
rbt post -s
under Git and Perforce. - Tried the error flows to make sure that posting will still happen even if stamping fails.
Description | From | Last Updated |
---|---|---|
Col: 15 E111 indentation is not a multiple of four |
![]() |
|
Col: 19 E111 indentation is not a multiple of four |
![]() |
|
Col: 19 E111 indentation is not a multiple of four |
![]() |
|
Col: 15 E111 indentation is not a multiple of four |
![]() |
|
Col: 19 E111 indentation is not a multiple of four |
![]() |
|
Col: 15 E111 indentation is not a multiple of four |
![]() |
|
Col: 19 E111 indentation is not a multiple of four |
![]() |
|
Col: 19 E111 indentation is not a multiple of four |
![]() |
|
Col: 15 E114 indentation is not a multiple of four (comment) |
![]() |
|
Col: 15 E114 indentation is not a multiple of four (comment) |
![]() |
|
Col: 15 E111 indentation is not a multiple of four |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Please undo this line (only one blank line between import sections) |
|
|
This is not necessarily true (I could easily see a case where my commit modifies one file and then a … |
|
|
Do we really want to include the stamp in the review request description? Having a URL to itself doesn't seem … |
|
|
Col: 11 E111 indentation is not a multiple of four |
![]() |
-
Is this change something that you think would be a useful addition to rbt? I know it's been discussed before in the Google Code.
Change Summary:
Added a check for the repository's ability to stamp
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+49 -2) |

-
Tool: Pyflakes Processed Files: rbtools/commands/post.py rbtools/utils/commands.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/utils/commands.py
-
-
-
-
-
-
-
-
-
rbtools/commands/post.py (Diff revision 2) Col: 15 E114 indentation is not a multiple of four (comment)
-
rbtools/commands/post.py (Diff revision 2) Col: 15 E114 indentation is not a multiple of four (comment)
-
Change Summary:
Fixed indent
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+49 -2) |

-
Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/utils/commands.py Tool: Pyflakes Processed Files: rbtools/commands/post.py rbtools/utils/commands.py
-
Change Summary:
Fixed line lengths
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+50 -2) |

-
Tool: Pyflakes Processed Files: rbtools/commands/post.py rbtools/utils/commands.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/utils/commands.py
-
-
rbtools/commands/post.py (Diff revision 4) Please undo this line (only one blank line between import sections)
-
rbtools/commands/post.py (Diff revision 4) This is not necessarily true (I could easily see a case where my commit modifies one file and then a bunch of other auto-generated junk that I don't care to post for review). If the user does both -s and -I, let's trust them.
-
rbtools/commands/post.py (Diff revision 4) Do we really want to include the stamp in the review request description? Having a URL to itself doesn't seem terribly useful.
Change Summary:
Changed according to the comments (see explanations in the discussion).
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+50 -9) |

-
Tool: Pyflakes Processed Files: rbtools/commands/post.py rbtools/utils/commands.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/utils/commands.py
-
Change Summary:
Corrected formatting per ReviewBot
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 6 (+50 -9) |