7343 Commits

Author SHA1 Message Date
Maciej Winnicki
945e091e6d Merge pull request #2854 from surfacedstudio/features/add-named-iam-capability
Add CAPABILITY_NAMED_IAM to initial stack creation. Fix for #2826
2016-12-05 13:14:15 +01:00
Philipp Muens
2fc8aa1cae Merge pull request #2860 from serverless/update-release-checklist
Update RELEASE_CHECKLIST.md file
2016-12-05 09:55:40 +01:00
Philipp Muens
8ee98843bb Update RELEASE_CHECKLIST.md file
Add a note to use npm --prune production before shrinkwrapping.
2016-12-05 09:46:55 +01:00
Philipp Muens
67f96036b3 Merge pull request #2859 from serverless/update-shrinkwrap
update shrinkwrap with production only packages
2016-12-05 09:45:37 +01:00
Maciej Winnicki
45ec9eb3a2
update shrinkwrap with production only packages 2016-12-05 09:34:58 +01:00
horike37
3710740f16 fixed typo 2016-12-05 17:09:17 +09:00
Philipp Muens
1f2f3ad202 Update displaying of function ARNs 2016-12-05 08:25:35 +01:00
Tobias Gleissenberger
20e052001a Linting fixes 2016-12-05 10:50:49 +11:00
Tobias Gleissenberger
75e610c0bf Fixed unit test 2016-12-05 10:47:21 +11:00
Eetu Tuomala
cf2f7f1d23 add integration test for deploying with --noDeploy flag 2016-12-05 00:48:53 +02:00
Tobias Gleissenberger
b69790e766 Adding named IAM capability to initial stack creation 2016-12-05 09:15:51 +11:00
horike37
c927e341f0 fixed the docs 2016-12-04 09:22:12 +09:00
horike37
92d4a2a6da add the test conde 2016-12-03 17:45:29 +09:00
horike37
e08af13b1b Fixed issues pointed out 2016-12-03 13:08:48 +09:00
Maciej Winnicki
63787df3fb Merge pull request #2845 from serverless/fix-local-invoke-error
fix returning error from local invocation
2016-12-02 19:12:00 +01:00
Maciej Winnicki
ade468455e Merge pull request #2852 from brunobelotti/patch-1
Fix the --timestamp parameter description
2016-12-02 18:53:41 +01:00
Maciej Winnicki
b494005543
fix setting exit code 2016-12-02 18:50:46 +01:00
Bruno Belotti
189843cb96 Fix the --timestamp parameter description
It was "The stage in your service you want to display information about", probably a copy and paste gone wrong. :)
2016-12-02 17:38:53 +00:00
Maciej Winnicki
4ff35d7423 Merge pull request #2851 from serverless/changelog-update
update CHANGELOG.md
2016-12-02 18:38:28 +01:00
Maciej Winnicki
e581f03c15
update CHANGELOG.md 2016-12-02 17:58:17 +01:00
Eslam λ Hefnawy
5ab3a62245 Merge pull request #2850 from serverless/1.3-version-bump
1.3 version bump
v1.3.0
2016-12-02 22:29:26 +07:00
Philipp Muens
f7f15bb27c Remove metrics fetching from info plugin 2016-12-02 15:16:02 +01:00
Eslam A. Hefnawy
1ca5a3244a 1.3 shrinkwrap 2016-12-02 20:42:26 +07:00
Eslam A. Hefnawy
f4ddd0a4a8 bump version to 1.3.0 2016-12-02 20:39:47 +07:00
Philipp Muens
ebd42867e5 Fix test descriptions 2016-12-02 13:34:50 +01:00
Philipp Muens
8d4ce41b63 Add dot at the end of average abbreviation 2016-12-02 13:34:50 +01:00
Philipp Muens
06a103e182 Add documentation 2016-12-02 13:34:50 +01:00
Philipp Muens
3410b75194 Refactor info plugin and add tests 2016-12-02 13:34:50 +01:00
Philipp Muens
e06364be60 Remove x after invocations and throttles messages 2016-12-02 13:33:18 +01:00
Philipp Muens
12161f2921 Add metric retrieval (invocations, throttles, errors and duration) and their displaying 2016-12-02 13:33:18 +01:00
Philipp Muens
d376c6981d Refactor codebase to make it easier to understand 2016-12-02 13:33:18 +01:00
Nik Graf
23f3f59d35 Merge pull request #2847 from serverless/hide-config
remove the lifecycle event from config to hide it in the command list
2016-12-02 11:04:22 +01:00
Nik Graf
5ddd8d77e4 remove the lifecycle event from config to hide it in the command list 2016-12-02 10:54:16 +01:00
Nik Graf
b708f66f4e Merge pull request #2819 from serverless/add-metrics-plugin
Add metrics plugin
2016-12-02 10:28:00 +01:00
Maciej Winnicki
ca5b9e119e
fix returning error from local invocation 2016-12-02 10:14:42 +01:00
Philipp Muens
031841ec17 Updates according to PR review 2016-12-02 07:06:22 +01:00
Doug Moscrop
e4395875c1 add Support for resources as an array 2016-12-01 19:31:36 -05:00
Nik Graf
a949cd95c4 Merge pull request #2160 from serverless/init-command
Config credentials command
2016-12-01 17:26:22 +01:00
Nik Graf
29cdbd6de1 fix missing lifecycle updates 2016-12-01 16:44:12 +01:00
Nik Graf
9fc5dc8276 update lifecycle event 2016-12-01 16:31:39 +01:00
Philipp Muens
5ffd70ee3b Fix comment 2016-12-01 14:35:50 +01:00
Philipp Muens
5e4ad45594 Fix date parsing bug 2016-12-01 13:34:24 +01:00
Philipp Muens
0baf2ebc8c Update documentation to use the new „config credentials“ commands 2016-12-01 11:50:58 +01:00
Philipp Muens
f36c119556 Change plugin structure from „setup“ to „config credentials“ 2016-12-01 11:43:30 +01:00
Philipp Muens
eaef9e6ce6 Add link to CLI command in main docs README.md file 2016-12-01 10:48:35 +01:00
Philipp Muens
f6b7dd734f Add documentation 2016-12-01 10:48:35 +01:00
Philipp Muens
1bfa6a9ed4 Add tests for setupAws() method 2016-12-01 10:48:35 +01:00
Philipp Muens
114f54e0ad Minor refactorings 2016-12-01 10:48:35 +01:00
Philipp Muens
ce82aaeb51 Add tests for constructor of AwsSetup 2016-12-01 10:48:35 +01:00
Philipp Muens
3377108d94 Add validation and test coverage for setup plugin 2016-12-01 10:48:35 +01:00