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

Add 2015-04-15 version of EC2 resource #129

Merged
merged 5 commits into from
Jun 11, 2015

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Jun 9, 2015

This fixes #123.

The issue was that due to a bug in botocore (which is addressed in boto/botocore#554), we were pulling in the latest API version in botocore. However, in boto3's doc generator, when it looked for the corresponding resource model associated with the API version, it didn't find it so we'd skip the EC2 resource documentation. This PR adds that missing API version.

cc @kyleknap @mtdowling

@jamesls
Copy link
Member Author

jamesls commented Jun 9, 2015

Not ready for review, I need to address a few failing tests first. I'll update when this is ready.

Verifies we generate docs for all resources.
If we update a botocore API version without bumping the
corresponding resource API version in boto3, we'll now get
a functional test failure.  Helps to prevent issues like boto#123
from happening again.
@jamesls jamesls added the bug This issue is a confirmed bug. label Jun 10, 2015
@jamesls
Copy link
Member Author

jamesls commented Jun 10, 2015

Tests fixed, ready to be looked at.

@kyleknap
Copy link
Member

Looks good. 🚢

@jamesls jamesls merged commit 104f073 into boto:develop Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Where would I look for doco about resource/collection specific methods/actions?
2 participants