7316 Commits

Author SHA1 Message Date
Vinod S R
dcb38868a6 Added the correct usage of the naming lib using the this.provider 2017-07-27 23:10:08 +05:30
Vinod S R
36d3543466 Merge branch 'master' of github.com:vinodsr/serverless 2017-07-27 23:06:21 +05:30
Vinod S R
3e4d62acfe Use naming.getStackName method instead of hardcoding. 2017-07-27 23:04:24 +05:30
Vinod S R
3249027c6a Use naming.getStackName method instead of hardcoding. 2017-07-27 22:54:35 +05:30
Philipp Muens
1acb4c5e44 Add catch-all for readFile code / test hardening 2017-07-26 12:59:31 +02:00
Philipp Muens
1540b4ed2d Add CLI output about dev dependency exclusion 2017-07-26 12:27:26 +02:00
Philipp Muens
2802281e6d Remove unnecessary mapSeries usage / add note about mapSeries usage 2017-07-26 12:17:26 +02:00
Philipp Muens
b9de80b5aa Rename variables / add important note about _.difference 2017-07-26 12:15:05 +02:00
Philipp Muens
a54330aa0c Switch to mapSeries to ensure sequential execution / order of mapping 2017-07-26 10:53:18 +02:00
Philipp Muens
d73fff689c Refactor usage of temporary dependency files 2017-07-26 10:51:35 +02:00
Philipp Muens
d2e1ef8188 Merge pull request #3996 from autopilothq/preserve-context-when-executing-exported-function-from-.js-file
preserve context when executing exported function from .js file
2017-07-26 10:15:57 +02:00
indieisaconcept
71f1aa09cb preserve context when executing exported function from .js file
The change ensures that when a .js file exported function is executed,
the original execution context is supplied in order to maintain "this".
2017-07-26 11:21:09 +10:00
Philipp Muens
5fac149886 Merge pull request #3982 from mgarmeson/patch-1
Update intro.md
2017-07-24 13:36:50 +02:00
Matthew Garmeson
f27d767158 Update intro.md
Grammatical change - 'different than' to 'different from'. Just my personal opinion.
2017-07-24 11:15:42 +01:00
mpuittinen
5325d3a0b9 Fix #3979. CLI option aws-profile overrides AWS_PROFILE env var 2017-07-24 10:42:48 +03:00
mpuittinen
4e96ea77c4 Fix #3979. CLI option aws-profile overrides AWS_PROFILE env var 2017-07-24 10:30:30 +03:00
David Govea
b095a286b5 Remove destructuring :( breaking builds on node 4-5 2017-07-23 02:28:59 -07:00
David Govea
e3582b6855 ESLint errors 2017-07-23 02:23:59 -07:00
David Govea
56852b74ba Adjust data returned from "npm ls" stubs in dev & prod modes.
All tests passing
2017-07-23 01:56:58 -07:00
David Govea
42c8c59bde double stub call counts for new code path 2017-07-23 01:56:26 -07:00
David Govea
4104c91839 Enable dependency diffing, & remove it.only() from failing test (now passing) 2017-07-23 01:55:21 -07:00
David Govea
3e4986c53b Refactor zipService to assemble both dev and prod dependencies, and add failing test 2017-07-23 01:35:36 -07:00
Sebastien Goasguen
dc46b89664 Add Python and Node.js templates for Kubeless provider 2017-07-23 09:31:39 +02:00
Philipp Muens
6e6f0d56b7 Merge pull request #3973 from horike37/update-sls-yml-doc
Add some available properties to the doc
2017-07-22 11:04:21 +02:00
Philipp Muens
1f4d8b56cf Fix typo 2017-07-22 11:03:50 +02:00
horike37
d55e0bbd48 add some parts 2017-07-22 14:24:43 +09:00
Philipp Muens
50ce6cb333 Merge pull request #3971 from serverless/fix-function-retrieval
Fix function retrieval for "deploy list functions" command
2017-07-21 16:47:17 +02:00
Philipp Muens
26051ad798 Fix function retrieval for "deploy list functions" command 2017-07-21 16:35:43 +02:00
Philipp Muens
0d953c203e Merge pull request #3962 from a-h/patch-1
Update AWS documentation to include an example of what an event contains
2017-07-21 11:21:38 +02:00
Philipp Muens
e07f48f80b Merge pull request #3960 from RafalWilinski/master
Load Serverless plugins only once
2017-07-21 11:16:23 +02:00
Philipp Muens
4057b53c84 Re-arrange docs 2017-07-21 11:15:05 +02:00
Philipp Muens
9c856dc7b6 Minor code refactorings 2017-07-21 11:09:05 +02:00
Philipp Muens
99a12414e1 Merge pull request #3959 from RafalWilinski/3956-catch-unknown-plugin
Wrap addPlugin in try/catch statement when loading plugins
2017-07-21 10:58:44 +02:00
Philipp Muens
d04889b4aa Minor refactorings 2017-07-21 10:41:30 +02:00
Adrian Hesketh
1c504a052e Update apigateway.md
Added example for `lambda` integration.
2017-07-20 19:08:01 +01:00
Eoin Shanaghy
d72131e954 Update npm ls tests after conflict, use 1 space 2017-07-20 12:35:05 +01:00
Eoin Shanaghy
4f7ffd0954 Merge branch 'master' into master 2017-07-20 12:24:40 +01:00
Eslam λ Hefnawy
260b3c722b Merge pull request #3963 from serverless/releasing-1.18
releasing 1.18
v1.18.0
2017-07-20 17:30:34 +07:00
Eslam A. Hefnawy
32f4535369 releasing 1.18 2017-07-20 17:06:23 +07:00
Eslam λ Hefnawy
a3a1d09ba3 Merge pull request #3904 from serverless/travis-keys
Add auto deployment through travis
2017-07-20 17:05:54 +07:00
Adrian Hesketh
1cebac90c8 Include example of what an event contains 2017-07-20 10:46:23 +01:00
Rafal Wilinski
32bf998406 Prepend messages with correct prefixes 2017-07-20 11:26:20 +02:00
Rafal Wilinski
787341d5bf Conditionally throw error or log a warning 2017-07-20 10:47:42 +02:00
Rafal Wilinski
675233ffc0 Change log to throwing an Error 2017-07-20 10:08:55 +02:00
Rafal Wilinski
550f9d9d97 Replace Array.includes with _.includes 2017-07-20 07:30:17 +02:00
Rafal Wilinski
f0a67b94e4 Add duplicate plugins test 2017-07-20 07:13:40 +02:00
Rafal Wilinski
007c5c9607 Add duplicate check in PluginManager.addPlugin function 2017-07-20 07:13:28 +02:00
Rafal Wilinski
c1812721aa Add PluginManager.loadPlugins test 2017-07-20 06:16:16 +02:00
Rafal Wilinski
157e8b88dc Wrap this.addPlugin function into try/catch statement and log a warning 2017-07-20 06:16:01 +02:00
Jim Forsyth
45b7c3178a services.deploy-info.md
Be sure to 'cd' into the relevant service directory before running the 'deploy' command, otherwise you'll likely see the following error message: "Avoid the following error: "This command can only be run inside a service directory".
2017-07-19 19:06:27 +01:00