Commit Graph

978 Commits

Author SHA1 Message Date
Jeffrey Gelens
f5c4ac0b44 Merge branch 'master' of https://github.com/silveregg/moto into 0.4.1-threadsafe
* 'master' of https://github.com/silveregg/moto: (22 commits)
  filtering the items is needed because of defaultdict is not threadsafe and returns an empty dict which results in an exception here
  add tests for list_endpoints_by_platform_application
  add mock for list_endpoints_by_platform_application method
  [S3]Only add multipart part_id to partlist if it is not already in there. Closes #324.
  Fix etag for reduced min part size.
  Add test_multipart_duplicate_upload
  Fix reduced_min_part_size so that tests run
  Fix authors
  Add @mikegrima to authors
  Fixed how parameters are passed in following clarification on GitHub comments.
  Added in test for the boto IAM method: list_instance_profiles_for_role()
  Change SecurityGroupBackend.{authorize,revoke}_security_group_ingress() methods to receive group name or id, never both
  Add support to AWS::EC2::SecurityGroupIngress creation
  Add @aaltepet to authors.
  Add publish command.
  Add support to tag filtering to Security Groups
  slight change in formatting
  fix test for ec2 instance type filter
  Update minimum support boto version.
  support 'instance_type' filter
  ...
2015-05-29 11:34:23 +02:00
Michael
5da5c571a9 filtering the items is needed because of defaultdict is not threadsafe and returns an empty dict which results in an exception here 2015-05-20 09:36:40 +02:00
Jeffrey Gelens
c2f2c16892 Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
Steve Pulec
0ca3b7f69d Merge pull request #327 from jairhenrique/sns
Add SNS method
2015-03-06 14:35:14 -05:00
Jair Henrique
bdb0f1e315 add tests for list_endpoints_by_platform_application 2015-03-06 14:35:17 -03:00
Jair Henrique
e23edaa47f add mock for list_endpoints_by_platform_application method 2015-03-06 14:10:47 -03:00
Steve Pulec
07dd6e554e [S3]Only add multipart part_id to partlist if it is not already in there. Closes #324. 2015-03-05 19:32:02 -05:00
Steve Pulec
bf32bdc042 Merge pull request #326 from jraby/patch-2
Add test_multipart_duplicate_upload
2015-03-05 19:30:40 -05:00
Steve Pulec
3ac97318e1 Fix etag for reduced min part size. 2015-03-05 19:05:06 -05:00
Steve Pulec
815b220779 Merge pull request #325 from jraby/patch-1
Fix reduced_min_part_size so that tests run
2015-03-05 19:04:37 -05:00
jraby
4a14d8d3b3 Add test_multipart_duplicate_upload
Test to make sure we do not duplicate data when uploading the same part twice
2015-02-27 18:48:51 -05:00
jraby
5ba8421242 Fix reduced_min_part_size so that tests run 2015-02-27 18:42:37 -05:00
Steve Pulec
c4793fc1f9 Fix authors 2015-02-27 15:33:03 -05:00
Steve Pulec
a9167ac20d Add @mikegrima to authors 2015-02-27 15:32:48 -05:00
Steve Pulec
2cd633e27d Merge pull request #323 from mikegrima/mgrima-add-boto-test-list_instance_profiles_for_role
Added in test for the boto IAM method: list_instance_profiles_for_role()
2015-02-27 15:32:16 -05:00
Mike Grima
70315fd67c Fixed how parameters are passed in following clarification on GitHub comments. 2015-02-27 12:22:31 -08:00
Mike Grima
3a357c0fe3 Added in test for the boto IAM method: list_instance_profiles_for_role() 2015-02-26 21:28:15 -08:00
Steve Pulec
7761740462 Merge pull request #314 from jetlag11235/update_min_boto_ver
Update minimum support boto version.
2015-02-25 23:04:22 -05:00
Steve Pulec
c3f6a3a4fb Merge pull request #321 from spulec/security-groups-by-name-or-id
Change SecurityGroupBackend.{authorize,revoke}_security_group_ingress() methods to receive group name or id, never both
2015-02-25 18:49:57 -05:00
Hugo Lopes Tavares
4beda26007 Change SecurityGroupBackend.{authorize,revoke}_security_group_ingress() methods to receive group name or id, never both 2015-02-25 18:11:00 -05:00
Steve Pulec
a2338fce86 Merge pull request #319 from spulec/cloudformation-ec2-SecurityGroupIngress
Add support to AWS::EC2::SecurityGroupIngress creation
2015-02-25 14:05:22 -05:00
Hugo Lopes Tavares
dc351dfc9e Add support to AWS::EC2::SecurityGroupIngress creation 2015-02-25 12:20:25 -05:00
Steve Pulec
c0e80de4d3 Merge pull request #317 from spulec/ec2-security-group-tag-filtering
Add support to tag filtering to Security Groups
2015-02-24 18:00:51 -05:00
Steve Pulec
0c929f8dbf Add @aaltepet to authors. 2015-02-24 18:00:28 -05:00
Steve Pulec
dc0a6bb17e Add publish command. 2015-02-24 18:00:28 -05:00
Steve Pulec
580d78a168 Merge pull request #316 from aaltepet/master
Support tag-key, tag-value and instance_type filters (second try)
2015-02-24 17:59:23 -05:00
Hugo Lopes Tavares
20d8318997 Add support to tag filtering to Security Groups 2015-02-24 17:56:26 -05:00
Andy Altepeter
b987914c72 slight change in formatting 2015-02-24 07:43:43 -06:00
Andy Altepeter
b66ee09abe fix test for ec2 instance type filter 2015-02-24 07:39:50 -06:00
Jeff Legge
e736482bec Update minimum support boto version.
boto 2.20.0 introduces kinesis.  alternatively, this requirement could be
relaxed by using conditional imports.
2015-02-23 16:02:20 -08:00
Andy Altepeter
e17c7bbd7a support 'instance_type' filter 2015-02-23 11:03:59 -06:00
Andy Altepeter
d2d82333f9 support tag-value instance filter 2015-02-23 10:52:47 -06:00
Andy Altepeter
53ec30e3ba support 'tag-key' instance type 2015-02-23 10:45:16 -06:00
Steve Pulec
8095f31772 0.4.1 2015-02-22 10:57:28 -05:00
Steve Pulec
cc604ff6c8 Merge pull request #311 from jlynn/master
Fix handling of bucket versioning for moto_server
2015-02-22 10:29:13 -05:00
John Lynn
0496d4669e Fix bucket versioning when running under moto_server 2015-02-22 22:22:41 +07:00
John Lynn
19d12d3bc3 Add failing test for bucket versioning 2015-02-22 22:22:32 +07:00
Steve Pulec
01c47b671e Merge pull request #310 from kouk/bucket_path_combo
allow running mock_s3 and mock_s3bucket_path one after the other
2015-02-20 16:26:24 -05:00
Konstantinos Koukopoulos
f46c2508c0 allow running mock_s3 and mock_s3bucket_path one after the other 2015-02-20 21:50:49 +02:00
Konstantinos Koukopoulos
86cba4e82c create a new connection after exiting context manager in test_decorator_calls 2015-02-20 21:39:26 +02:00
Konstantinos Koukopoulos
04b86fe362 add missing decorator to cloudformation test 2015-02-20 17:28:49 +02:00
Konstantinos Koukopoulos
a9d118622a install dev requirements for tox 2015-02-18 16:01:15 +02:00
Steve Pulec
747563e4ff Cleanup tag escape testing. 2015-02-17 22:18:40 -05:00
Steve Pulec
f7bd9f9f68 Merge pull request #307 from dbrandenburg/master
Escaping tags individually for building the describe_tags template
2015-02-17 22:17:07 -05:00
Steve Pulec
43cc48a80c Merge pull request #309 from spulec/add-cloudformation-vpc-peering-connection
Add support to create AWS::EC2::VPCPeeringConnection through the CloudFormation interface
2015-02-17 16:40:31 -05:00
Hugo Lopes Tavares
8d25aa2529 Add support to create AWS::EC2::VPCPeeringConnection through the CloudFormation interface 2015-02-17 14:40:48 -05:00
Dennis Brandenburg
3bd1a62fe3 Escaping tags individually for building the describe_tags template to support get_all_tags 2015-02-17 10:23:15 +01:00
Steve Pulec
a53312ee68 Merge pull request #305 from mfulleratlassian/adding_rds2_support
Adding rds2 support
2015-02-16 15:19:29 -05:00
Mike Fuller
95e48336d9 Merge remote-tracking branch 'upstream/master' into adding_rds2_support 2015-02-17 07:04:33 +11:00
mfulleratlassian
9d0932bc23 Merge pull request #3 from behanceops/more-rds2-support
fix: put db name in quotes, if present.
2015-02-17 07:03:20 +11:00