summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ddbv2-batch-write-fix' into developDaniel Lindsley2013-09-121-0/+27
|\
| * Fixes #1679, #1566 - Altered DDBv2's ``batch_write`` to appropriately queue &...Daniel Lindsley2013-09-101-0/+27
* | Added ``dry_run`` to. All. The. Things.Daniel Lindsley2013-09-111-1/+50
|/
* Fixed the creation of EC2 VPC instances with public IPs.Daniel Lindsley2013-09-041-1/+46
* Merge remote-tracking branch 'egirshov/elb' into developDaniel Lindsley2013-09-031-0/+22
|\
| * support other ELB policiesEugene Girshov2013-09-021-0/+22
* | Merge branch 's3-signed-headers-case' into developDaniel Lindsley2013-09-031-0/+11
|\ \
| * | Fixed #1687 - Headers involved with signing sent with S3 keys should be case-...Daniel Lindsley2013-08-301-0/+11
| |/
* | Merge pull request #1675 from tpodowd/mpu_return_part_for_etagDaniel G. Taylor2013-09-031-0/+20
|\ \ | |/ |/|
| * Add unit test for getting the etag from the uploaded part.Thomas O'Dowd2013-08-271-0/+20
* | Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-282-2/+2
* | Added a passing test for SQS queue attributes.Daniel Lindsley2013-08-221-0/+41
* | Merge branch 'sts-assume-web-identity-fix' into developDaniel Lindsley2013-08-221-4/+6
|\ \
| * | Fixed STS' ``assume_role_with_web_identity`` method.Daniel Lindsley2013-08-151-4/+6
| |/
* | Fix typoDaniel G. Taylor2013-08-211-1/+1
* | Fix a bug where only 100 records can be added or deleted at a time by sending...Daniel G. Taylor2013-08-211-0/+10
* | Fix typo and set record limit to minimum required to reproduce the issue.Daniel G. Taylor2013-08-211-2/+2
* | PEP8 fixesDaniel G. Taylor2013-08-211-9/+8
* | test for ResourceRecordSet miscounting problemJames Legg2013-08-211-1/+38
|/
* Merge branch 'sns-mobile-push' into developDaniel Lindsley2013-08-132-2/+37
|\
| * Add mobile push APIJames Saryerwinnie2013-06-242-2/+37
* | Fixed calling ``Item.partial_save`` on a new record now correctly saves.Daniel Lindsley2013-08-081-0/+16
* | Merge branch 'ddb-set-fix' into developDaniel Lindsley2013-08-021-2/+26
|\ \
| * | Fixed the sending of empty data to DDB as well.Daniel Lindsley2013-07-311-0/+18
| * | Altering how state tracking of ``Item`` data works in DDBv2.Daniel Lindsley2013-07-291-2/+8
* | | Added a failing test for CloudSearch's Layer2.Daniel Lindsley2013-07-302-1/+76
|/ /
* | Merge remote-tracking branch 'franc-carter/dbsubnetgroup' into developDaniel Lindsley2013-07-231-0/+92
|\ \
| * \ Merge branch 'develop' of git://github.com/boto/boto into dbsubnetgroupFranc Carter2013-05-1924-116/+1206
| |\ \
| * | | add integration testFranc Carter2013-03-241-0/+92
* | | | Supports getting and setting lifecycle configuration for buckets.Zhihong Yao2013-07-161-0/+49
* | | | Added some simple tests for Route53's ``ResourceRecordSets``.Daniel Lindsley2013-07-151-0/+53
* | | | Added support for the STS's ``DecodeAuthorizationMessage``.Daniel Lindsley2013-07-151-0/+9
* | | | Change mock storage service to do case-insensitive header lookups.Jeff Terrace2013-07-151-6/+10
* | | | Added tests for the ELB listeners change.Daniel Lindsley2013-07-091-0/+21
* | | | Corrected the ELB integration tests to actually work.Daniel Lindsley2013-07-091-3/+3
| |_|/ |/| |
* | | Add tests for specific attributes queryChristopher Grebs2013-06-181-0/+3
* | | Implemented a high-level interface for selecting specific attributes and sele...Christopher Grebs2013-06-181-0/+7
* | | Pass generation query param to boto.gs.Key.open_read()Mike Schwartz2013-06-051-0/+6
* | | Added a testcase to try to demonstrate #443.Daniel Lindsley2013-05-292-0/+63
* | | Fixed a bug where a ``date`` couldn't be set as metadata on a S3 key.Daniel Lindsley2013-05-291-1/+11
* | | Fixed a bug where an instance variable was not present in the low-level Dynam...Daniel Lindsley2013-05-281-0/+36
* | | Added support for web identity federation.Daniel Lindsley2013-05-281-0/+16
* | | Added tests for the EBS Optimized change.Daniel Lindsley2013-05-241-0/+15
| |/ |/|
* | Added parallel scan support in DynamoDB v2.Daniel Lindsley2013-05-131-0/+33
* | Added a high-level interface over DynamoDB v2.Daniel Lindsley2013-05-102-5/+282
* | Initial Support API addition.Daniel Lindsley2013-04-303-0/+111
* | Added underlying DynamoDB v2 support.Daniel Lindsley2013-04-173-0/+284
* | Merge remote-tracking branch 'phobologic/sns_subscribe_idempotent' into developDaniel Lindsley2013-04-121-0/+101
|\ \
| * | Added sleeps to allow amazon time to propogateMichael Barrett2013-04-041-1/+2
| * | Initial integration tests for idempotent subscribeMichael Barrett2013-04-031-0/+100