Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(226)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 4439066: gdata-py Adding Spreadsheets cells and list feeds to v2 client.

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 8 months ago by j.s
Modified:
14 years, 7 months ago
CC:
gdata-python-client-library-contributors_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 6
Created: 14 years, 8 months ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -2 lines) Patch
M src/atom/data.py View 1 chunk +1 line, -1 line 0 comments Download
M src/gdata/spreadsheets/client.py View 2 chunks +141 lines, -1 line 0 comments Download
M src/gdata/spreadsheets/data.py View 3 chunks +29 lines, -0 lines 0 comments Download
M tests/gdata_tests/spreadsheets/data_test.py View 1 chunk +24 lines, -0 lines 0 comments Download
M tests/gdata_tests/spreadsheets/live_client_test.py View 1 chunk +78 lines, -0 lines 6 comments Download
Total messages: 4
|
j.s
14 years, 8 months ago (2011年04月23日 01:20:48 UTC) #1
Sign in to reply to this message.
jcgregorio_google
Sorry about taking so long to review. -joe http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/live_client_test.py File tests/gdata_tests/spreadsheets/live_client_test.py (right): http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/live_client_test.py#newcode160 tests/gdata_tests/spreadsheets/live_client_test.py:160: test_worksheet ...
14 years, 7 months ago (2011年05月22日 05:05:05 UTC) #2
Sorry about taking so long to review. -joe
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
File tests/gdata_tests/spreadsheets/live_client_test.py (right):
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
tests/gdata_tests/spreadsheets/live_client_test.py:160: test_worksheet =
self.client.add_worksheet(
Will this fail if the worksheet already exists? If so then accommodate that
condition and continue with the test.
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
tests/gdata_tests/spreadsheets/live_client_test.py:194: test_worksheet =
self.client.add_worksheet(
Same as above comment if the sheet already exists.
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
tests/gdata_tests/spreadsheets/live_client_test.py:210: # Update the row.
maybe just remember the # of rows and that they decrease, instead of explicitly
checking for 1 and 0.
Sign in to reply to this message.
j.s
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/live_client_test.py File tests/gdata_tests/spreadsheets/live_client_test.py (right): http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/live_client_test.py#newcode160 tests/gdata_tests/spreadsheets/live_client_test.py:160: test_worksheet = self.client.add_worksheet( On 2011年05月22日 05:05:05, jcgregorio_google wrote: > ...
14 years, 7 months ago (2011年06月10日 01:04:17 UTC) #3
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
File tests/gdata_tests/spreadsheets/live_client_test.py (right):
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
tests/gdata_tests/spreadsheets/live_client_test.py:160: test_worksheet =
self.client.add_worksheet(
On 2011年05月22日 05:05:05, jcgregorio_google wrote:
> Will this fail if the worksheet already exists? If so then accommodate that
> condition and continue with the test.
No failure, it is possible to have worksheets with the same name. It won't cause
a problem since we operate on worksheet ID.
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
tests/gdata_tests/spreadsheets/live_client_test.py:194: test_worksheet =
self.client.add_worksheet(
On 2011年05月22日 05:05:05, jcgregorio_google wrote:
> Same as above comment if the sheet already exists.
Same as above, no issue.
http://codereview.appspot.com/4439066/diff/1/tests/gdata_tests/spreadsheets/l...
tests/gdata_tests/spreadsheets/live_client_test.py:210: # Update the row.
On 2011年05月22日 05:05:05, jcgregorio_google wrote:
> maybe just remember the # of rows and that they decrease, instead of
explicitly
> checking for 1 and 0.
Since we create a new worksheet, I think checking for 0 and 1 would be more
accurate.
Sign in to reply to this message.
jcgregorio_google
LGTM
14 years, 7 months ago (2011年06月10日 02:27:14 UTC) #4
LGTM
Sign in to reply to this message.
|
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /