4240 Commits

Author SHA1 Message Date
Austen Collins
9c3e1d2c2b FunctionRun: show error message if project/cwd has no functions 2015-12-10 20:53:17 -08:00
Austen Collins
d9f3bdf8ad Plugins: add in support to read plugins from plugins folder 2015-12-10 20:46:24 -08:00
Austen Collins
462f78f3e4 minor cleanup 2015-12-10 16:42:28 -08:00
Austen Collins
483dea4659 EndpointDeploy: fix resource creation bug 2015-12-10 16:14:21 -08:00
Eslam A. Hefnawy
315b1f1910 ModuleCreate uses FunctionCreate as sub action 2015-12-11 02:15:22 +02:00
Eslam A. Hefnawy
04e7d230dc new stage has no default val 2015-12-11 00:19:31 +02:00
Eslam A. Hefnawy
e7cf61d7fd fix tiny region validation 2015-12-11 00:19:31 +02:00
Austen Collins
742f472596 FunctionCreate: fix, ServerlessPlugin: fix functions prompt 2015-12-10 14:12:39 -08:00
Austen Collins
97ceb6ce3c EndpointDeploy: fix extra slash that broke endpoints, FunctionCreate: fix log after creating function 2015-12-10 13:53:08 -08:00
Austen Collins
a4fe2a786c FunctionCreate: fix missing module runtime 2015-12-10 13:27:16 -08:00
Austen Collins
0e1f737a8e minor fixes 2015-12-10 13:10:44 -08:00
Eslam A. Hefnawy
d633a1179b finished prompts refactor 2015-12-10 22:52:31 +02:00
Eslam A. Hefnawy
a0b4e64773 RegionCreate: validate max number of regions per stage. 2015-12-10 22:52:31 +02:00
Austen Collins
c413ee5113 Actions: delete logging of event objects for inspection 2015-12-10 12:44:33 -08:00
Austen Collins
a3b6b252dc ProjectCreate: Fix API Key entry screen bug 2015-12-10 12:40:56 -08:00
Eslam A. Hefnawy
4786d189db more user friendly region selects 2015-12-10 18:34:40 +02:00
Eslam A. Hefnawy
3b50bff910 removed redundant prompts 2015-12-10 16:10:30 +02:00
Austen Collins
c0f974f025 ProjectCreate: remove hyphens in defaults 2015-12-09 22:10:28 -08:00
Austen Collins
2001eba818 Env Actions: minor fixes and Event logging for inspection 2015-12-09 21:53:58 -08:00
Austen Collins
d6ac232910 Actions: Huge effort to clean up EVENT properties across all actions. In this commit, all Actions log their EVENT object at the end of running so we can view and discuss further. Overall, the EVENT properties across all Actions are close to being finalized now 2015-12-09 21:50:42 -08:00
Austen Collins
28f26dec89 EndpointDeploy: Fix bugs and go through EVENT object in excruciating detail to clean out unnecessary variables and lock it so that it is now Plugin-in-safe :) 2015-12-09 21:48:56 -08:00
Austen Collins
2d9acac1ed EndpointBuildApiGateway: Fix bug that prevents deploying endpoints with duplicate resource names (users/users), remove delay to speed up API Gateway depoyment, clean code 2015-12-09 21:48:56 -08:00
Austen Collins
bee58cd598 EndpointBuildApiGateway: Fix bug that prevents deploying endpoints with duplicate resource names (users/users), remove delay to speed up API Gateway depoyment, clean code 2015-12-09 21:48:25 -08:00
Eslam A. Hefnawy
d3ede5bd36 env list is now aware of func env vars 2015-12-09 23:39:26 +02:00
Austen Collins
c7e6b0666d All: version bump 2015-12-08 22:03:25 -08:00
Austen Collins
c4fdada32f s-function.json: switch package property to be titled: custom 2015-12-08 21:33:29 -08:00
Austen Collins
db425c1f5f EndpointDeploy: Add select screen, ServerlessPlugin: Add cli convenince prompt to select endpoints 2015-12-08 21:22:40 -08:00
Austen Collins
85f8d0db21 FunctionDeploy: add function select menu in CLI and have it work anywhere in the project 2015-12-08 18:41:21 -08:00
Austen Collins
45b0e1231d ServerlessPlugin: rename cli convenience methods again and fix cliPromptSelectFunctions, FunctionRun: minor fixes, FunctionDeploy: show function select screen in CLI mode. 2015-12-08 18:15:15 -08:00
Austen Collins
660e05ba28 ServerlessPlugin: prefix CLI convenience methods w/ 'cli' 2015-12-08 17:34:42 -08:00
Austen Collins
75f6737dcb All: Change function paths to use this convention: module/function#subfunction@endpoint
FunctionRun: Write tests for specifying funciton path and function name, improve CLI support
2015-12-08 17:24:53 -08:00
Austen Collins
feb5423275 FunctionRun: add options for function name or function path to run a specific function 2015-12-08 16:32:12 -08:00
Eslam A. Hefnawy
61ddd0cfb1 fixed functionCreate test 2015-12-08 20:42:40 +02:00
Eslam A. Hefnawy
45ac2dd9ad stringify event obj 2015-12-08 20:13:53 +02:00
Eslam A. Hefnawy
d42c39a9a3 functionCreate - added function name to event.json 2015-12-08 20:09:37 +02:00
Eslam A. Hefnawy
f342ea0f43 added function name to event.json 2015-12-08 20:05:07 +02:00
Austen Collins
99e5856dbc FunctionRun & FunctionRunLambdaNodejs: Fix for new function json, show select menu when encountering multiple functions in s-function.json
ServerlessPlugin: Add selectFunctions conveninence method for use in all Plugins
2015-12-08 09:58:00 -08:00
Austen Collins
1cd738de6e fix case sensitivity 2015-12-08 09:02:27 -08:00
Norm MacLennan
3569e0cb9c Fix case-senstivity issues 2015-12-08 09:02:27 -08:00
Austen
4d11c07f10 Merge pull request #331 from Nopik/ci-support-serverless
Ci support serverless
2015-12-08 08:54:37 -08:00
Kamil Burzynski
77ead8acbd Updated for Serverless 2015-12-08 16:01:12 +01:00
Kamil Burzynski
790f0088c2 Added support for CI env variable to disable interactivity. 2015-12-08 16:00:01 +01:00
Kamil Burzynski
b50c163982 Allowing - in bucket subdomains 2015-12-08 15:10:34 +01:00
Austen Collins
2e3502de4c FunctionCreate: minor fixes, EndpointDeploy and FunctionDeploy: better status updates 2015-12-07 22:36:19 -08:00
Eslam A. Hefnawy
e30700e70a --debug option added 2015-12-07 22:36:19 -08:00
Austen Collins
d9f6db782f All: major changes, refactor s-function.json completely, support multiple lambdas w/ multiple endpoints in a single s-function.json, add tests, remove browserify/optimization code, fix module create 2015-12-07 21:28:39 -08:00
Austen Collins
551f15e269 All: start module format change 2015-12-07 13:20:43 -08:00
Austen Collins
2aa69719fd FunctionDeploy: Fix CLI support, ModuleCreate: Use 'serverless-helpers-js' and auto-nom-install on creation 2015-12-07 09:10:05 -08:00
Eslam A. Hefnawy
f8b3cd114c added helpful comments to actions 2015-12-07 13:57:41 +02:00
Eslam A. Hefnawy
7f99f2f916 moved package folder to module root 2015-12-07 13:28:34 +02:00