3073 Commits

Author SHA1 Message Date
Joe Stanton
b5284df55f
Reject promise and handle exit code in the wrapper 2016-12-14 10:11:51 +01:00
Joe Stanton
fb1b4ef14a
Correct exit code for failed function invocation 2016-12-14 10:09:04 +01:00
Maciej Winnicki
007be3d53f Merge pull request #2922 from serverless/add-service-wide-metrics-support
Add service wide metrics support
2016-12-13 14:33:46 +01:00
Philipp Muens
443865f1c4 Remove utils file and move helper functions into class file 2016-12-13 14:22:57 +01:00
Philipp Muens
a8540b319f Refactor functions into reusable util functions 2016-12-13 13:19:45 +01:00
Eslam A. Hefnawy
08009c2945 handling strings 2016-12-13 18:08:05 +07:00
Eslam A. Hefnawy
142946e295 fixed bug where you can now invoke without any input data 2016-12-13 17:52:03 +07:00
Philipp Muens
5e9116d9cb Add service wide metrics support 2016-12-13 08:24:25 +01:00
Philipp Muens
ed1a6748af Merge branch 'master' into issue-2832 2016-12-12 07:09:16 +01:00
Eetu Tuomala
0ff67612b5 fix aws metrics plugin lint issues 2016-12-11 09:52:18 +02:00
horike37
fdb5407b5e Add CloudWatchEvent rule name and description fields 2016-12-10 13:29:18 +09:00
Maciej Winnicki
e5eec0fc0a Merge pull request #2816 from horike37/issue-2721
Add support for directories in url of install command
2016-12-09 11:48:04 +01:00
Philipp Muens
ac92c2eacf Fix tests and add some minor fixes 2016-12-09 09:21:40 +01:00
Philipp Muens
818c82410d Merge pull request #2814 from PetrKohut/fixed-event-source-mapping-with-custom-role
fix bug in event source mapping with custom IAM role
2016-12-09 08:53:25 +01:00
Philipp Muens
5e623709e9 Merge pull request #2809 from paulofla/slstatsfix
Slstatsfix
2016-12-09 08:37:57 +01:00
horike37
c3a7a3320c fixed the flow of processing 2016-12-09 10:21:52 +09:00
Eslam λ Hefnawy
3ab58d4643 Merge pull request #2891 from johncmckim/issue-2890
Temporarily remove provider.variableSyntax during variable population
2016-12-08 21:31:08 +07:00
Maciej Winnicki
dc1ba7dcd7 Merge pull request #2863 from jimmyp/csharp_dotnetcore_template
created a dotnet core csharp template
2016-12-08 13:51:57 +01:00
Philipp Muens
b6683d9440 Merge pull request #2842 from dougmoscrop/array_resources
add Support for resources as an array
2016-12-08 13:28:51 +01:00
Maciej Winnicki
ab6d5c4a75 Merge pull request #2894 from serverless/add-stdin
add support for stdin in invoke command
2016-12-08 11:39:28 +01:00
Maciej Winnicki
b78f7ac254
remove duplicated tests 2016-12-08 11:23:18 +01:00
Maciej Winnicki
5a978afa92
add support for stdin in invoke command 2016-12-08 10:48:53 +01:00
Philipp Muens
197e9898d9 Fix credentials setup bug 2016-12-08 10:19:45 +01:00
John McKim
adea45e978 Temporarily remove provider.variableSyntax during variable population 2016-12-08 17:42:07 +10:00
Philipp Muens
cb9f8187e1 Merge pull request #2808 from evilantnie/master
adding replaceAll to turn any escaped single quotes back to regular s…
2016-12-08 08:33:49 +01:00
Philipp Muens
e611e4b8ed Fix linting error 2016-12-08 08:29:49 +01:00
Anthony Mendonca
fd4c6e9ebb Missing escapes for backslashes required in VTL template 2016-12-07 15:57:51 -08:00
Maciej Winnicki
f58f133569 Merge pull request #2865 from serverless/invoke-local-env-var
added default lambda env vars to local invoke
2016-12-07 16:54:12 +01:00
Eslam A. Hefnawy
a4be376aa0 updates invoke local test 2016-12-07 18:52:05 +07:00
Maciej Winnicki
570d23d966 Merge pull request #2799 from dougmoscrop/fix_proxy_parameters
remove request and response config when using proxy integration
2016-12-07 11:19:47 +01:00
Philipp Muens
6ddc7052a3 Merge pull request #2794 from serverless/add-metrics-to-info-plugin
Refactor info plugin codebase
2016-12-07 11:17:33 +01:00
Philipp Muens
1f2fd1b438 Update warning message 2016-12-07 11:05:08 +01:00
Nik Graf
1b5f25a31d consitent code style in display 2016-12-07 11:03:36 +01:00
Maciej Winnicki
0657f48c81 Merge pull request #2881 from serverless/add-detection-of-jenkins
Add detection of Jenkins
2016-12-07 11:00:30 +01:00
Eslam A. Hefnawy
343439f157 removed double default region setting 2016-12-07 16:55:19 +07:00
Nik Graf
5ddadedbe4 fix tests 2016-12-07 10:53:31 +01:00
Nik Graf
bcecad303c Merge branch 'master' into add-metrics-to-info-plugin 2016-12-07 10:47:59 +01:00
Nik Graf
1395eaa92a reverted change in formating as some people parse it 2016-12-07 10:47:53 +01:00
Eslam A. Hefnawy
9bcde02ce6 lowercase MemorySize in invoke local 2016-12-07 16:44:24 +07:00
Eslam A. Hefnawy
f8dc2481ca added default lambda env vars to local invoke 2016-12-07 16:44:24 +07:00
Philipp Muens
6743df480c Merge pull request #2866 from jthomas/master
rename provider identifier from 'ibm' to 'openwhisk'.
2016-12-07 09:10:07 +01:00
Philipp Muens
6bf53ab773 Add detection of Jenkins 2016-12-07 08:17:18 +01:00
Petr Kohut
486df0c075 simplified the IAM role check + added tests 2016-12-06 16:40:12 +01:00
Jim Pelletier
7f46bbfa88 add unit test for create csharp 2016-12-06 20:38:14 +11:00
Jim Pelletier
c58ccd5b8b fix naming, changed from aws-dotnet-csharp to aws-csharp 2016-12-06 20:37:58 +11:00
Jim Pelletier
c9d2fafbbc add a dotnet core csharp template 2016-12-06 20:37:30 +11:00
davidwells
5c480d1d05 change to userAgent 2016-12-05 22:59:53 -08:00
davidwells
28c4135b70 fix lint ⊂◉‿◉つ 2016-12-05 20:30:31 -08:00
davidwells
e46a23662b add agent for serverless context 2016-12-05 20:18:48 -08:00
James Thomas
da3356b1e2 Rename provider name from 'ibm' to 'openwhisk'. 2016-12-05 15:46:10 +00:00