Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(62)

Issue 332850043: [l2tdevtools] Add review script functionality to l2tdevtools (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 6 months ago by onager
Modified:
6 years, 6 months ago
Reviewers:
Joachim Metz
CC:
Joachim Metz, kiddi, log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

[l2tdevtools] Add review script functionality to l2tdevtools

Patch Set 1 #

Patch Set 2 : Revert inadvertant change to original review.py #

Total comments: 12

Patch Set 3 : Changes after review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2848 lines, -56 lines) Patch
A + l2tdevtools/helpers/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A l2tdevtools/helpers/cli.py View 1 chunk +54 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/git.py View 1 chunk +362 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/github.py View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/project.py View 1 2 1 chunk +245 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/pylint.py View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/readthedocs.py View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/review.py View 1 chunk +609 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/sphinxapi.py View 1 chunk +52 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/upload.py View 1 chunk +421 lines, -0 lines 0 comments Download
A l2tdevtools/helpers/url_lib.py View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A + l2tdevtools/lib/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A l2tdevtools/lib/errors.py View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A l2tdevtools/lib/netrcfile.py View 1 chunk +77 lines, -0 lines 0 comments Download
A l2tdevtools/lib/reviewfile.py View 1 chunk +73 lines, -0 lines 0 comments Download
A + l2tdevtools/lib/upload.py View 33 chunks +95 lines, -59 lines 0 comments Download
M tests/download_helper.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + tests/helpers/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A tests/helpers/cli.py View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A tests/helpers/git.py View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A tests/helpers/github.py View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A tests/helpers/project.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A tests/helpers/pylint.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A tests/helpers/readthedocs.py View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A tests/helpers/review.py View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A tests/helpers/sphinxapi.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A tests/helpers/test_lib.py View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A tests/helpers/upload.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A + tests/lib/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A tests/lib/netrcfile.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A tests/lib/reviewfile.py View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A tools/review.py View 1 chunk +251 lines, -0 lines 0 comments Download

Messages

Total messages: 9
onager
6 years, 6 months ago (2017-10-12 18:44:58 UTC) #1
onager
Code updated.
6 years, 6 months ago (2017-10-12 18:51:08 UTC) #2
Joachim Metz
Largely style nits, to have it match with the remaining l2tdevtools code style. I assume ...
6 years, 6 months ago (2017-10-13 04:29:29 UTC) #3
Joachim Metz
Largely style nits, to have it match with the remaining l2tdevtools code style. I assume ...
6 years, 6 months ago (2017-10-13 04:29:29 UTC) #4
onager
This is mostly a copy from l2tdevtools, but there's now a --project-path arg in tools/review.py ...
6 years, 6 months ago (2017-10-13 21:16:50 UTC) #5
onager
On 2017/10/13 21:16:50, onager wrote: > This is mostly a copy from l2tdevtools, but there's ...
6 years, 6 months ago (2017-10-13 21:17:07 UTC) #6
onager
Code updated.
6 years, 6 months ago (2017-10-13 21:23:21 UTC) #7
Joachim Metz
LGTM
6 years, 6 months ago (2017-10-14 05:12:04 UTC) #8
onager
6 years, 6 months ago (2017-10-19 22:08:19 UTC) #9
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close review
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b