2013 Commits

Author SHA1 Message Date
horike37
27fb1c4703 update tests for turning into async call 2017-09-04 05:47:50 +09:00
horike37
c3c15c692b [WIP]update tests for turning into async call 2017-09-03 15:59:07 +09:00
horike37
20ee0c3767 minor tweak 2017-09-02 22:47:23 +09:00
horike37
f99a3e8d2b update async call 2017-09-02 22:33:47 +09:00
horike37
994d1e6282 fix test 2017-09-02 11:37:13 +09:00
horike37
76a3a79abc Revert "add document for commands aliases"
This reverts commit ab5dea7153304d130928ec2f8deed2e678cb681d.
2017-09-02 11:13:11 +09:00
horike37
d06880ede4 Revert "add commands aliases"
This reverts commit d67f94a999d194e29fb5154180074e93dd3a1a67.
2017-09-02 11:12:31 +09:00
horike37
c5d9ac9795 Merge branch 'master' into add-plugin-command 2017-09-02 10:45:11 +09:00
Philipp Muens
b529ff1e36 Merge pull request #4186 from dschep/fix-python-invoke-local-context-regressions
Fix Python invokeLocal regressions due to context changes
2017-09-01 11:17:17 +02:00
Philipp Muens
2e0f90939a Merge pull request #4120 from tobyhede/4094-allow-onError-to-be-more-good
Allow use of Ref and Fn::ImportValue in OnError
2017-09-01 09:52:43 +02:00
Philipp Muens
4fc34a5517 Minor code changes 2017-09-01 09:35:49 +02:00
Daniel Schep
8265b4984d Fix Python invokeLocal regressions due to context changes
The changes in 1.21 allowing custom context introduced bugs in the
Python invoke local implementation:

* If no custom context is set it would error out because the handler
would never be called
* AWS Lambda context objects in python aren't dictionaries, they're
Python objects
2017-08-31 14:44:05 -04:00
Mislav Cimperšak
9ed93109a1 making python templates pep8 compliant 2017-08-30 14:36:59 +02:00
horike37
34d474fb96 add the check if the specific plugin already installed or not 2017-08-29 23:53:35 +09:00
horike37
398aff28f6 Fixed tests with updates to promise chains 2017-08-29 11:36:51 +09:00
horike37
488a778775 update to use promise chains in install and uninstall process 2017-08-29 09:28:56 +09:00
Philipp Muens
d7b07e0c42 Fix indentation for spotinst templates 2017-08-28 13:30:16 +02:00
Philipp Muens
57e7cea2a9 Merge pull request #4127 from guyklainer/master
Add support in Spotinst Functions
2017-08-28 13:26:11 +02:00
Philipp Muens
b268d1004c Add tests for template creation 2017-08-28 13:14:36 +02:00
Philipp Muens
2c4ff05834 Merge branch 'master' into spotinst-functions 2017-08-28 13:09:51 +02:00
Philipp Muens
2f6f4f2ea5 Merge pull request #4153 from jthomas/master
PHP support with OpenWhisk provider plugin
2017-08-28 13:07:03 +02:00
horike37
17422e2f51 Add uninstallPeerDependencies function 2017-08-27 19:52:38 +09:00
horike37
79f19a6269 Merge branch 'master' into add-plugin-command 2017-08-26 21:49:57 +09:00
Philipp Muens
490f517d12 Fix failing AWS provider test 2017-08-26 12:41:25 +02:00
horike37
d5f2d02a0b add installPeerDependencies function 2017-08-26 18:52:22 +09:00
davidwells
d4364b7c46 update link 2017-08-25 15:20:08 -07:00
horike37
ab5dea7153 add document for commands aliases 2017-08-26 02:50:59 +09:00
James Thomas
a287c99559 Adding PHP runtime support for OpenWhisk provider.
Updated documentation to demonstrate PHP support in OpenWhisk.
Added new PHP template to create plugin.
2017-08-25 16:29:28 +01:00
horike37
d67f94a999 add commands aliases 2017-08-25 21:12:55 +09:00
horike37
388f0e502a fix conflict 2017-08-25 07:05:46 +09:00
guyklainer
eb0c02fceb remove account from serverless.yml
add 'spotinst' to validProviders array in plugins/config/config.js
2017-08-24 18:17:11 +03:00
horike37
9eec713f1d add test for serverless.json 2017-08-24 23:54:42 +09:00
Philipp Muens
0399497e9b Merge pull request #4145 from medikoo/graceful-fs-packaging
Rely on graceful-fs for concurrent file operations (lambda packaging)
2017-08-24 10:57:23 +02:00
Philipp Muens
380a6c119f Merge pull request #4132 from medikoo/fix-delete-failed-discovery
Fix end of failed deletion discovery in AWS stack monitor
2017-08-24 10:33:57 +02:00
Philipp Muens
dec2e14566 Fix tests 2017-08-24 10:13:53 +02:00
horike37
80cccd01e8 apply this functionality to serverless.json 2017-08-24 09:11:49 +09:00
Mariusz Nowak
b4bf2da765 Use graceful-fs for concurrent file operations 2017-08-23 17:39:15 +02:00
Mariusz Nowak
32dbed3984 Cleanup unnecessary promisification 2017-08-23 17:36:52 +02:00
Mariusz Nowak
14d5102b7b Improve error messages
They literally addressed deployment case, while operation may be about stack deletion
2017-08-23 17:21:29 +02:00
guyklainer
553302ce12 - change runtime to be on the function level
- put environment & account properties under spotinst namespace
2017-08-23 18:01:07 +03:00
guyklainer
c19d1eec94 Add memory and timeout properties to serverless.yml files 2017-08-23 16:44:12 +03:00
Philipp Muens
21dd400608 Merge pull request #3980 from mpuittinen/master
Fix aws-profile cli option to override env & config
2017-08-23 12:30:50 +02:00
Eslam λ Hefnawy
ed3c7c3718 Merge pull request #3924 from medikoo/improve-packaging-extensibility
Improve configurability and performance of package plugin
2017-08-23 16:46:31 +07:00
guyklainer
11e7251342 add dependencies to package.json in each template 2017-08-22 17:49:50 +03:00
Eslam λ Hefnawy
df5764dd4b Merge pull request #4126 from RafalWilinski/add-context
Add --context and --contextPath to `invoke local` cmd
2017-08-22 20:02:30 +07:00
Philipp Muens
dab9c5473a Minor cleanup after merging PRs for config credentials on AWS 2017-08-22 13:59:28 +02:00
Mariusz Nowak
732a410167 Add tests related to DELETE_FAILED outcome 2017-08-22 13:04:19 +02:00
Philipp Muens
c0b88badf0 Merge pull request #4134 from RafalWilinski/reverse-function-sorting
Reverse version sorting for "sls deploy list functions"
2017-08-22 11:04:48 +02:00
Jacob Massey
a8167c1e9d Set read/write owner permissions when .aws/credentials file is saved 2017-08-21 23:22:35 -04:00
Rafał Wiliński
d309c89301 Fix eslint issues 2017-08-21 23:27:16 +02:00