9086 Commits

Author SHA1 Message Date
Daniel Schep
49abc61d55 releasing v1.33.0 2018-11-14 14:13:53 -05:00
Daniel Schep
8c044602b7
Merge pull request #5481 from serverless/sls-5480
Create an HttpsProxyAgent for plugin list if necessary
2018-11-14 09:42:26 -05:00
Daniel Schep
f5c225f05f Create an HttpsProxyAgent for plugin list if necessary
Closes #5480
2018-11-14 07:53:22 -05:00
Daniel Schep
4cf2db57f9
Merge pull request #5298 from shanehandley/2116-consistent-errors-missing-config
2116 consistent errors missing config
2018-11-13 08:18:04 -05:00
Philipp Muens
f2857b92c0
Merge pull request #5473 from serverless/update-google-cloud-functions-template
Update plugin version of google-nodejs template
2018-11-13 06:54:20 +01:00
Daniel Schep
cee2bddd1d
Merge pull request #5445 from byteSamurai/fix-go-mod-bash-notification
insert line break to suppress warning
2018-11-12 11:47:22 -05:00
Daniel Schep
4a8727a012
Merge pull request #5477 from rcmorano/patch-3
Fix wrong example function name.
2018-11-12 09:31:52 -05:00
Daniel Schep
9b26522f59
Merge pull request #5471 from jkburges/patch-1
Removed errant apostrophe
2018-11-12 09:10:18 -05:00
Daniel Schep
ddb13df3dd
Fix kubeless input & output
This reflects the actual behavior of `_.capitalize`.
Namely, that it doesn't do anything useful on objects.
2018-11-12 09:08:26 -05:00
Roberto C. Morano
8f09cc823c
Fix wrong example function name.
Changed references to "hello" function -which does not exist in the proposed [kubeless-nodejs](https://github.com/serverless/serverless/blob/master/lib/plugins/create/templates/kubeless-nodejs/serverless.yml) template- to function "capitalize" and updated example.
2018-11-12 11:14:43 +01:00
Philipp Muens
aa939b1a25
Update plugin version of google-nodejs template 2018-11-08 15:14:57 +01:00
jkburges
8a0fd1b8b6
Removed errant apostrophe
Sorry to be that guy but the little details do count in documentation :-)
2018-11-07 15:09:18 +11:00
Alfred Feldmeyer
5b4c5c7e91 insert line break to suppress warning 2018-11-05 18:54:15 +01:00
Daniel Schep
ee308b2fc8
Merge pull request #5409 from serverless/bucket-name-uppercase-info
Wrong error when S3 bucket name starts with an upper-case character
2018-11-02 15:50:11 -04:00
Rafal Wilinski
4cb7cccb38 Fix code formatting 2018-11-02 15:21:09 -04:00
Rafal Wilinski
e1c712ba15 Move uppercase bucket name error statement 2018-11-02 15:21:09 -04:00
Daniel Schep
8c42d16349
Merge pull request #5440 from serverless/fix-integration-test
Fix integration test
2018-11-02 14:35:34 -04:00
Daniel Schep
6f1e6ab8c0 Fix integration test
rollback was using a unix timestamp, but  expects
an ISO8601 timestamp it seems
2018-11-02 10:45:42 -04:00
Daniel Schep
4578245d54
Merge pull request #5210 from serverless/pythonxy
Use pythonX instead of pythonX.Y in invoke local(take 3)
2018-11-02 07:27:12 -04:00
Daniel Schep
c7d6072233
Merge pull request #5355 from cloudreach/5354-fix
update python invokeLocal to detect tty
2018-11-01 20:59:10 -04:00
Daniel Schep
f27cc898f4
Merge pull request #5433 from devinschulz/patch-1
Fix typo in Google workflow
2018-11-01 20:56:20 -04:00
Daniel Schep
7325929be9
Merge pull request #5425 from abumalick/patch-1
Updating services.md > Invoking Serverless locally
2018-11-01 19:38:21 -04:00
Daniel Schep
ccfe5cbda6
Merge pull request #5432 from kennu/master
Assume role and MFA support for Serverless CLI
2018-11-01 19:31:15 -04:00
Kenneth Falck
828e4ae212 Remove automatic AWS_SDK_LOAD_CONFIG=true for backwards compatibility in tests 2018-11-01 13:09:09 +02:00
Nick Gottlieb
641ec4ccaa
Merge pull request #5435 from pdaryani/doc-build-error-fix
Fix build error caused by new docs PR
2018-10-31 16:15:46 -07:00
Pravin
bf66cfbf5b added frontmatter in openwhisk rubyHelloWorld doc 2018-10-31 20:05:51 +01:00
Pravin
08e0f1abb1 corrected gitignore filename by prepending it with a . 2018-10-31 19:57:42 +01:00
Daniel Schep
a75b5640c8 Store cachedCredential in AwsProvider instance instead of a global
and fix lint error
2018-10-31 14:38:15 -04:00
Takahiro Horike
a4105e24ba
Merge pull request #5427 from jthomas/master
Adding Ruby support for OpenWhisk provider plugin.
2018-11-01 03:02:17 +09:00
Devin Schulz
f488ef21cf
Fix typo in Google workflow 2018-10-30 21:40:39 -04:00
Kenneth Falck
c064edef19 Support role_arn, source_profile and mfa_serial in ~/.aws/config
This sets the AWS_SDK_LOAD_CONFIG environment variable which allows
AWS SDK to read ~/.aws/config, and implements the tokenCodeFn
callback which asks the user to enter a MFA code. Credentials are
also cached to avoid creating the object multiple times, which
makes MFA work properly when multiple requests are made.

