7343 Commits

Author SHA1 Message Date
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
e9de63a92b version bump v0.0.8 2015-12-10 13:53:29 -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
Austen
3b24758535 Merge pull request #353 from ryansb/no-sl
Remove `sl` command because it tramples other commands
2015-12-10 08:04:48 -08:00
Ryan S. Brown
20d34a8c10 Remove sl command because it tramples other commands
Users can add aliases if they like, but `sl` conflicts, and is easy to mistype when you mean `ls`.
2015-12-10 10:47:58 -05: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
d19c5037c3 Merge pull request #347 from prestonvanloon/bugfix/remove-sleep-dep
remove sleep dependency causing issues in npm 3.4.0
2015-12-09 21:59:55 -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
Preston Van Loon
2beef47fe1 remove sleep dependency causing issues in npm 3.4.0 2015-12-09 22:20:13 -06:00
Eslam A. Hefnawy
d3ede5bd36 env list is now aware of func env vars 2015-12-09 23:39:26 +02:00
Eslam A. Hefnawy
3038935a4b testing 2015-12-09 17:33:20 +02:00
Austen Collins
c7e6b0666d All: version bump v0.0.7 2015-12-08 22:03:25 -08:00
Austen Collins
e8b5d316e1 All: reduce unused npm dependencies 2015-12-08 21:40:30 -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
Austen
677a3926b4 Merge pull request #333 from forevermatt/patch-2
Fix typos in README.md
2015-12-08 13:28:39 -08:00
forevermatt
b03459e3cf Fix typos in README.md 2015-12-08 16:21:45 -05:00
Eslam A. Hefnawy
9f4295c7cd fixed tests 2015-12-08 22:20:51 +02:00
Austen Collins
a4cde9a4cd readme: updates 2015-12-08 11:30:23 -08:00
Eslam A. Hefnawy
c6a92e0916 fixed more tests 2015-12-08 20:46:49 +02:00
Eslam A. Hefnawy
61ddd0cfb1 fixed functionCreate test 2015-12-08 20:42:40 +02:00
Eslam A. Hefnawy
2af4055eab added link to docs 2015-12-08 20:27:12 +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
Austen
9ccd950f4e Merge pull request #328 from Nopik/bucket-domain-regexp
Allowing `-` in bucket subdomains
2015-12-08 08:53:58 -08:00
Austen
a286fa64b1 Merge pull request #330 from doapp-ryanp/patch-2
Recommend n over nvm
2015-12-08 08:53:22 -08:00