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

Issue 99030044: ec2: Implement AccountAttributes + tests (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by dimitern
Modified:
10 years ago
Reviewers:
mp+218855, niemeyer, natefinch
Visibility:
Public.

Description

ec2: Implement AccountAttributes + tests Added a new AccountAttributes ec2 method, that implements DescribeAccountAttributes API call. Also extended ec2test package to simulate the call and added SetInitialAttributes to initialize the test server's internal attributes map. https://code.launchpad.net/~dimitern/goamz/100-discover-default-vpc/+merge/218855 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 21

Patch Set 2 : ec2: Implement AccountAttributes + tests #

Patch Set 3 : ec2: Implement AccountAttributes + tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -3 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ec2/ec2.go View 1 3 chunks +35 lines, -1 line 0 comments Download
M ec2/ec2_test.go View 1 2 chunks +32 lines, -1 line 0 comments Download
M ec2/ec2t_test.go View 1 2 chunks +24 lines, -0 lines 0 comments Download
M ec2/ec2test/server.go View 1 7 chunks +29 lines, -1 line 0 comments Download
M ec2/responses_test.go View 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 6
dimitern
Please take a look.
10 years ago (2014-05-08 17:32:19 UTC) #1
natefinch
LGTM with a little cleanup. https://codereview.appspot.com/99030044/diff/1/ec2/ec2.go File ec2/ec2.go (right): https://codereview.appspot.com/99030044/diff/1/ec2/ec2.go#newcode1017 ec2/ec2.go:1017: // See http://goo.gl/hBc28j for ...
10 years ago (2014-05-08 18:17:42 UTC) #2
niemeyer
LGTM with the type name change. https://codereview.appspot.com/99030044/diff/1/ec2/ec2.go File ec2/ec2.go (right): https://codereview.appspot.com/99030044/diff/1/ec2/ec2.go#newcode1015 ec2/ec2.go:1015: // All supported ...
10 years ago (2014-05-08 22:05:04 UTC) #3
natefinch
On 2014/05/08 22:05:04, niemeyer wrote: > We're explicitly saying what it is: it contains more ...
10 years ago (2014-05-09 14:57:19 UTC) #4
dimitern
Please take a look. https://codereview.appspot.com/99030044/diff/1/ec2/ec2.go File ec2/ec2.go (right): https://codereview.appspot.com/99030044/diff/1/ec2/ec2.go#newcode1015 ec2/ec2.go:1015: // All supported AccountAttributes options. ...
10 years ago (2014-05-09 15:02:00 UTC) #5
dimitern
10 years ago (2014-05-09 15:04:40 UTC) #6
*** Submitted:

ec2: Implement AccountAttributes + tests

Added a new AccountAttributes ec2 method, that implements
DescribeAccountAttributes API call. Also extended ec2test
package to simulate the call and added SetInitialAttributes
to initialize the test server's internal attributes map.

R=nate.finch, niemeyer
CC=
https://codereview.appspot.com/99030044
Sign in to reply to this message.

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