Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of unflattened map parameters in query services. #185

Merged
merged 2 commits into from
Dec 3, 2013

Conversation

garnaat
Copy link
Member

@garnaat garnaat commented Dec 3, 2013

Part of the fix for aws/aws-cli#407.

@jamesls
Copy link
Member

jamesls commented Dec 3, 2013

Looks good, but I think it might be good to have a botocore specific unit test for this.

@garnaat
Copy link
Member Author

garnaat commented Dec 3, 2013

Yeah, that's a good idea. I'll add that.

@garnaat garnaat merged commit 9bc8c32 into boto:develop Dec 3, 2013
@garnaat garnaat deleted the fix-awscli-407 branch December 3, 2013 22:02
jamesls added a commit to aws/aws-cli that referenced this pull request Dec 6, 2013
* release-1.2.7: (21 commits)
  Bumping version to 1.2.7
  Update changelog with the latest changes
  Change mututally to mutually
  Allow the --protocol option of ec2 create-network-acl-entry command to accept tcp|udp|icmp|all in addition to the numeric protocol numbers.  The docs for the command already say it does this but the actual EC2 operation supports only integer values.
  Fix bug when filtering s3 locations
  Clean up existing filter unit tests
  Add unittest for website redirect location
  Add unit test for recursive download
  Remove extraneous log statements.
  Fix an assumption in argprocess.py that all map types will have an enum of possible keys.  Also change the import of json to come from the botocore.compat module and also set the object_pairs_hook to use OrderedDict so unit tests can be compared properly.  Dependent on boto/botocore#185. Fixes #407.
  Add tests that verify what ops were called
  Add a short circuit path for listing a specific s3 object
  Remove newline between task fail and error messages
  Add attributes to exception in errorhandler
  Remove src/dest resource existence check
  If --private-ip-address is specified with any other options that require the creation of a NetworkInterfaces structure, move the value of --private-ip-address into the NetworkInterfaces structure.  Fixes #520.
  Log CLI/botocore version in the debug logs
  Add changelog entry for issue 516
  Handle a list of strings from a dict in text output
  Remove tutorial in favor of user guide
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants