Nik Graf
e7cff83841
new login wip
2017-09-05 16:18:25 +02:00
Nik Graf
4bcecd7aa4
implement pinging for the cli login
2017-09-05 14:45:18 +02:00
Philipp Muens
bc6b0f61a1
Hardening create tests
2017-09-05 10:51:30 +02:00
Philipp Muens
8c08e4d42d
Add tests
2017-09-05 09:36:59 +02:00
Rafal Wilinski
7e8a9d06c5
Merge branch 'master' of https://github.com/serverless/serverless
2017-09-04 17:00:10 +02:00
Eslam λ Hefnawy
b4c3513b2d
Merge pull request #4062 from lorengordon/ssm-vars
...
Supports SSM Parameters as serverless variable references
2017-09-04 21:38:41 +07:00
Philipp Muens
01efc5d0a1
Fix failing test to work on Windows
2017-09-04 11:51:56 +02:00
Philipp Muens
1121a8d36a
Update test for remainingTimes to be less strict about the time
2017-09-04 10:33:37 +02:00
Philipp Muens
907c16da21
Fix failing Utils class tests
2017-09-04 10:27:41 +02:00
Philipp Muens
466e88673c
Fix Serverless class tests
2017-09-04 10:21:15 +02:00
Philipp Muens
bcf3a31ff5
Fix invokeLocal tests
2017-09-04 09:59:08 +02:00
Philipp Muens
a93358c15d
Fix file-writing tests
2017-09-04 09:43:48 +02:00
Philipp Muens
a05bc333e3
Fix Utils class tests
2017-09-04 09:42:39 +02:00
Philipp Muens
6ee4cd4df8
Fix Service class tests
2017-09-04 09:18:41 +02:00
Loren Gordon
5a7d14af09
Adds overwrite syntax support to SSM variable syntax
...
Check for the expected error message in the case the SSM parameter
does not exist and return `undefined`. Any other (unexpected) error
message still throws an exception.
2017-09-01 15:10:00 -04:00
Loren Gordon
ba14eb9ab2
Adds tests for SSM variable functionality
2017-09-01 12:54:04 -04:00
Loren Gordon
a266d4f224
Supports ssm: variable references
...
Adds support for specifying SSM parameters as serverless variables.
Basic syntax is `${ssm:<foo>}`. To support decryption of SecureString
parameters, the extended syntax is `${ssm:<foo>~true|false}`. The `~`
is a delimiter; `true|false` is evaluated and passed to the
`WithDecryption` option of the SSM API.
2017-09-01 12:54:04 -04:00
Rafal Wilinski
41f51c5dbe
Merge branch 'master' of https://github.com/serverless/serverless
2017-09-01 16:57:08 +02:00
Mariusz Nowak
ce1f619976
Merge branch 'master' into fix-tests
2017-09-01 12:13:04 +02: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
Rafal Wilinski
0753811a41
Fix getFileContent encoding
2017-08-31 23:11:28 +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
Eslam λ Hefnawy
184f99ff2e
Merge pull request #4160 from patrickheeney/custom-cli
...
Allow custom CLI class instances
2017-08-28 20:40:14 +07: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
patrickheeney
eeb32aacde
Allow custom CLI class instances
2017-08-27 02:09:44 -07:00
Philipp Muens
490f517d12
Fix failing AWS provider test
2017-08-26 12:41:25 +02:00
davidwells
d4364b7c46
update link
2017-08-25 15:20:08 -07: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
Mariusz Nowak
d6b29ab338
Fix promises handling in AwsInvokeLocal tests
2017-08-25 11:27:07 +02: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
Mariusz Nowak
dbb4974782
Merge branch 'master' into fix-tests
2017-08-24 13:05:53 +02: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
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
Mariusz Nowak
5dce256f00
Ensure errorneous calls are properly exposed
2017-08-22 15:11:33 +02:00