Commit Graph

2884 Commits

Author SHA1 Message Date
Steve Pulec
ddba69982e
Merge pull request #1451 from captainkerk/redshift-add-cross-region-snapshots
Redshift: Add Cross Region Snapshot Functionality
2018-03-06 22:10:29 -05:00
Steve Pulec
6826b82cfb
Merge pull request #1455 from grahamlyons/snapshot-search-bug
Snapshot search bug
2018-03-06 22:06:33 -05:00
Steve Pulec
89d223b0df
Merge pull request #1457 from raymondhardynike/master
fixes apigateway timestamp to match aws
2018-03-06 22:00:00 -05:00
Steve Pulec
326698f3fa
Merge pull request #1460 from okomestudio/s3-region-from-url
Support both virtual-hosted and path-style URLs for region name parsing
2018-03-06 21:57:57 -05:00
Steve Pulec
2134600e29
Merge pull request #1459 from okomestudio/fix-404-response-on-s3-head
Fix the S3 HEAD response body
2018-03-06 21:56:50 -05:00
Steve Pulec
39de04c18c
Merge pull request #1501 from dgolombek/wip/create_listener_bug
ELBv2.create_listener links TargetGroup to LB
2018-03-06 21:49:03 -05:00
Steve Pulec
31eac49e15 Lock down version of aws-xray-sdk
See https://travis-ci.org/spulec/moto/jobs/350056229
2018-03-06 17:49:02 -05:00
Steve Pulec
2a4f306bef
Merge pull request #1482 from lleontop/fix_lambda_backend
Change lambda backend to support docker-py dependency changes
2018-03-06 17:33:36 -05:00
Dave Golombek
9a8b36debc ELBv2.create_listener links TargetGroup to LB
In order to search target_groups by LB, we need this link in place.

Resolves #1500
2018-03-06 16:57:56 -05:00
Steve Pulec
63be8a6c38 Fix test coverage report. 2018-03-06 08:06:12 -05:00
Loukas Leontopoulos
3d7f584f64 Change lambda backend to support docker changes 2018-02-19 17:28:35 +02:00
Jack Danger
553d074241
Merge pull request #1463 from spulec/feature/add-default-spot-price-to-fleet-request
Make SpotPrice optional when requesting a spot fleet
2018-02-02 14:47:02 +09:00
Hugo Lopes Tavares
5f61950096 Make SpotPrice optional when requesting a spot fleet
When price is omitted, AWS will default to the on-demand price
2018-02-01 18:07:35 -05:00
Jack Danger
c4e895c864
Merge pull request #1462 from JackDanger/jack/fixing-version-number
fixing version number
2018-01-31 18:06:33 -08:00
Jack Danger
d090a8188c fixing version number
Fixes #1481
2018-02-01 11:05:31 +09:00
Taro Sato
5e70d0ce4c Support both virtual-hosted-style and path-style URLs for region name parsing 2018-01-30 16:10:43 -08:00
Taro Sato
c7bcbadc6e Fix the S3 HEAD response body 2018-01-30 13:48:04 -08:00
rhard7
363f734e2b fixes apigateway timestamp to match aws 2018-01-29 12:37:23 -08:00
grahamlyons
f3debf8f6f Test and fix bug for snapshot searching
The logic which contructed a list of values for parameters with
multiple values was flawed in that e.g. `Subnet.1` and `Subnet.10`
would be have their values counted against `Subnet.1` because they
share a prefix.

