summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-2.20.0'2.20.0Daniel G. Taylor2013-12-1241-175/+2313
|\
| * Add release notes and version bump for 2.20.0Daniel G. Taylor2013-12-124-3/+35
| * Merge branch 'kinesis' into develop. Add support for Amazon KinesisDaniel G. Taylor2013-12-128-1/+910
| |\
| | * Update to the latest Kinesis API and modify unit tests based on team feedback.Daniel G. Taylor2013-12-122-61/+63
| | * Explicitly call time.sleep to make grepping easierDaniel G. Taylor2013-11-251-3/+3
| | * Add a license and handle timeouts if the stream never becomes active or no re...Daniel G. Taylor2013-11-251-0/+31
| | * Add support for Amazon KinesisDaniel G. Taylor2013-11-258-1/+880
| * | Merge branch 'ec2-instances' into develop. Adds support for i2 instance types...Daniel G. Taylor2013-12-122-1/+24
| |\ \
| | * | Add I2 instance types to EC2. Sync instance type lists to all be the same.Daniel G. Taylor2013-12-122-1/+24
| * | | Implement nonzero for Item to consider empty items falseyJames O'Beirne2013-12-122-0/+10
| * | | Updated DDBv2 for Global Secondary Indexes.Daniel Lindsley2013-12-121-91/+87
| * | | Merge pull request #1901 from oxtopus/cloudwatch-metrics-docstring-fixDaniel G. Taylor2013-12-121-7/+0
| |\ \ \ | | |/ / | |/| |
| | * | Removing `dimensions` from Metric.query() docstring (not applicable to functi...Austin Marshall2013-12-101-7/+0
| * | | Merge pull request #1900 from danielgtaylor/metadataDaniel G. Taylor2013-12-112-12/+32
| |\ \ \ | | |/ / | |/| |
| | * | Fix example for building metadata URLDaniel G. Taylor2013-12-111-1/+1
| | * | Make trailing slashes for metadata URLs explicit and remove the trailing slas...Daniel G. Taylor2013-12-102-11/+31
| |/ /
| * | Merge pull request #1896 from stevearc/dynamodb_scan_inDaniel G. Taylor2013-12-092-2/+11
| |\ \
| | * | Fixing the dynamo 'scan in' filterSteven Arcangeli2013-12-082-2/+11
| * | | Merge pull request #1876 from stevearc/elasticache_api_fixDaniel G. Taylor2013-12-093-5/+28
| |\ \ \ | | |/ / | |/| |
| | * | Adding a test for the required elasticache launch parametersSteven Arcangeli2013-12-082-0/+20
| | * | Updating elasticache parameters to be optionalSteven Arcangeli2013-11-271-5/+8
| * | | Merge pull request #1895 from danielgtaylor/as-boolDaniel G. Taylor2013-12-062-1/+24
| |\ \ \
| | * | | Fix honor cooldown AutoScaling parameter serialization to prevent an exceptio...Daniel G. Taylor2013-12-062-1/+24
| |/ / /
| * | | Merge pull request #1894 from danielgtaylor/dcDaniel G. Taylor2013-12-0510-1/+851
| |\ \ \
| | * | | Add support for AWS Direct ConnectDaniel G. Taylor2013-12-0510-1/+851
| |/ / /
| * | | Small fix to prevent overwriting ValueError, which is used in multiple places...Daniel G. Taylor2013-12-041-3/+3
| * | | Merge pull request #1888 from itoshkov/feature/sdb-dump-sortDaniel G. Taylor2013-12-041-3/+4
| |\ \ \
| | * | | sdbadmin: Added option for sorting SDB dumpsIvan Toshkov2013-12-031-3/+4
| * | | | Merge pull request #1887 from juanfont/developDaniel G. Taylor2013-12-043-6/+9
| |\ \ \ \
| | * | | | Changed backup_retention_period type to int (as in AWS doc). Tests updated.Juan Font2013-12-032-5/+8
| | * | | | Fixed bug when arg==0 (issue #1886)Juan Font2013-12-031-1/+1
| * | | | | Merge pull request #1862 from dkavanagh/fix-v4-host-headerDaniel G. Taylor2013-12-042-1/+41
| |\ \ \ \ \
| | * | | | | re-factored patch to make it more testable, added unit testdkavanagh2013-12-022-5/+40
| | * | | | | a more robust test for the functiondkavanagh2013-11-191-2/+2
| | * | | | | use auth_handler to specify host header value if possibledkavanagh2013-11-181-1/+6
| * | | | | | Try to use unittest2 for Python <=2.6 when testing utils - fixes an exception...Daniel G. Taylor2013-12-031-1/+5
| * | | | | | Merge pull request #1883 from henrysher/henrysher-patch-boto-utilsDaniel G. Taylor2013-12-032-32/+125
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | PEP8 IssuesHenry Huang2013-12-031-34/+48
| | * | | | | add a retry when metadata fetched with a corrupt JSON formatHenry Huang2013-11-302-8/+87
| * | | | | | Merge pull request #1881 from luisbarrueco/developDaniel G. Taylor2013-12-021-2/+2
| |\ \ \ \ \ \
| | * | | | | | documentation of launch config in Autoscaling Group was wrongLuis Barrueco2013-11-281-2/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #1880 from juanfont/developDaniel G. Taylor2013-12-024-6/+115
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Added some missing attributes to DBInstanceJuan Font2013-11-282-4/+68
| | * | | | Added new params to DBSnapshot unit testsJuan Font2013-11-281-0/+15
| | * | | | Added more DBSnapshot attributesJuan Font2013-11-271-2/+32
| * | | | | Merge pull request #1882 from alexjurkiewicz/developDaniel Lindsley2013-11-281-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | typo: AIM -> IAMAlex Jurkiewicz2013-11-291-2/+2
| |/ / / /
| * | | | Merge branch 'release-2.19.0' into develop.Daniel G. Taylor2013-11-274-3/+28
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-2.19.0'2.19.0Daniel G. Taylor2013-11-2710-48/+422
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Version bump to 2.19.0 and added release notes.Daniel G. Taylor2013-11-274-3/+28
| |/ / / /