Austen Collins
3026632048
ProjectCreate: Create new meta scaffolding. Add CF to s-project.json template and stop using resources-cf.json
2015-12-27 17:08:38 -08:00
Austen Collins
0a1b71318c
All: Change _projectJson to _project and include entire project JSON.
...
This change breaks some things that will be fixed in subsequent commits
2015-12-27 09:02:57 -08:00
Austen Collins
d8cd446b6f
Serverless: create _project and _meta properties on base class
2015-12-26 15:33:01 -08:00
Austen Collins
530b93d3fb
Utilities: Implement getProject function
2015-12-26 14:20:34 -08:00
Austen Collins
533c93c670
All: change dir structure
2015-12-26 13:16:20 -08:00
Eslam A. Hefnawy
f0f9aa3eae
events: added more events
2015-12-25 17:07:14 +02:00
Eslam A. Hefnawy
53fee69848
tested S3 event source
2015-12-25 00:28:10 +02:00
Eslam A. Hefnawy
8d39666a67
basic S3 events support
2015-12-24 22:49:03 +02:00
Austen Collins
c695f8677e
add events structure
2015-12-24 09:53:52 -08:00
Austen Collins
5db9455634
add events folder
2015-12-24 09:44:10 -08: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
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