This now checks for a starting `.` before counting that name as
having the requested prefix.
2018-01-29 14:30:21 +00:00
captainkerk
7130dd5239 rework to follow spec for encrypted/unencrypted clusters 2018-01-28 04:16:21 +00:00
captainkerk
ed06658271 address spacing issues 2018-01-28 04:16:21 +00:00
captainkerk
92798b9a9f improve error handling 2018-01-28 04:16:21 +00:00
captainkerk
d8b124fbf4 added: enable/disable/modify redshift snapshot copy methods 2018-01-28 04:16:21 +00:00
Jack Danger
4520cd930f
Merge pull request #1378 from william-richard/start-running-ami-tests
Make test_amis not executable, so nose runs it
2018-01-24 18:28:40 -08:00
Jack Danger
3e27990613
Merge pull request #1446 from koxudaxi/fix_get_templates_test
Remove unneeded comments and fix test code on cloudformationstack tests
2018-01-24 11:32:07 -08:00
Koudai Aono
0eb02613a0 fix get_template tests to support OrderedDict 2018-01-25 02:37:51 +09:00
Koudai Aono
9ef271fafa Remove unneeded comments 2018-01-25 01:34:27 +09:00
Jack Danger
df79f08c2d
Merge pull request #1432 from dbfr3qs/master
add tags when creating ebs volume
2018-01-23 13:35:21 -08:00
Jack Danger
ae9d7251ed
Merge pull request #1441 from JackDanger/jack/fixing-makefile
fixing makefile
2018-01-20 19:35:25 -08:00
Jack Danger
402aa35459 fixing makefile 2018-01-20 19:35:02 -08:00
dbfr3qs
7d0733ad10 hack tests now that boto get_templates returns ordered dicts 2018-01-18 19:40:24 +13:00
dbfr3qs
597676c59c add tags when creating ebs volume 2018-01-15 21:52:32 +13:00
William Richard
09c5407b86
Fix tests that were introduced in PR #1398 2018-01-11 15:02:03 -05:00
William Richard
e0d4728c5d
Fix ami tests
- missing and malformed image ids
- test_ami_filters

- test_ami_copy tests

- test_ami_create_and_delete test

- test_ami_filter_wildcard test

- the rest of the tests by using the non-deprecated mock_ec2
2018-01-11 15:02:01 -05:00
William Richard
00a4249b74
Make test_amis not executable, so nose runs it
In trying to debug changes to the ami mock introduced in 1.1.25,
I noticed that the ami tests were not running.  Turns out that nose does not
run test files that are executable.

http://nose.readthedocs.io/en/latest/finding_tests.html

The ami test file was the only test file I could find that had the executable bit set.
2018-01-11 15:00:38 -05:00
Jack Danger
272b4802c3
Merge pull request #1412 from JackDanger/version-1.2.0
releasing version 1.2.0
2018-01-10 20:57:58 -05:00
Jack Danger
738dc083c8 updating CHANGELOG 2018-01-10 15:32:16 -08:00
Jack Danger
021303a2af simplifying committing of changed versioned files 2018-01-10 15:29:22 -08:00
Jack Danger
58c37c6fdf using bumpversion package for scripts/bumpversion 2018-01-10 15:29:22 -08:00
Jack Danger
24fee6726a bumping version to 1.2.0 2018-01-10 15:29:22 -08:00
Jack Danger
85e0e2d2c0 not committing version to setup.cfg 2018-01-10 15:29:22 -08:00
Jack Danger
38711b398c bringing old version number into line 2018-01-10 15:29:22 -08:00
Jack Danger
c348fd2501 Adding .bumpversion.cfg 2018-01-10 15:29:22 -08:00
Jack Danger
fbaca6a130 Updating CHANGELOG for 1.2.0 2018-01-10 15:29:22 -08:00
Jack Danger
681726b826 Including the in-source version number 2018-01-10 15:29:22 -08:00
Brian Pandola
350cf9257e Add update_access_key endpoint (#1423) 2018-01-10 18:29:08 -05:00
Nuwan Goonasekera
56ce26a728 Added support for filtering AMIs by self (#1398)
* Added support for filtering AMIs by self

Closes: https://github.com/spulec/moto/issues/1396

* Adjusted regex to also match signature v4 and fixed py3 compatibility
2018-01-04 10:01:17 +00:00
Toshiya Kawasaki
71af9317f2 Add group features to iot (#1402)
* Add thing group features

* thing thing-group relation

* clean up comments
2018-01-04 09:59:37 +00:00
Mike Grima
770281aef2 Added put_bucket_logging support (#1401)
- Also added put acl for XML
- Put logging will also verify that the destination bucket exists in the same region with the proper ACLs attached.
2018-01-02 20:47:57 -08:00
Mike Bjerkness
b855fee2e4 Add batch_get_image support for ECR (#1406)
* Add batch_get_image for ECR

* Add tests for batch_get_image

* Add tests for batch_get_image

* Undo local commits

* Undo local commits

* Adding object representation for batch_get_image

* Update responses. Add a couple more tests.
2017-12-30 18:39:23 -08:00