1666 Commits

Author SHA1 Message Date
Jonathan Aguin
dad31cebb1 Feedback from eahefnawy
Using project.toObjectPopulated
2016-04-10 12:30:13 +01:00
Jonathan Nunez Aguin
29484ab876 Add support to specify tags for the Resources Cloud Formation stack 2016-04-07 10:55:16 +01:00
Egor Kislitsyn
aeb8ac5e19 Merge branch 'master' of github.com:serverless/serverless
# By Eslam A. Hefnawy
# Via Eslam A. Hefnawy
* 'master' of github.com:serverless/serverless:
  functionDeploy: clarifying prompt messages
2016-04-06 22:28:18 +07:00
Eslam A. Hefnawy
b84ed7da96 functionDeploy: clarifying prompt messages 2016-04-06 20:22:19 +07:00
Egor Kislitsyn
08952ee36a Adds node4.3 runtime 2016-04-06 17:40:56 +07:00
Austen
e2df96bc37 Merge pull request #937 from pwagener/master
Fix #490: Connection timed out after 120000ms in function deployment
2016-04-05 20:15:21 -07:00
Frank Schmid
8322e976df Issue #896 Add dereference option 2016-04-04 10:31:02 +02:00
pwagener
9750d82ed6 Look for AWS_CLIENT_TIMEOUT in the environment to set AWS.config.httpOptions.timeout 2016-04-03 09:21:54 -04:00
Eslam A. Hefnawy
5d3553a9b5 fixed reference to utility function 2016-04-03 18:27:01 +07:00
Joe Turgeon
71f76e1161 Using copy instead of move to avoid 'EEXIST: file already exists' error due to the preceding move operation. 2016-04-01 16:42:17 -05:00
Eslam λ Hefnawy
fbbd6a2c58 Merge pull request #920 from nicka/patch-1
Fix CloudWatch events target
2016-04-01 20:22:46 +07:00
Egor Kislitsyn
aad0fdf3fc removes unused dependencies 2016-04-01 10:48:49 +07:00
Egor Kislitsyn
b514ef70db Merge branch 'master' of github.com:serverless/serverless
# By Daniel Johnston (1) and Eslam A. Hefnawy (1)
# Via Eslam A. Hefnawy (1) and Eslam λ Hefnawy (1)
* 'master' of github.com:serverless/serverless:
  fixed provider init
  Fixed endpoint names.
2016-04-01 10:10:55 +07:00
Eslam A. Hefnawy
da7cdd41b6 fixed provider init 2016-04-01 10:10:22 +07:00
Daniel Johnston
577de00b7e Fixed endpoint names. 2016-03-31 09:00:38 -07:00
Egor Kislitsyn
9ae4dd6fb8 adds missing return statement 2016-03-31 21:14:14 +07:00
Egor Kislitsyn
6c2bf9a8b2 fix promises 2016-03-31 21:10:14 +07:00
Egor Kislitsyn
b089b1c4b1 Allows serverless function run to read from stdin, solves #900 2016-03-31 20:13:24 +07:00
Nick den Engelsman
d4a6be7fde Fix CloudWatch events target
Fixes `Unexpected key 'input' found in params.Targets[0]`.
2016-03-31 12:21:04 +02:00
Eslam A. Hefnawy
e38311cf87 FS Extra: Exclude function now returns false if excluding 2016-03-31 10:52:09 +07:00
Eslam A. Hefnawy
a50e9361b7 replaced wrench with fs extra 2016-03-31 03:12:35 +07:00
Egor Kislitsyn
3cd2d5c1ce fixes ProjectInstall compatibility with NPMv3, solves #904 2016-03-30 20:11:41 +07:00
Erik Erikson
cab7fcd83e initialize providers *after* the environment has been loaded. 2016-03-29 15:07:22 -07:00
Austen Collins
c61e7c3c90 EndpointBuildApiGateway: add credentials option 2016-03-28 20:35:20 -07:00
Austen Collins
49d9a13522 StageCreate: allow for numbers in stage name 2016-03-28 20:30:40 -07:00
Eslam A. Hefnawy
e5004430e5 functionCreate: notify user that function will be created in CWD 2016-03-29 01:28:47 +07:00
Eslam A. Hefnawy
5856afb100 added Plugins array to Project class. Closes #884 2016-03-28 15:38:33 +07:00
Eslam A. Hefnawy
fe3716c6d3 enhanced s3 event to not overwrite existing bucket notification config 2016-03-28 15:23:02 +07:00
Eslam A. Hefnawy
0b00ca9845 don't overwrite bucket notification config. Closes #652 2016-03-28 14:09:11 +07:00
Eslam A. Hefnawy
09fe597f50 fixed path seperator for functionCreate. Closes #839. 2016-03-28 13:03:30 +07:00
Eslam A. Hefnawy
13c7d494dc bug fix: serverless variables can now be any type other than a string. Closes #801 2016-03-28 12:30:55 +07:00
Frank Schmid
b5cca6cc73 Issue #873 Added vsriables list action to show all variables per region/stage or with option --all 2016-03-25 17:53:04 +01:00
Egor Kislitsyn
dc5011c19d fixes Runtime._processExcludePatterns() #881 2016-03-25 11:23:08 +07:00
ac360
2faf04f002 Function: use stage variable in project env variable 2016-03-24 11:32:06 -07:00
Austen
8948a53a15 Merge pull request #880 from jonathannaguin/master
New actions for managing variables from the command line
2016-03-24 08:46:32 -07:00
Egor Kislitsyn
00bb7b9d6f adds some debug logging 2016-03-24 19:19:37 +07:00
Egor Kislitsyn
15500b5ac8 improves error message 2016-03-24 19:18:58 +07:00
Egor Kislitsyn
99a8c639bd small refactor to use promises only (instead of the async lib and callbacks) for FunctionDeploys 2016-03-24 19:18:16 +07:00
Egor Kislitsyn
375ee9d764 Removes stage/region existence check from toObjectPopulated(options) 2016-03-24 19:14:50 +07:00
Jonathan Nunez Aguin
446e02b9c8 Actions moved to the correct place 2016-03-24 11:26:09 +00:00
Jonathan Nunez Aguin
0127891f72 New actions for managing variables from the command line 2016-03-24 09:03:54 +00:00
Austen
ee41e94574 Merge pull request #875 from HyperBrain/fix-wrapper-env-init-order
Issue #874 Load function handler after environment has been set
2016-03-23 19:47:18 -07:00
Erik Erikson
0dadafd325 Allow responseTemplate values to *also* be objects. Just like requestTemplates. In fact, using the same logic.
Should we also do this with response models?  Not sure how to use that one.  Future [dev] can do that!
2016-03-23 16:42:26 -07:00
Frank Schmid
67d4285def Issue #874 Load function handler after environment has been set to make the env vars available in the handler's global context (as on AWS). 2016-03-24 00:18:57 +01:00
Egor Kislitsyn
45e64a94f8 Fixes Runtime to exclude the _meta folder from the project's root only 2016-03-23 20:21:04 +07:00
Egor Kislitsyn
9dfe4fbd7e fix FunctionLogs (#857) 2016-03-23 16:47:48 +07:00
Egor Kislitsyn
50c92f7979 fix ProjectInit logging 2016-03-23 16:10:19 +07:00
Frank Schmid
ddfd16dbca Issue #866 Let wrench follow symlinks while packaging 2016-03-22 21:51:25 +01:00
ac360
2159533ba3 Tests: comment out project install 2016-03-22 09:37:35 -07:00
ac360
abccf0309b Fix v0.5 conflicts 2016-03-22 09:20:45 -07:00