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

Issue 5649056: added SDB Item and Attribute-level operations

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by Brad.Rydzewski
Modified:
9 years, 7 months ago
Reviewers:
mp+92570
Visibility:
Public.

Description

This is a re-submit of the following patch: https://codereview.appspot.com/5451067/ Made the following changes as per the code review 1) improved struct Item documentation 2) changed Attribute to Attr, and only has Name / Value fields 3) dropped ListDomainsOpt struct since it is unused 4) split ListDomains into ListDomains and ListDomainsN 5) improved ListDomains and ListDomainsN comments per suggestions 6) changed ListDomainsN input maxNumberOfDomains to maxDomains 7) changes struct SelectResponse to SelectResp 8) changed SelectResp.Item to SelectResp.Items and Attributes to Attrs 9) changed Select func input param consistentRead to consistent 10) dropped DeleteDomainOpt struct since it is unused 11) implemented PutAttrs per recommendations 12) updated unit tests to reflect all changes, and tested against live AWS to ensure everything works as expected 13) ran gofmt https://code.launchpad.net/~brad-rydzewski/goamz/sdb-item-operations/+merge/92570 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 18

Patch Set 2 : added SDB Item and Attribute-level operations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -105 lines) Patch
M responses_test.go View 1 2 chunks +84 lines, -0 lines 0 comments Download
M sdb.go View 1 8 chunks +211 lines, -59 lines 0 comments Download
M sdb_test.go View 1 1 chunk +176 lines, -40 lines 0 comments Download
M sign.go View 1 1 chunk +1 line, -1 line 0 comments Download
M sign_test.go View 1 2 chunks +4 lines, -4 lines 0 comments Download
M suite_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
Brad.Rydzewski
Please take a look.
12 years, 2 months ago (2012-02-10 20:33:07 UTC) #1
Brad.Rydzewski
On 2012/02/10 20:33:07, Brad.Rydzewski wrote: > Please take a look. Please note that I did ...
12 years, 2 months ago (2012-02-10 20:44:38 UTC) #2
niemeyer
This is looking very good. There's only one minor detail in the model that I'm ...
12 years, 1 month ago (2012-03-05 01:46:11 UTC) #3
Brad.Rydzewski
Please take a look.
12 years, 1 month ago (2012-03-05 17:42:45 UTC) #4
Brad.Rydzewski
On 2012/03/05 01:46:11, niemeyer wrote: > This is looking very good. There's only one minor ...
12 years, 1 month ago (2012-03-05 17:47:01 UTC) #5
niemeyer
On 2012/03/05 17:47:01, Brad.Rydzewski wrote: > I think this includes all suggested changes. Regarding SelectResp ...
12 years, 1 month ago (2012-03-05 18:22:29 UTC) #6
niemeyer
12 years, 1 month ago (2012-03-09 10:29:12 UTC) #7
*** Submitted:

sdb: added item and attribute-level operations

This is a re-submit of the following patch: 
https://codereview.appspot.com/5451067/

Made the following changes as per the code review

1) improved struct Item documentation
2) changed Attribute to Attr, and only has Name / Value fields
3) dropped ListDomainsOpt struct since it is unused
4) split ListDomains into ListDomains and ListDomainsN
5) improved ListDomains and ListDomainsN comments per suggestions
6) changed ListDomainsN input maxNumberOfDomains to maxDomains
7) changes struct SelectResponse to SelectResp
8) changed SelectResp.Item to SelectResp.Items and Attributes to Attrs
9) changed Select func input param consistentRead to consistent
10) dropped DeleteDomainOpt struct since it is unused
11) implemented PutAttrs per recommendations
12) updated unit tests to reflect all changes, and tested against
    live AWS to ensure everything works as expected
13) ran gofmt

R=niemeyer
CC=
https://codereview.appspot.com/5649056
Sign in to reply to this message.

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