682 Commits

Author SHA1 Message Date
Philipp Muens
81617dc46a Merge pull request #2425 from mankins/master
add ability for functions to override runtime to have multi-language …
2016-10-20 07:41:15 +02:00
Nik Graf
5dcde541b5 changed the term stacks to deployments 2016-10-19 18:40:31 +02:00
Nik Graf
a7d42e470c moved listing stacks into a separate plugin 2016-10-19 18:28:24 +02:00
Nik Graf
aadb551178 fix listing stacks after merging master into the branch 2016-10-19 17:29:49 +02:00
Nik Graf
f6df813b6a Merge branch 'master' into listing-stacks 2016-10-19 17:02:39 +02:00
Nik Graf
63dbc77b03 Merge branch 'master' into fix-cleaning-up-stacks 2016-10-19 16:39:55 +02:00
Eslam A. Hefnawy
f0804d244f resolved conflicts with master 2016-10-19 16:50:41 +07:00
Eslam A. Hefnawy
24e66400e8 fixed the mergeIamTemplates test name 2016-10-19 16:50:41 +07:00
Eslam A. Hefnawy
6beb3a802c update unit tests for overwrite bug fix 2016-10-19 16:50:41 +07:00
Eslam A. Hefnawy
402cc2c376 fixed overwrite resources bug 2016-10-19 16:50:41 +07:00
Nik Graf
360bfb814a Merge branch 'master' into ellipsis 2016-10-19 10:35:34 +02:00
Philipp Muens
c273abec68 Move AwsProvider plugin into aws directory 2016-10-19 08:32:06 +02:00
Philipp Muens
c7b7472a48 Update provider properties in plugins 2016-10-19 08:32:06 +02:00
Philipp Muens
df7692ac80 Introduce AwsProvider plugin 2016-10-19 08:32:06 +02:00
Nik Graf
9611150416 replace ... with ellipsis character in lib 2016-10-19 06:31:55 +02:00
Matt Mankins
c874cc86df [TEST] add tests for function override runtime PR#2425 2016-10-18 15:01:24 -04:00
Nik Graf
a2d771de3d rename s3ObjectsFromStacks to getS3ObjectsFromStacks 2016-10-18 17:53:00 +02:00
Nik Graf
48bf43053c fix test suite 2016-10-18 16:08:34 +02:00
Nik Graf
f22723a7e3 improve wording 2016-10-18 15:51:13 +02:00
Nik Graf
3b3fddd39a add findAndGroupStacks util 2016-10-18 15:40:24 +02:00
Nik Graf
e8fd6ff943 show hint in case no stacks are found and add tests 2016-10-18 15:37:59 +02:00
Nik Graf
921ee16369 add listing deployed stacks 2016-10-18 15:37:43 +02:00
Nik Graf
b2a9bb427e fix linting 2016-10-18 13:48:00 +02:00
Nik Graf
9c4f04f862 always return an array for cleanupS3Bucket and fix test suite 2016-10-18 13:38:17 +02:00
Nik Graf
987b4f4969 add tests to all 2016-10-18 13:31:52 +02:00
Nik Graf
ecf3a45cd1 fix cleaning up s3 buckets 2016-10-18 13:31:27 +02:00
Nik Graf
3f3a265554 add util function to create s3Objects out of stacks 2016-10-18 13:30:41 +02:00
Nik Graf
78043dc9d3 add util function to find and group stacks 2016-10-18 13:30:05 +02:00
Matt Mankins
c03e2a87dd add ability for functions to override runtime to have multi-language services 2016-10-17 18:46:12 -04:00
Erik Erikson
8dbbb596fe Merge branch 'master' into add-per-function-custom-roles
# Conflicts:
#	docs/02-providers/aws/02-iam.md
2016-10-17 10:43:07 -07:00
Florian Motlik
f517b389f4 Merge pull request #2014 from mallzee/custom-codes-support
Custom status codes support
2016-10-14 12:25:41 +02:00
Andrew McClenaghan
da2a5ef914 Fix test ordering 2016-10-13 17:14:24 +10:00
Andrew McClenaghan
55ccc03bfa Clean up S3 bucket after a successful deploy instead of before to allow stacks to rollback successfully after multiple fails 2016-10-13 17:14:24 +10:00
WooDzu
2a9ae98325 default stack tags should be extended instead of replaced 2016-10-13 08:41:32 +02:00
WooDzu
c47ce0827a fix linting errors 2016-10-13 07:44:13 +02:00
WooDzu
73074ed8f6 Implement custom Stack Tags and Policy #1956 2016-10-13 07:39:57 +02:00
Philipp Muens
a7a04eb6f6 Closes #2292 - Remove outdated README.md files 2016-10-11 20:21:27 -07:00
Jamie Sutherland
3f96c0d770 refactor(methods): Request parameters 2016-10-11 13:48:24 +01:00
Jamie Sutherland
d3c5d37230 feat(methods): Add multiple response templates per content type 2016-10-11 13:05:12 +01:00
Jamie Sutherland
27bbbb912b fix(methods): Add default 200 code if one is not supplied 2016-10-11 13:05:12 +01:00
Jamie Sutherland
5c0050d1a0 fix(methods): CORS preflight retains origin and headers per path
closes #2024 #1960
2016-10-11 13:05:12 +01:00
Jamie Sutherland
87a0bd3b7e feat(methods): Add custom codes support 2016-10-11 13:05:12 +01:00
Philipp Muens
26b1ac9578 Merge pull request #2056 from svdgraaf/feature/method-parameters
Add parameters to http event
2016-10-10 11:06:04 -07:00
Sander van de Graaf
b1b5fae554
make eslint happy 2016-10-10 14:51:40 +02:00
Sander van de Graaf
52c92d8e3c
fixed test for request parameters 2016-10-10 10:18:21 +02:00
Eslam λ Hefnawy
2699cd8cbf Merge pull request #2271 from marcuswhybrow/patch-3
Correctly Escape Form URL Encoded Values
2016-10-10 14:43:43 +07:00
Sander van de Graaf
4ac6c330fb
fixed rebase with master 2016-10-10 09:28:38 +02:00
Erik Erikson
77ab041b24 Use options for Stage & Region 2016-10-07 16:19:28 -07:00
Philipp Muens
25b5d2af91 Update stream docs to be more explicit 2016-10-07 08:56:49 -07:00
Philipp Muens
af8688dfb2 Fix typo (batchSize) in docs 2016-10-07 08:43:39 -07:00