summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add an assertion to confirm profile_name is properly passed through.Chris2014-08-131-0/+2
| | | |
| * | | Fix for python 3.4Chris2014-08-121-3/+0
| | | |
| * | | remove extra tagChris2014-08-101-1/+0
| | | |
| * | | Add a unit test to confirm that passing a succeedsChris2014-08-101-3/+32
| | | |
| * | | Add nose tags to SQS tests.Chris2014-08-093-8/+25
| | | |
* | | | Merge pull request #2521 from danielgtaylor/header-bytesDaniel G. Taylor2014-08-221-0/+11
|\ \ \ \ | | | | | | | | | | Support auth when headers contains bytes. Fixes #2521, #2520.
| * | | | Support auth when headers contains bytesDaniel G. Taylor2014-08-131-0/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | This fixes #2520 by checking whether headers are `bytes` and decoding them before performing string operations. It adds a new test covering this functionality which now passes on all supported Python versions.
* | | | Merge pull request #2539 from felixonmars/elasticache-tidyDaniel G. Taylor2014-08-221-3/+3
|\ \ \ \ | | | | | | | | | | PEP8 style fixes for ElastiCache. Fixes #2539.
| * | | | elasticache module: tidy up to meet PEP8 betterFelix Yan2014-08-201-3/+3
| | | | |
* | | | | Merge pull request #2538 from felixonmars/ses-tidyDaniel G. Taylor2014-08-222-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | PEP8 style fixes for SES. Fixes #2538.
| * | | | ses module: tidy up to meet PEP8 betterFelix Yan2014-08-202-1/+2
| |/ / /
* | | | Merge pull request #2533 from avanash/developDaniel G. Taylor2014-08-201-0/+24
|\ \ \ \ | |/ / / |/| | | Fix the ec2.elb.listener.Listener class's __getitem__ method. Fixes #2533.
| * | | Revert. This slipped in by accident.nash e. foster2014-08-181-1/+1
| | | |
| * | | Fix Listener class's __getitem__ method to return the correct data. Add a ↵nash e. foster2014-08-182-1/+25
| |/ / | | | | | | | | | test for same.
* | | Merge pull request #2477 from opottone/developDaniel G. Taylor2014-08-191-0/+20
|\ \ \ | |/ / |/| | Add recognized HTTP headers for S3 metadata. Fixes #2477, #2050.
| * | Encode ' ' as '%20' after all.Olli Pottonen2014-08-151-3/+4
| | | | | | | | | | | | | | | Revert earlier commit; encode space as %20 in headers, and modify tests accordingly.
| * | Do not percent-encode white space character in S3 metadata.Olli Pottonen2014-08-091-2/+2
| | |
| * | Improve metadata processing (system vs. user-defined).Olli Pottonen2014-08-031-0/+19
| | | | | | | | | | | | | | | | | | | | | Let Key.base_fields (boto/s3/key.py) be a list of all system metadata. All metadata processing shall refer to that list and treat everything included as system metadata and everything else as user metadata (which gets x-amz-meta- prefix.)
* | | Use mock connections instead of real ones in testsYuval Oren2014-08-122-13/+20
| | |
* | | Fixed tests; added proxy and use_proxy attributes to cloudsearch test connectionYuval Oren2014-08-121-0/+2
| | |
* | | Merge branch 'develop' into cloudsearch2-proxyYuval Oren2014-08-121-1/+2
|\ \ \
| * \ \ Merge branch 'develop' into 2.31.1-cloudsearch2-optionsYuval Oren2014-08-10134-1259/+2447
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/unit/cloudsearch2/test_search.py
| * | | | Added unit test for options -> q.options fixYuval Oren2014-08-101-1/+2
| | | | |
* | | | | Copy proxy settings from the CloudSearch connection to the endpoint ↵Yuval Oren2014-08-104-1/+63
| |/ / / |/| | | | | | | | | | | | | | | | | | | services. This is useful when using a forward proxy in conjunction with CloudSearch's IP-based security.
* | | | Merge pull request #2463 from truveris/developDaniel G. Taylor2014-08-072-0/+28
|\ \ \ \ | | | | | | | | | | Add support for MTurk's GetFileUploadURL. Fixes #2463.
| * | | | Add unit test for MTurkConnection.get_file_upload_url().Bertrand Janin2014-08-042-0/+28
| | | | |
* | | | | Merge pull request #2505 from CashStar/eip_eni_associateDaniel G. Taylor2014-08-071-9/+59
|\ \ \ \ \ | | | | | | | | | | | | allowing address to use network_interface_id. Fixes #2505.
| * | | | | allow private IP be specified when associating with ENInevins-b2014-08-061-0/+3
| | | | | |
| * | | | | fixing testsnevins-b2014-08-061-2/+4
| | | | | |
| * | | | | allowing address to use network_interface_idnevins-b2014-08-061-9/+54
| | | | | |
* | | | | | Merge pull request #2422 from Mavus/iam-credential-reportsDaniel G. Taylor2014-08-071-0/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | IAM module: Added new methods for creating IAM credential reports. Fixes #2422.
| * | | | | | Added assertion to credential report unit tests based on responsesAlex Howard Whitaker2014-08-071-3/+11
| | | | | | |
| * | | | | | Created simple unit tests for the 2 credential report APIsAlex Howard Whitaker2014-07-171-0/+41
| | | | | | |
* | | | | | | Merge branch 'CashStar-develop' into developDaniel G. Taylor2014-08-061-0/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ELB idle timeout connection settings. Fixes #2487. Conflicts: boto/ec2/elb/attributes.py tests/unit/ec2/elb/test_attribute.py
| * | | | | | | adding tests for ELB connectionSetting attributenevins-b2014-08-011-0/+28
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2470 from felixonmars/ec2-tidyDaniel G. Taylor2014-08-0620-162/+173
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ec2 module: tidy up to meet PEP8 better. Fixes #2470.
| * | | | | | | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-3020-162/+173
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2501 from DreadPirateShawn/VPCPeeringConnectionRoutesDaniel G. Taylor2014-08-061-0/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | VPCPeeringConnection: Added support for create_route / replace_route. Fixes #2501, #2500.
| * | | | | | | VPCPeeringConnection: Added support for create_route / replace_route.Shawn Falkner-Horine2014-08-041-0/+28
| | | | | | | |
* | | | | | | | Merge pull request #2456 from danielgtaylor/emr-fixDaniel G. Taylor2014-08-041-1/+92
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix parsing of EMR step summary response. Fixes #2456.
| * | | | | | | | Add test for EMR step config, fix bugDaniel G. Taylor2014-07-291-0/+12
| | | | | | | | |
| * | | | | | | | Fix parsing of EMR step summary response.Daniel G. Taylor2014-07-281-1/+80
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMR step summaries can now contain a `<Config>` section that includes a list of arguments. The argument list contains items wrapped in `<member>` and this gets picked up by the step list parser to incorrectly create blank EMR step objects. The fix is to parse the config and arguments so that they don't bubble up to incorrectly become new step objects.
* | | | | | | | Merge pull request #2489 from danielgtaylor/glacier-hash-fixDaniel G. Taylor2014-08-042-3/+54
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Glacier file object hash calculation. Fixes #2489, #2488.
| * | | | | | | | Switch to os.urandom to generate dataDaniel G. Taylor2014-08-041-11/+5
| | | | | | | | |
| * | | | | | | | Several fixes for Python 3 behavior.Daniel G. Taylor2014-08-042-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempts to throw a useful error if a file is passed in but not opened in binary mode on Python 3. If a file-like object without a `mode` param is passed in instead, then we make every attempt to decode to bytes, falling back to UTF-8 if no encoding is specified.
| * | | | | | | | Fix Glacier fileobj hash calculation.Daniel G. Taylor2014-08-011-1/+43
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2488 by only decoding from `bytes` when necessary. This remains backward compatible with the existing Python 2 behavior while fixing the regression. Going forward, Python 3 **requires** that binary files be opened in **binary** mode.
* | | | | | | | Merge pull request #2469 from felixonmars/glacier-tidyDaniel G. Taylor2014-08-046-82/+77
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PEP8 fixes for Glacier. Fixes #2469.
| * | | | | | | | glacier module: tidy up to meet PEP8 betterFelix Yan2014-07-306-82/+77
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2496 from nicorevin/redundunt_importsDaniel G. Taylor2014-08-047-20/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove redundant __future__ imports. Fixes #2496.
| * | | | | | | | Remove redundant __future__ importsNico Revin2014-08-037-20/+6
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | See https://docs.python.org/2/reference/simple_stmts.html#future