4599 Commits

Author SHA1 Message Date
Florian Motlik
07712fcf99 Merge pull request #2503 from serverless/changelog-1.0.3-fixes
Fix changelog links
2016-10-21 14:46:26 +02:00
Florian Motlik
208a850367 Fix changelog links 2016-10-21 14:36:00 +02:00
Florian Motlik
6ebd422be0 Merge pull request #2501 from serverless/bump-1.0.3
Bump to 1.0.3
v1.0.3
2016-10-21 13:25:07 +02:00
Florian Motlik
fa46c50adb Bump to 1.0.3 2016-10-21 13:14:24 +02:00
Philipp Muens
ca11318655 Merge pull request #2496 from dougmoscrop/refactor-apiGateway
refactor apiGateway index and validate
2016-10-21 11:39:01 +02:00
Doug Moscrop
ddc50e1954 refactor apiGateway index and validate 2016-10-20 19:34:23 -04:00
Nik Graf
3d027cc220 Merge pull request #2487 from serverless/fix-tests
Fix tests
2016-10-20 20:09:10 +02:00
Nik Graf
08d5dc9d38 improve documentation 2016-10-20 20:01:36 +02:00
Nik Graf
704e1b0f95 fix tests and remove debugging statements 2016-10-20 19:46:12 +02:00
Nik Graf
0e722ba879 parse datestring as UTC since AWS uses UTC internally 2016-10-20 19:45:56 +02:00
Nik Graf
fb9847e885 add debug statements 2016-10-20 18:46:12 +02:00
Nik Graf
cd6888934c make sure all tests run 2016-10-20 16:47:47 +02:00
Nik Graf
55d594e745 fix deploy list tests 2016-10-20 16:31:26 +02:00
Nik Graf
13e0f88242 improve remove bucket test 2016-10-20 16:28:19 +02:00
Nik Graf
166e291bb4 fix removeStack test 2016-10-20 16:26:59 +02:00
Nik Graf
c6c0874c5a fix monitor tests 2016-10-20 16:20:30 +02:00
Nik Graf
8aa90be144 fix provider test 2016-10-20 16:14:42 +02:00
Nik Graf
4835e6ef52 fix remove bucket tests 2016-10-20 16:08:03 +02:00
Nik Graf
af9d058910 fix tests for logs 2016-10-20 15:52:17 +02:00
Nik Graf
6b20b24a38 fix invoke tests 2016-10-20 15:19:58 +02:00
Nik Graf
03bace6d23 fix info test 2016-10-20 15:14:59 +02:00
Nik Graf
ce5148b359 fix deployFunction tests 2016-10-20 15:12:02 +02:00
Nik Graf
1be0b2d98f fix tests for uploadArtifacts 2016-10-20 15:07:43 +02:00
Nik Graf
0a77e1fa63 fix updateStack tests 2016-10-20 14:53:40 +02:00
Nik Graf
e378e30ce1 fix setBucketName tests 2016-10-20 14:46:46 +02:00
Nik Graf
7184923667 fix createStack test 2016-10-20 14:44:06 +02:00
Eslam λ Hefnawy
6e16eea5ff Merge pull request #2482 from serverless/merge-iam-after-create
merge IAM resources after create and before compiling functions and e…
2016-10-20 19:32:11 +07:00
Eslam A. Hefnawy
425d0a1729 merge iam resources after create and before compiling functions and events 2016-10-20 19:19:05 +07:00
Nik Graf
d8baa98187 fix cleanupS3Bucket tests 2016-10-20 14:07:26 +02:00
Nik Graf
fc25bb5e4a Merge pull request #2439 from serverless/listing-stacks
Listing stacks
2016-10-20 11:31:16 +02:00
Nik Graf
57b42ec9b8 improve wording 2016-10-20 11:19:05 +02:00
Maciej Winnicki
6888edec91 Merge pull request #2443 from erikerikson/invoke-command-allow-absolute-path
Allow invoke to accept absolute paths
2016-10-20 09:34:22 +02:00
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
Matt Mankins
2a6ad5ea06 [DOCS] add runtime configuration optional override PR#2425 2016-10-19 16:32:59 -04:00
Florian Motlik
c07ee17c5c Merge pull request #2470 from serverless/closes-template
User Upper Case
2016-10-19 21:07:31 +02:00
Florian Motlik
0bc02bad89 User Upper Case 2016-10-19 21:06:51 +02:00
Florian Motlik
4a7d03dca6 Merge pull request #2468 from serverless/closes-template
Close issues automatically from PR
2016-10-19 21:06:19 +02:00
Philipp Muens
9ebe5b08ad Merge pull request #2461 from serverless/fix-timezone-retrieval-bug
Fix timezone retrieval bug
2016-10-19 20:54:15 +02:00
Florian Motlik
f41f898751 Close issues automatically from PR 2016-10-19 19:37:29 +02:00
Nik Graf
fcb8d411d8 add explainatory info to docs 2016-10-19 18:44:08 +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
Austen
8cfee44ba3 Merge pull request #2452 from serverless/dx-deploy-function
add useful status messages to deploy function command
2016-10-19 08:55:40 -07:00
ac360
db86286436 add space 2016-10-19 08:48:18 -07:00
Nik Graf
18b0fae2f1 add docs 2016-10-19 17:36:48 +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
18b17c8885 Merge pull request #2436 from serverless/fix-cleaning-up-stacks
Fix cleaning up stacks
2016-10-19 16:59:37 +02:00
Nik Graf
63dbc77b03 Merge branch 'master' into fix-cleaning-up-stacks 2016-10-19 16:39:55 +02:00
Philipp Muens
afbf7a1b20 Merge pull request #2456 from serverless/add-additional-api-gateway-tests-for-lambda-proxy-integration
Add additional API Gateway tests for lambda proxy integration
2016-10-19 16:34:21 +02:00