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
Eslam A. Hefnawy
911dda7af6
added ResourcesDeploy unit test
2015-12-07 00:15:36 +02:00
Austen Collins
955f7ca773
ModuleCreate: Refactor ModuleCreate scaffolding and include NPM dotenv dependency
2015-12-06 09:34:11 -08:00
Eslam A. Hefnawy
8187ecbfed
added tests for env actions
2015-12-06 15:39:48 +02:00
Austen Collins
974c6258bb
Tests: Fix to use one project
2015-12-05 23:26:05 -08:00
Austen Collins
b667e5789f
All: minor cleanups of function names
2015-12-05 20:04:08 -08:00
Austen Collins
7744d44e21
CloudFormation: Change naming convention for CF stacks to project-stage
2015-12-05 17:12:30 -08:00
Austen Collins
5766cc8772
ProjectCreate/All: Remove requirement to persist profile to file system and read from it. Save API Keys to admin.env instead. Involve AWS profile only in ProjectCreate prompt for convenience.
...
S3: lowercase Serverless in Bucket scaffolding, when created
2015-12-04 16:19:29 -08:00
Austen Collins
01ba9f6a52
All: Rebrand
2015-12-03 20:31:49 -08:00
Austen Collins
641b9dc2a0
all: prepare for rebranding
2015-12-03 12:30:44 -08:00
Eslam A. Hefnawy
7f77723123
added FunctionVersion and FunctionAlias actions
2015-12-01 21:10:40 +02:00
Austen Collins
04dfa5f072
FunctionDeploy: alias lambda endpoints
2015-11-30 00:05:39 -08:00