Austen
182dc11a80
Merge pull request #483 from ryutamaki/show-cloudformation-messages
...
Show cloudformation error message
2016-01-16 20:06:00 -08:00
Austen
d12ab624ca
Merge pull request #247 from apaatsio/var-cleanup
...
Clean _this variables
2016-01-16 14:09:15 -08:00
ryutamaki
15386ced65
Show cloudformation messages when any errors are happning while updating/creating projects
2016-01-14 23:28:45 +09:00
Kamil Burzynski
6fd517f027
Fixed crash on sls dash deploy when user press key like 1
2015-12-22 10:48:10 +01:00
Kevin Old
b6e26c54f2
Fix improper pluralization of creating or updating in CloudFormation error message
...
Fixes:
[ServerlessError: Something went wrong while createing your cloudformation]
or
[ServerlessError: Something went wrong while updateing your cloudformation]
2015-12-19 09:40:50 -06:00
Kamil Burzynski
27e8f54d06
Added more verbose error messages for invalid s-module.json case
2015-12-18 09:39:56 +01:00
Austen Collins
94577606e9
merge
2015-12-17 13:44:29 -08:00
Austen Collins
e70a7c6aaf
ResourcesDeploy: On create, save to s-project.json
2015-12-16 13:58:47 -08:00
Austen Collins
0490c99ac6
ResourcesDeploy: Creates stack if it does not exist already
2015-12-16 13:46:21 -08:00
Antti Ahti
4c191d4d4c
Remove unnecessary _this variables
2015-12-15 15:43:32 +02:00
Antti Ahti
39278f5b56
Remove unused variable
2015-12-15 15:39:40 +02:00
Austen Collins
e0ab5c68ae
FunctionRun, FunctionDeploy, EndpointDeploy: Relative directory fixes
2015-12-14 19:48:38 -08:00
Austen Collins
4e2eca752f
Utils: remove unnecessary console.log
2015-12-14 13:29:50 -08:00
Austen Collins
c632603894
ModuleCreate, FunctionCreate: fix bug with missing name
2015-12-14 13:29:23 -08:00
Austen Collins
f6e4f18d7c
getFunctions, getEndpoints: fix loading from function folder issues
2015-12-14 13:19:24 -08:00
Austen Collins
b34af82799
DashDeploy: Finish refactor
2015-12-14 12:37:51 -08:00
Eslam λ Hefnawy
3c9fd93911
Merge pull request #378 from Nopik/function-deploy
...
Removed reference to non-existent variable
2015-12-14 16:54:22 +02:00
Eslam A. Hefnawy
68b44852bf
fix functiond deploy
2015-12-14 16:50:20 +02:00
Kamil Burzynski
b89f7b0e09
Removed reference to non-existent variable
2015-12-14 12:48:38 +01:00
Austen Collins
6d22be465c
Utils: fix typo
2015-12-13 22:03:26 -08:00
Austen Collins
17424e267c
merge whitespace PR
2015-12-13 21:35:58 -08:00
Austen
a52b370d40
Merge pull request #369 from ryansb/feature/cfn-parameter-groups
...
Group parameters in CFN template
2015-12-13 21:12:14 -08:00
Austen Collins
c3f6937c8a
DashDeploy: move select function out of serverlessplugin
2015-12-13 18:49:00 -08:00
Austen Collins
c0239ff67e
ModuleCreate, FunctionCreate: Further cleanups of EVENT object
2015-12-13 16:14:12 -08:00
Ryan S. Brown
8016ca315f
Change naming conventions in template generation step
2015-12-13 12:39:17 -05:00
Ryan S. Brown
540c3550ac
Get rid of obsolete aa naming prefix for CFN templates
2015-12-13 12:35:52 -05:00
Ryan S. Brown
eef57a7882
Monster whitespace commit
...
Since so many folks have trailing whitespace removal on, we should really get
rid of these all at once to make it easier to deal with the resulting merge
conflicts.
2015-12-13 09:36:59 -05:00
Austen
91d56c0c91
Merge pull request #370 from shortjared/bug/fix-project-create-without-creds
...
Fixes project create without creds file
2015-12-12 15:29:13 -08:00
Jared Short
84486651e4
Fixes project create without creds file
2015-12-12 15:55:58 -05:00
Austen Collins
a93384661c
All: further fixes to use relative paths only and arrays for endpoints
2015-12-12 12:50:56 -08:00
Austen Collins
41f1c264e9
BREAKING CHANGE: s-function.json must list endpoints as an array and not object.
2015-12-12 11:46:08 -08:00
Austen Collins
45fe5de68b
merge
2015-12-12 10:20:45 -08:00
Eslam A. Hefnawy
2d8b2fcbc5
tiny module fixes
2015-12-12 20:01:27 +02:00
Eslam A. Hefnawy
fd0ed739c8
moved env var prompts to SCli
2015-12-11 14:54:08 +02:00
Austen
6c5bb45ade
Merge pull request #359 from Nopik/plugin-symlink
...
Added support for detecting symlinks as existing folders
2015-12-11 02:35:28 -08:00
Austen Collins
419b71078d
Utilities: Accidently saved to serverless.json instead of s-project.json
2015-12-11 02:31:46 -08:00
Kamil Burzynski
9f1fe5f489
Added support for detecting symlinks as existing folders
2015-12-11 10:44:47 +01:00
Kamil Burzynski
5d0991e151
Updated help to use new shortcut
2015-12-11 09:33:59 +01: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
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
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
Kamil Burzynski
790f0088c2
Added support for CI env variable to disable interactivity.
2015-12-08 16:00:01 +01: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
2aa69719fd
FunctionDeploy: Fix CLI support, ModuleCreate: Use 'serverless-helpers-js' and auto-nom-install on creation
2015-12-07 09:10:05 -08:00
Austen Collins
96b1466c0a
FunctionDeploy: Bug fixes, Help: Clean-ups, Readme: Start listing differences from JAWS
2015-12-07 00:16:54 -08:00
Austen Collins
f4518194f7
FunctionDeploy: Major Refactor 75% Complete
2015-12-06 19:21:21 -08:00
Eslam A. Hefnawy
1540fce1f9
added unit test for FunctionRun
2015-12-07 01:08:30 +02:00