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

Issue 5519055: Sample to add users in many groups. User added to many groups in parallel

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by shraddhag
Modified:
13 years, 9 months ago
CC:
gdata-python-client-library-contributors_googlegroups.com
Visibility:
Public.

Description

Reminder: Please review

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed the comments #

Patch Set 3 : changed groups names #

Total comments: 4

Patch Set 4 : updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -0 lines) Patch
A samples/apps/add_users_to_groups.py View 1 2 3 1 chunk +143 lines, -0 lines 0 comments Download

Messages

Total messages: 9
shraddhag
13 years, 10 months ago (2012-01-06 09:40:52 UTC) #1
shraddhag
On 2012/01/06 09:40:52, shraddhag wrote: Reminder: please review.
13 years, 9 months ago (2012-01-12 16:12:15 UTC) #2
Claudio Cherubino
http://codereview.appspot.com/5519055/diff/1/samples/apps/add_users_to_groups.py File samples/apps/add_users_to_groups.py (right): http://codereview.appspot.com/5519055/diff/1/samples/apps/add_users_to_groups.py#newcode19 samples/apps/add_users_to_groups.py:19: Users retrieved from an organization unit, are added in ...
13 years, 9 months ago (2012-01-20 23:03:58 UTC) #3
shraddhag
13 years, 9 months ago (2012-01-21 14:23:45 UTC) #4
shraddhag
13 years, 9 months ago (2012-01-21 14:26:19 UTC) #5
shraddhag
http://codereview.appspot.com/5519055/diff/1/samples/apps/add_users_to_groups.py File samples/apps/add_users_to_groups.py (right): http://codereview.appspot.com/5519055/diff/1/samples/apps/add_users_to_groups.py#newcode19 samples/apps/add_users_to_groups.py:19: Users retrieved from an organization unit, are added in ...
13 years, 9 months ago (2012-01-21 14:27:49 UTC) #6
Vic Fryzel
http://codereview.appspot.com/5519055/diff/8001/samples/apps/add_users_to_groups.py File samples/apps/add_users_to_groups.py (right): http://codereview.appspot.com/5519055/diff/8001/samples/apps/add_users_to_groups.py#newcode33 samples/apps/add_users_to_groups.py:33: Again, 2 lines between imports and first statement of ...
13 years, 9 months ago (2012-01-22 06:42:58 UTC) #7
shraddhag
13 years, 9 months ago (2012-02-07 08:57:51 UTC) #8
shraddhag
13 years, 9 months ago (2012-02-07 08:59:14 UTC) #9
http://codereview.appspot.com/5519055/diff/8001/samples/apps/add_users_to_gro... File samples/apps/add_users_to_groups.py (right): http://codereview.appspot.com/5519055/diff/8001/samples/apps/add_users_to_gro... samples/apps/add_users_to_groups.py:33: On 2012/01/22 06:42:59, Vic Fryzel wrote: > Again, 2 lines between imports and first statement of the rest of the file. Done. http://codereview.appspot.com/5519055/diff/8001/samples/apps/add_users_to_gro... samples/apps/add_users_to_groups.py:111: default_groups = ['all-eng', 'programmers', 'misc'] On 2012/01/22 06:42:59, Vic Fryzel wrote: > What will happen if these groups do not first exist? Done. Taking the user input now. If group is not present, an exception is thrown by the thread spawned for that group while the rest of the threads continue running for the other groups. Now I have changed code to create new thread only if the group is present.
Sign in to reply to this message.

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