Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Issue 963953003: OAuth2 support in depot_tools (Closed)

Created:
5 years, 9 months ago by sheyang
Modified:
5 years, 8 months ago
Reviewers:
Vadim Sh., nodir
CC:
chromium-reviews, cmp-cc_chromium.org, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix logging level #

Total comments: 34

Patch Set 4 : address comments and add retry logic #

Total comments: 13

Patch Set 5 : fix #

Patch Set 6 : fix sorting #

Total comments: 2

Patch Set 7 : typo fix #

Total comments: 6

Patch Set 8 : restore git_cl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5688 lines, -0 lines) Patch
A oauth2.py View 1 2 3 4 5 6 7 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/.gitignore View 1 chunk +8 lines, -0 lines 0 comments Download
A + third_party/google_api_python_client/.gitmodules View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/google_api_python_client/.hgignore View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/CHANGELOG View 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/LICENSE View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/MANIFEST.in View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/Makefile View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/README.chromium View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/README.md View 1 chunk +32 lines, -0 lines 0 comments Download
A + third_party/google_api_python_client/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/google_api_python_client/apiclient/__init__.py View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/describe.py View 1 chunk +390 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/expandsymlinks.py View 1 chunk +58 lines, -0 lines 0 comments Download
A + third_party/google_api_python_client/googleapiclient/__init__.py View 2 chunks +3 lines, -3 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/channel.py View 1 chunk +285 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/discovery.py View 1 chunk +995 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/errors.py View 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/http.py View 1 chunk +1614 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/mimeparse.py View 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/model.py View 1 chunk +383 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/sample_tools.py View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/googleapiclient/schema.py View 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/samples-index.py View 1 chunk +246 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/setup.py View 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/sitecustomize.py View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/google_api_python_client/static/Credentials.png View Binary file 0 comments Download
A third_party/google_api_python_client/tox.ini View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/uritemplate/.gitignore View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/uritemplate/.gitmodules View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/uritemplate/.travis.yml View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/uritemplate/MAINTAINERS.rst View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/uritemplate/MANIFEST.in View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/uritemplate/README.chromium View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/uritemplate/README.rst View 1 chunk +71 lines, -0 lines 0 comments Download
A + third_party/uritemplate/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/uritemplate/setup.py View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/uritemplate/uritemplate/__init__.py View 1 chunk +265 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
sheyang
First draft of git cl try...
5 years, 9 months ago (2015-03-05 01:09:12 UTC) #2
nodir
https://codereview.chromium.org/963953003/diff/40001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/963953003/diff/40001/git_cl.py#newcode247 git_cl.py:247: def trigger_distributed_try_jobs( what distributed means in this context? https://codereview.chromium.org/963953003/diff/40001/git_cl.py#newcode263 ...
5 years, 9 months ago (2015-03-05 03:58:56 UTC) #3
sheyang
https://codereview.chromium.org/963953003/diff/40001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/963953003/diff/40001/git_cl.py#newcode247 git_cl.py:247: def trigger_distributed_try_jobs( On 2015/03/05 03:58:55, nodir wrote: > what ...
5 years, 9 months ago (2015-03-06 00:29:11 UTC) #4
nodir
https://codereview.chromium.org/963953003/diff/40001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/963953003/diff/40001/git_cl.py#newcode2883 git_cl.py:2883: trigger_distributed_try_jobs(creds, cl, options, masters, 'git cl try') On 2015/03/06 ...
5 years, 9 months ago (2015-03-10 22:39:40 UTC) #5
sheyang
https://codereview.chromium.org/963953003/diff/60001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/963953003/diff/60001/git_cl.py#newcode252 git_cl.py:252: requester = creds_props['id_token']['email'] On 2015/03/10 22:39:40, nodir wrote: > ...
5 years, 9 months ago (2015-03-13 20:58:28 UTC) #6
nodir
lgtm https://codereview.chromium.org/963953003/diff/60001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/963953003/diff/60001/git_cl.py#newcode297 git_cl.py:297: response = req.execute() On 2015/03/13 20:58:27, sheyang wrote: ...
5 years, 9 months ago (2015-03-18 23:49:16 UTC) #7
sheyang
https://codereview.chromium.org/963953003/diff/100001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/963953003/diff/100001/git_cl.py#newcode2942 git_cl.py:2942: print 'Unexcpected error when trying to trigger tryjobs: %s.' ...
5 years, 9 months ago (2015-03-24 00:36:30 UTC) #8
Vadim Sh.
https://codereview.chromium.org/963953003/diff/120001/git_cl_oauth2.py File git_cl_oauth2.py (right): https://codereview.chromium.org/963953003/diff/120001/git_cl_oauth2.py#newcode1 git_cl_oauth2.py:1: #!/usr/bin/env python this file is not executable, there's no ...
5 years, 8 months ago (2015-04-07 00:42:15 UTC) #10
sheyang
Updated description and addressed comments. PTAL. https://codereview.chromium.org/963953003/diff/120001/git_cl_oauth2.py File git_cl_oauth2.py (right): https://codereview.chromium.org/963953003/diff/120001/git_cl_oauth2.py#newcode1 git_cl_oauth2.py:1: #!/usr/bin/env python On ...
5 years, 8 months ago (2015-04-07 02:09:27 UTC) #11
Vadim Sh.
lgtm
5 years, 8 months ago (2015-04-07 02:15:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/963953003/140001
5 years, 8 months ago (2015-04-07 02:19:46 UTC) #15
commit-bot: I haz the power
Failed to apply patch for depot_tools/oauth2.py: While running svn add depot_tools/oauth2.py --force --config-dir /b/infra_internal/commit_queue/subversion_config --non-interactive; ...
5 years, 8 months ago (2015-04-07 02:20:01 UTC) #17
sheyang
5 years, 8 months ago (2015-04-07 02:23:38 UTC) #18
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as 294698 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698