Commit Graph

2590 Commits

Author SHA1 Message Date
Jack Danger
74cbd08816 changelog for 1.1.21 2017-10-02 15:36:31 -07:00
Jack Danger
6e889daaa8 bumping to version 1.1.21 2017-10-02 15:35:36 -07:00
Jack Danger
2d7cf12f2b Merge pull request #1231 from JackDanger/jack/remove-dicttoxml
Removing dicttoxml dependency
2017-10-02 15:35:12 -07:00
Jack Danger
95a4bd5a7b supporting python 3 2017-10-02 15:25:02 -07:00
Jack Danger
867fc3b7f7 Removing dicttoxml dependency 2017-10-02 15:10:06 -07:00
Jack Danger
fd134034fa Merge pull request #1230 from JackDanger/jack/implement-elbv2-resourceinuseerror
implement elbv2 ResourceInUseError
2017-10-02 14:45:39 -07:00
Jack Danger
068c0617da fixing last pep8 violations on elbv2 test 2017-10-02 12:38:36 -07:00
Jack Danger
f6166f841a running autopep8 against test_elbv2.py 2017-10-02 12:36:47 -07:00
Jack Danger
04542dccc0 implement elbv2 ResourceInUseError 2017-10-02 12:35:52 -07:00
Jack Danger
77cf857e65 Merge pull request #1227 from JackDanger/version-1.1.20
adding logs to release notes
2017-10-01 17:08:47 -07:00
Jack Danger
e8c868f1b7 adding logs to release notes 2017-10-01 17:06:24 -07:00
Jack Danger
8a49a433b6 Merge pull request #1226 from JackDanger/version-1.1.20
Update changelog for 1.1.20
2017-10-01 17:03:31 -07:00
Jack Danger
6abd929c49 Update changelog for 1.1.20 2017-10-01 17:02:52 -07:00
Jack Danger
f80a8da1f5 Merge pull request #1225 from JackDanger/version-1.1.20
bumping to version 1.1.20
2017-10-01 17:01:05 -07:00
Jack Danger
c5b6f5ea07 bumping to version 1.1.20 2017-10-01 17:00:48 -07:00
Jack Danger
0c07c4467a Merge pull request #1224 from JackDanger/jack/implement-attached-group-policies
Implement IAM attached group policies
2017-10-01 17:00:27 -07:00
Toshiya Kawasaki
ea26466e6d Add more files and lines when scaffolding (#1222)
* auto-generatr urls.py

* add mocks to moto/__init__.py and moto/backends.py

* add uri to urls.py

* change output of scaffold.py
2017-10-01 15:17:02 -07:00
Jack Danger
215aeded5d Merge pull request #1221 from bpandola/fix-redshift-multi-params
Fix boto/boto3 multi-param discrepancies
2017-10-01 15:16:21 -07:00
Jack Danger
353f8387a2 implementing detach_group_policy 2017-10-01 15:05:33 -07:00
Jack Danger
cdb1ebf666 pep8 fixes 2017-10-01 15:02:06 -07:00
Jack Danger
9f02a84d8d test attaching group policies 2017-10-01 15:02:00 -07:00
Jack Danger
3788e42f35 implement handlers for iam attached group policies 2017-10-01 15:01:52 -07:00
Jack Danger
37ae61871c add model methods for iam attached group policies 2017-10-01 15:01:33 -07:00
Brian Pandola
ab595279ad Fix boto/boto3 multi-param discrepancies
boto uses the param.member.N syntax, but boto3 replaces the generic
.member with a more specific identifier.

Example:
boto: ClusterSecurityGroups.member.N
boto3: ClusterSecurityGroups.ClusterSecurityGroupName.N

This commit addresses this issue for the ClusterSecurityGroups, SubnetIds,
and VpcSecurityGroupIds parameters.
2017-09-30 21:51:05 -07:00
Brian Pandola
5bb6b98f6d Implement Redshift Taggable Resources (#1217)
- Implement create_tags, describe_tags, and delete_tags endpoints
- Clusters, Parameter Groups, Security Groups, Snapshots, and Subnet Groups can all be tagged
- Test Suite updated
- Minor clean-up of restore_from_cluster_snapshot endpoint
- Miscellaneous typo fixes
2017-09-27 17:18:28 -07:00
Alexander Mohr
9008b85299 lambda + SNS enhancements (#1048)
* updates

- support lambda messages from SNS
- run lambda in docker container

* decode output

* populate timeout

* simplify

* whoops

* skeletons of cloudwatchlogs

* impl filter log streams

* fix logging

* PEP fixes

* PEP fixes

* fix reset

* fix reset

* add new endpoint

* fix region name

* add docker

* try to fix tests

* try to fix travis issue with boto

* fix escaping in urls

* fix environment variables

* fix PEP

* more pep

* switch back to precise

* another fix attempt

* fix typo

* fix lambda invoke

* fix more unittests

* work on getting this to work in new scheme

* fix py2

* fix error

* fix tests when running in server mode

* more lambda fixes

* try running with latest docker

adapted from aiodocker

* switch to docker python client

* pep fixes

* switch to docker volume

* fix unittest

* fix invoke from sns

* fix zip2tar

* add hack impl for get_function with zip

* try fix

* fix for py < 3.6

* add volume refcount

* try to fix travis

* docker test

* fix yaml

* try fix

* update endpoints

* fix

* another attempt

* try again

* fix recursive import

* refactor fix

* revert changes with better fix

* more reverts

* wait for service to come up

* add back detached mode

* sleep and add another exception type

* put this back for logging

* put back with note

* whoops :)

* docker in docker!

* fix invalid url

* hopefully last fix!

* fix lambda regions

* fix protocol

* travis!!!!

* just run lambda test for now

* use one print

* fix escaping

* another attempt

* yet another

* re-enable all tests

* fixes

* fix for py2

* revert change

* fix for py2.7

* fix output ordering

* remove this given there's a new unittest that covers it

* changes based on review

- add skeleton logs test file
- switch to docker image that matches test env
- fix mock_logs import

* add readme entry
2017-09-27 16:04:58 -07:00
Jack Danger
ca8ce8705b Merge pull request #1216 from JackDanger/version-1.1.19
bumping to version 1.1.19
2017-09-27 14:43:54 -07:00
Jack Danger
ca9db672b4 bumping to version 1.1.19 2017-09-27 14:43:39 -07:00
Jack Danger
8656f8deef Merge pull request #1215 from kevinfrommelt/fix-missing-json
Install addition package files
2017-09-27 14:43:26 -07:00
Kevin Frommelt
a8b64022bb
Install addition package files 2017-09-27 16:33:52 -05:00
Jack Danger
2cb0177036 Merge pull request #1214 from JackDanger/jack/dockerfile-with-cryptography-package
dockerfile with cryptography package
2017-09-27 14:07:32 -07:00
Jack Danger
617f4b0ad1 dockerfile with cryptography package 2017-09-27 14:07:18 -07:00
Jack Danger
5b87d73e5e Merge pull request #1213 from JackDanger/version-1.1.18
bumping to version 1.1.18
2017-09-27 14:02:07 -07:00
Jack Danger
9c5d05dd61 bumping to version 1.1.18 2017-09-27 14:01:34 -07:00
Jack Danger
3f2bfc7daa Merge pull request #1211 from kevinfrommelt/fix-missing-json
Include moto/ec2/resources/instance_types.json in package
2017-09-27 13:59:49 -07:00
Jack Danger
aa9cda4bcf Merge pull request #1212 from JackDanger/jack/store-json-in-manifest
Revert "Merge pull request #1209 from JackDanger/jack/store-as-python"
2017-09-27 13:59:42 -07:00
Jack Danger
53d8d48e88 Revert "Merge pull request #1209 from JackDanger/jack/store-as-python"
This reverts commit 2a3fdf6b64, reversing
changes made to a06145d781.
2017-09-27 13:58:56 -07:00
Jack Danger
4768c28443 bumping to version 1.1.17 2017-09-27 13:51:41 -07:00
Jack Danger
2a3fdf6b64 Merge pull request #1209 from JackDanger/jack/store-as-python
Store JSON in Python for instance types
2017-09-27 13:51:24 -07:00
Jack Danger
9a036c4fd6 Small typo in makefile 2017-09-27 13:51:00 -07:00
Jack Danger
4c1d0c3f5f Store JSON in Python for instance types
This allows it to be bundled in the distributed app more simply
2017-09-27 13:50:48 -07:00
Kevin Frommelt
ed20e6e12c
Include moto/ec2/resources/instance_types.json in package 2017-09-27 15:50:39 -05:00
Jack Danger
a06145d781 Merge pull request #1208 from JackDanger/version-1.1.16
bumping to version 1.1.16
2017-09-27 12:54:22 -07:00
Jack Danger
c09a693324 changelog 1.1.16 2017-09-27 12:54:07 -07:00
Jack Danger
12d3cc7558 bumping to version 1.1.16 2017-09-27 12:53:36 -07:00
Jack Danger
eda90032a7 Merge pull request #1205 from JackDanger/jack/push-dockerhub-image-on-release
push dockerhub image on release
2017-09-27 12:41:29 -07:00
Jack Danger
f2b2d9ea65 push dockerhub image on release 2017-09-27 12:40:08 -07:00
Jack Danger
1f349f9947 Merge pull request #1204 from JackDanger/jack/changelog-1.1.14
changelog-1.1.14
2017-09-27 12:01:16 -07:00
Jack Danger
4b5d7808a4 changelog-1.1.15 2017-09-27 12:00:46 -07:00
Jack Danger
ae110dc808 changelog-1.1.14 2017-09-27 11:59:42 -07:00