Dan W Anderson
8959643e56
return redrivepolicy attribute as string
2018-01-23 18:33:23 -08:00
Dan W Anderson
89bad39313
add redrivepolicy attribute to sqs
2018-01-23 18:33:23 -08: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
52f0d0a4e4
importing sure in tests that require it
2018-01-20 19:44:22 -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
Ciprian Radulescu
cf12624cfb
Merge branch 'urldecode_fix' of https://github.com/OwnZones/moto into urldecode_fix
2018-01-14 20:03:03 +02:00
Ciprian Radulescu
2beb004006
updated changelog for pull request
2018-01-14 20:02:49 +02:00
ciprianaradulescu
c431a3a774
Merge branch 'master' into urldecode_fix
2018-01-14 19:58:48 +02:00
Ciprian Radulescu
055bc0f5d7
updated changelog
2018-01-14 19:57:45 +02:00
George Ionita
baba13c9bb
Merge pull request #1 from spulec/master
...
updating with upstream changes
2018-01-14 19:08:16 +02:00
Ciprian Radulescu
ef9b229acc
url decode x-amz-copy-source as per s3 nodejs documentation
2018-01-14 18:49:47 +02:00
Toshiya Kawasaki
4f445a3db5
Handle describe-streams error when log events does not exist.
2018-01-14 15:20:20 +09:00
Toshiya Kawasaki
056a4e4672
Fix iot exception definition
2018-01-14 14:39:24 +09:00
Toshiya Kawasaki
663283a8f0
add logs exceptions
2018-01-14 14:35:53 +09: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
Waldemar Hummer
da4a6fe616
implement Fn::GetAZs function in CloudFormation
2018-01-10 22:44:16 -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
Pieter Jordaan
a8cd5fb7fd
Change name of 'state' attribute of 'FakeAlarm' CloudWatch model to 'state_value'. This ensures that the 'StateValue' returned by 'describe_alarms' is correct.
...
The 'DESCRIBE_ALARMS_TEMPLATE' response template references a 'state_value' attribute on the 'FakeAlarm' model which does not exist; it is named 'state'.
This commit updates the attribute to be called 'state_value', in-line with the naming convention used elsewhere.
2018-01-08 13:18:50 +01: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
Boris Gvozdev
633decc6c0
SNS: do not duplicate subscriptions
2018-01-02 11:30:39 +11: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
captainkerk
cd96de4903
ResourceContentionError is indeed a 500
2017-12-29 03:32:25 +00:00
captainkerk
144611ff99
define setup_networking_deprecated() method to create supporting
...
resources for tests that use deprecated methods
2017-12-29 03:00:53 +00:00
Jack Danger
84f2ec5e04
Merge pull request #1416 from goraxe/describe_regions_with_names
...
describe_regions: handle region-names parameter
2017-12-28 14:47:39 -08:00
Gordon Irving
4d9833b972
add test for descrie_regions with args
2017-12-28 21:02:58 +00:00
Jack Danger
948a7ac06f
Merge pull request #1417 from goraxe/cloudformation_vpc_add_tags
...
Cloudformation vpc add tags
2017-12-28 12:03:17 -08:00
Gordon Irving
e9b81bb325
add test for vpc tags
2017-12-28 19:27:53 +00:00
Gordon Irving
5fed6988da
describe_regions: handle region-names parameter
2017-12-28 19:06:38 +00:00
Gordon Irving
6da22f9fa4
fix adding tags to vpc created by cloudformation
2017-12-28 19:04:37 +00:00
Jack Danger
e85bbe2ebc
Merge pull request #1415 from whummer/fix/404-on-missing-action
...
Return 404 error on missing action
2017-12-28 00:55:29 -08:00
Waldemar Hummer
24f83e91f2
return 404 error on missing action
2017-12-27 22:58:24 -05:00
captainkerk
fe1293ee5b
remove unnecessary empty line
2017-12-27 20:31:57 +00:00
captainkerk
f7d8e3beb1
flake8 fix
2017-12-27 20:22:26 +00:00