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

Issue 6450070: keyring support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by jcgregorio_google
Modified:
12 years, 11 months ago
Reviewers:
aiuto, rmistry, Ali Afshar
CC:
google-api-python-client_googlegroups.com
Visibility:
Public.

Description

Add support for keyring as a Storage option. Fixes issue #21.

Patch Set 1 #

Patch Set 2 : missing file #

Total comments: 5

Patch Set 3 : drop modified sample #

Patch Set 4 : drop sample #

Patch Set 5 : repeat #

Patch Set 6 : refresh #

Patch Set 7 : really reset plus.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -0 lines) Patch
A oauth2client/keyring_storage.py View 1 1 chunk +109 lines, -0 lines 0 comments Download
M runtests.sh View 1 chunk +1 line, -0 lines 0 comments Download
A samples/keyring/README View 1 chunk +4 lines, -0 lines 0 comments Download
A samples/keyring/client_secrets.json View 1 chunk +9 lines, -0 lines 0 comments Download
A samples/keyring/plus.py View 1 chunk +139 lines, -0 lines 0 comments Download

Messages

Total messages: 12
jcgregorio_google
12 years, 11 months ago (2012-07-31 18:03:32 UTC) #1
Ali Afshar
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py File oauth2client/keyring_storage.py (right): http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py#newcode22 oauth2client/keyring_storage.py:22: import keyring Is this a third party library?
12 years, 11 months ago (2012-07-31 18:07:27 UTC) #2
jcgregorio_google
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py File oauth2client/keyring_storage.py (right): http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py#newcode22 oauth2client/keyring_storage.py:22: import keyring Yes. On 2012/07/31 18:07:27, Ali Afshar wrote: ...
12 years, 11 months ago (2012-07-31 18:10:16 UTC) #3
jcgregorio_google
ping?
12 years, 11 months ago (2012-08-01 17:04:47 UTC) #4
jcgregorio_google
12 years, 11 months ago (2012-08-01 18:29:15 UTC) #5
aiuto
lgtm
12 years, 11 months ago (2012-08-01 19:37:19 UTC) #6
Ali Afshar
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py File oauth2client/keyring_storage.py (right): http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py#newcode22 oauth2client/keyring_storage.py:22: import keyring Should it be added as a dependency ...
12 years, 11 months ago (2012-08-01 19:37:55 UTC) #7
jcgregorio_google
Committed at http://code.google.com/p/google-api-python-client/source/detail?r=eb268fb96be9e9cea676249a476de78bcc14fe24 http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py File oauth2client/keyring_storage.py (right): http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py#newcode22 oauth2client/keyring_storage.py:22: import keyring The reason not to ...
12 years, 11 months ago (2012-08-01 19:59:26 UTC) #8
Ali Afshar
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py File oauth2client/keyring_storage.py (right): http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py#newcode22 oauth2client/keyring_storage.py:22: import keyring On 2012/08/01 19:59:26, jcgregorio_google wrote: > The ...
12 years, 11 months ago (2012-08-01 20:18:00 UTC) #9
Ali Afshar
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py File oauth2client/keyring_storage.py (right): http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py#newcode22 oauth2client/keyring_storage.py:22: import keyring On 2012/08/01 19:59:26, jcgregorio_google wrote: > The ...
12 years, 11 months ago (2012-08-01 20:18:00 UTC) #10
Ali Afshar
tests/test_oauth2client_appengine.py is missing, should it be there? On 2012/08/01 20:18:00, Ali Afshar wrote: > http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py ...
12 years, 11 months ago (2012-08-02 16:14:30 UTC) #11
jcgregorio_google
12 years, 11 months ago (2012-08-02 16:23:01 UTC) #12
D'oh. Will send that in another CL.

  -joe

On 2012/08/02 16:14:30, Ali Afshar wrote:
> tests/test_oauth2client_appengine.py is missing, should it be there?
> 
> On 2012/08/01 20:18:00, Ali Afshar wrote:
> >
>
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage.py
> > File oauth2client/keyring_storage.py (right):
> > 
> >
>
http://codereview.appspot.com/6450070/diff/3001/oauth2client/keyring_storage....
> > oauth2client/keyring_storage.py:22: import keyring
> > On 2012/08/01 19:59:26, jcgregorio_google wrote:
> > > The reason not to put it in setup.py is that it would cause issues with
App
> > > Engine, which can only handle pure Python modules.
> > > 
> > 
> > SGTM
> > > There's a note about that in the class doc that this is an optional
module.
> > > 
> > > 
> > > On 2012/08/01 19:37:55, Ali Afshar wrote:
> > > > Should it be added as a dependency in setup.py?
> > > > 
> > > > On 2012/07/31 18:10:17, jcgregorio_google wrote:
> > > > > Yes.
> > > > > 
> > > > > On 2012/07/31 18:07:27, Ali Afshar wrote:
> > > > > > Is this a third party library?
> > > > > 
> > > > 
> > >
Sign in to reply to this message.

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