With these changes Serverless Framework should be compatible with
AWS CLI, so that these instructions for assuming a role work
out-of-the-box:
https://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html
2018-10-30 21:18:25 +02:00
James Thomas
97b9c5f89d Adding Ruby support for OpenWhisk provider plugin. 2018-10-29 14:46:12 +00:00
Takahiro Horike
e0405b6dc6
Merge pull request #5419 from ConzorKingKong/master
Update Cloudflare Workers documentation
2018-10-29 13:56:08 +09:00
Brian Neisler
801a9640d7
Merge pull request #5405 from softprops/gh-issue-templates
break single general issue template into two specialized templates
2018-10-28 11:00:22 -07:00
abumalick
089fc33a4a
Updating services.md > Invoking Serverless locally
Here is an easier way to invoke a local serverless installation.

- executables have symlinks in `node_modules/.bin` folder
- npx is an easier way to invoke these local executables: (ref: https://blog.scottlogic.com/2018/04/05/npx-the-npm-package-runner.html)

Thanks for serverless framework 👍
2018-10-27 10:54:23 +02:00
Connor Peshek
3ec435ce92 Add information on installing cloudflare workers plugin. 2018-10-25 20:22:20 -07:00
Connor Peshek
feb80b99e7 Add Cloudflare to providers. 2018-10-25 20:21:44 -07:00
Connor Peshek
9b25b5a235 Add Cloudflare to sidebar. 2018-10-25 20:20:39 -07:00
Travis Webb
e98100de91 Merge branch '5354-fix' of github.com:cloudreach/serverless into 5354-fix 2018-10-22 14:31:26 -07:00
Travis Webb
56ebcc4c4e Merge branch 'master' of github.com:cloudreach/serverless into 5354-fix 2018-10-22 14:30:20 -07:00
Travis Webb
0cc2425e98 remove extraneous log statement 2018-10-22 14:29:50 -07:00
Takahiro Horike
52e2693e6f
Merge pull request #5408 from tekamoment/patch-1
Improve language in alexa-skill documentation
2018-10-21 15:47:39 +09:00
Takahiro Horike
2d22c40195
Merge pull request #5395 from aki-webii/fix/support-apig-api-key-source-type
APIG ApiKeySourceType support.
2018-10-21 15:46:43 +09:00
Carlos Arcenas
2a1ba50ad9
Improve language in alexa-skill documentation 2018-10-20 23:51:48 +07:00
softprops
43e112fad7 break single general issue template into two specialized templates 2018-10-19 15:43:59 -04:00
aki-webii
95627905e2 Revise AWS serverless.yml guide. 2018-10-17 22:20:33 +09:00
Takahiro Horike
97ffa9b1cc
Merge pull request #5399 from JaderCM/revert-5384-patch-1
Revert "Update cognito-user-pool.md"
2018-10-17 09:53:10 +09:00
Jáder Carvalho de Medeiros
570749f820
Revert "Update cognito-user-pool.md" 2018-10-16 12:53:39 +01:00
Takahiro Horike
33b7784bad
Merge pull request #5364 from juanjoDiaz/function_individually_overrides_service_artifact
Let function package.individually config override service artifact
2018-10-15 12:58:54 +09:00
aki-webii
8524ea5a74 Return Promise.reject(async) object insted of the simple error(sync) when the validation error is occurred. 2018-10-15 10:57:21 +09:00