Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29833582: Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization (Closed)

Created:
July 18, 2018, 1:41 p.m. by Tudor Avram
Modified:
Aug. 6, 2018, 8:28 a.m.
Reviewers:
Vasily Kuznetsov
CC:
mathias
Visibility:
Public.

Description

Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization

Patch Set 1 #

Total comments: 39

Patch Set 2 : Addressed comments from patch#1 #

Total comments: 2

Patch Set 3 : removed .Python from .gitignore and added .DS_Store to .hgignore #

Unified diffs Side-by-side diffs Delta from patch set Stats (+514 lines, -0 lines) Patch
M .gitignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M .hgignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/oauth2dl/README.md View 1 chunk +68 lines, -0 lines 0 comments Download
A + sitescripts/oauth2dl/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sitescripts/oauth2dl/bin/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A sitescripts/oauth2dl/bin/constants.py View 1 1 chunk +39 lines, -0 lines 0 comments Download
A sitescripts/oauth2dl/bin/oauth2dl.py View 1 1 chunk +111 lines, -0 lines 0 comments Download
A + sitescripts/oauth2dl/test/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A sitescripts/oauth2dl/test/dummy_wsgi_app.py View 1 1 chunk +95 lines, -0 lines 0 comments Download
A sitescripts/oauth2dl/test/test_oauth2dl.py View 1 1 chunk +196 lines, -0 lines 0 comments Download
M tox.ini View 1 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 7
Tudor Avram
Hey, Here is my first attempt at writing the Oauth2 downloader script. As discussed, the ...
July 18, 2018, 1:44 p.m. (2018-07-18 13:44:03 UTC) #1
Vasily Kuznetsov
Hi Tudor, The approach looks solid in general. I have a bunch of cosmetic comments ...
July 20, 2018, 9 p.m. (2018-07-20 21:00:01 UTC) #2
Tudor Avram
Hi Vasily, Thanks for the review! I'll address the issues you pointed out. I also ...
July 23, 2018, 7:29 p.m. (2018-07-23 19:29:04 UTC) #3
Tudor Avram
Hi Vasily, I addressed your comments and here is my refactored code! Thanks, Tudor. https://codereview.adblockplus.org/29833582/diff/29833583/.gitignore ...
July 31, 2018, 9:20 a.m. (2018-07-31 09:20:19 UTC) #4
Vasily Kuznetsov
Hi Tudor, Looks good, it's pretty much done, except for .gitignore change (see comment below). ...
Aug. 1, 2018, 10:52 a.m. (2018-08-01 10:52:52 UTC) #5
Tudor Avram
Hi Vasily, The .Python entry was in my master branch for some reason, that's why ...
Aug. 1, 2018, 12:40 p.m. (2018-08-01 12:40:17 UTC) #6
Vasily Kuznetsov
Aug. 2, 2018, 10:10 a.m. (2018-08-02 10:10:07 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld