4240 Commits

Author SHA1 Message Date
ac360
ce474d5eb1 Merge plugin create 2016-02-11 08:40:16 -08:00
ac360
b1c3b7ce21 mergeMerge branch 'add-plugin-create-functionality' of https://github.com/pmuens/serverless into pmuens-add-plugin-create-functionality 2016-02-11 08:38:59 -08:00
ac360
5ef031a58e mergeMerge branch 'HyperBrain-make-cf-outputs-accessible-as-variables' into v0.5 2016-02-11 08:35:52 -08:00
ac360
07a03996b8 mergeMerge branch 'make-cf-outputs-accessible-as-variables' of https://github.com/HyperBrain/serverless into HyperBrain-make-cf-outputs-accessible-as-variables 2016-02-11 08:35:30 -08:00
ac360
3f7f64ec53 mergeMerge branch 'master' of https://github.com/minibikini/serverless into minibikini-master 2016-02-11 08:29:09 -08:00
ac360
bd18c6ab4c ResourcesDeploy: Merge resoursces correctly if using s-resources-cf.json files 2016-02-11 08:05:10 -08:00
Egor Kislitsyn
8ba255bb1e adds ResourcesDiff action (#604) 2016-02-11 21:57:17 +07:00
Frank Schmid
fa43a654bb Add iamRoleArnLambda only internally and make use of lodaah lowerFirst function. 2016-02-11 15:07:37 +01:00
Frank Schmid
78240d3b72 Added CF output variables to project stage variables. The export can be controlled by a whitelist array within s-project.json named "resourceVars". 2016-02-11 14:45:02 +01:00
Philipp Muens
be4bb539ba Refs #615 - Add plugin to projects package.json file
The newly created plugin is added to the package.json file of the project. This enables
package.json based plugin discovery (as proposed in #580). Adding the plugin to the
s-project.json files plugins array can be removed in future releases.
2016-02-11 13:48:18 +01:00
Egor Kislitsyn
924261e8d4 improves Project Install action:
- adds a prompt for the new project name (fixes #611);
 - adds an option to install a project from local path instead of NPM;
2016-02-11 18:40:00 +07:00
Philipp Muens
c74edac22c Replace JAWS references with serverless 2016-02-11 11:28:37 +01:00
Philipp Muens
742444a646 Refs #593 - Add plugin create functionality
Add a basic 'plugin create' functionality so that users can create plugins from within the
command line. Templates for the plugin are included in the templates folder.
2016-02-11 11:15:40 +01:00
Egor Kislitsyn
a569ff5315 Merge remote-tracking branch 'upstream/master' 2016-02-11 16:53:44 +07:00
ac360
d8be162af1 ServerlessState: Fix bug that prevented returning all assets in 'get' methods 2016-02-11 01:27:16 -08:00
Kamil Burzynski
ce53edc2af Bugfix + cleanup 2016-02-11 09:51:41 +01:00
Kamil Burzynski
f6a0a6aa84 Updates after merge to 0.5, minor code cleanups. 2016-02-11 09:42:07 +01:00
Kamil Burzynski
c4b3aaf43e Merge remote-tracking branch 'origin/v0.5' into arch-refactor
Conflicts:
	lib/actions/CodeDeployLambda.js
	lib/actions/EventDeployS3Lambda.js
	lib/actions/EventDeploySNSLambda.js
	lib/actions/EventDeployScheduledLambda.js
	lib/actions/EventDeployStreamLambda.js
	tests/tests/actions/ResourcesDeploy.js
2016-02-11 09:34:25 +01:00
Kamil Burzynski
3ab9291338 Merge branch 'arch-refactor-merge-1' into arch-refactor
Conflicts:
	lib/ServerlessMeta.js
	lib/actions/FunctionRun.js
2016-02-11 09:07:01 +01:00
Kamil Burzynski
107cc6b5d2 Renamed Runtime classes 2016-02-11 08:47:35 +01:00
Egor Kislitsyn
433e7c72e4 Merge remote-tracking branch 'upstream/master' 2016-02-11 14:15:21 +07:00
ac360
9a0e1ec6a5 FunctionLogs: fix bug 2016-02-10 23:04:44 -08:00
Egor Kislitsyn
18edd2d0c2 Merge remote-tracking branch 'upstream/master' 2016-02-11 13:58:26 +07:00
ac360
77e06e5b92 Classes: fix errors 2016-02-10 22:55:40 -08:00
Egor Kislitsyn
283da110cf Merge remote-tracking branch 'upstream/master' 2016-02-11 13:45:39 +07:00
ac360
becb69f53e Dependencies: update 2016-02-10 22:40:34 -08:00
ac360
6badc934ae Component: bump version of serverless-helpers-js 2016-02-10 21:41:27 -08:00
Eslam A. Hefnawy
ae34a57b59 event sources: adding permissions 2016-02-11 12:39:41 +07:00
Austen Collins
8a3660564c getComponents, getFunctions, getEndpoints, getEvents: minor fix 2016-02-10 20:06:28 -08:00
Austen Collins
c6a0e51cac Comments: remove all traces of 'development' stage 2016-02-10 20:03:19 -08:00
Austen Collins
85984f1a47 Resources: Allow for s-resources.json files to extend project s-resources.json file, by being located in component root, or subfolder1 root 2016-02-10 19:29:45 -08:00
Austen Collins
c0ed521b27 DashDeploy: Allow API Gateway deployment descriptions 2016-02-10 19:13:09 -08:00
Austen Collins
2c95c6736e ServerlessFunction: Add support for custom IAM Role 2016-02-10 18:55:22 -08:00
Austen Collins
a2d778bce4 mergeMerge branch 'master' of https://github.com/serverless/serverless 2016-02-10 17:56:45 -08:00
Eslam λ Hefnawy
92949e7a8e Merge pull request #601 from arabold/master
Reworked Scheduled Events
2016-02-11 08:56:11 +07:00
Austen Collins
2c06588bcd Templates: removing .ext convention, too complicatedRevert "Templates: use convention s-templates.ext.json for extending templates"
This reverts commit d049eafcbaa2d7daf2e79891d894e024b605b09b.
2016-02-10 17:55:52 -08:00
Austen Collins
d049eafcba Templates: use convention s-templates.ext.json for extending templates 2016-02-10 17:54:21 -08:00
Andre Rabold
69d5bf2e4c Fixed Lambda function ARN for all event deploys 2016-02-10 17:30:33 -08:00
Austen Collins
9193c21497 Variables: name is always reserved and is the name of the config file you are trying to populate 2016-02-10 17:08:09 -08:00
Andre Rabold
480f2effba Fixed event deployment when using --all parameter 2016-02-10 16:34:52 -08:00
Andre Rabold
2fe6d0b079 Reworked Scheduled Events
* use proper Lambda function name
* grant necessary permissions
2016-02-10 15:36:20 -08:00
ac360
48f8e9dffa FunctionRun: fix description 2016-02-10 14:44:04 -08:00
ac360
a95d434d4e ServerlessMeta: skip over hidden files when loading #578 2016-02-10 14:41:42 -08:00
ac360
6670cd72eb ServerlessEvent: fix setting from ServerlessFunction.set(), ServerlessState: write tests for getEvents() 2016-02-10 14:15:21 -08:00
Jordan Mack
b7fcf47811 Add hotkeys to dash for select all, select none, select functions, and select endpoints. 2016-02-10 13:44:46 -08:00
Austen
1e9591073f Merge pull request #590 from jordanmack/fix-minor-text-changes
Improve a few minor text regions
2016-02-10 13:32:42 -08:00
Austen
1d4f53dcdb Merge pull request #594 from kpotehin/master
Fix overwriting s-templates.json
2016-02-10 13:26:49 -08:00
Austen
b06a945863 Merge pull request #595 from pmuens/add-cancel-cli-with-escape-functionality
Refs #528 - Add cancel CLI with escape functionality
2016-02-10 11:29:24 -08:00
ac360
a3dc335391 ResourcesDeploy: remove unnecessary console.log 2016-02-10 11:14:46 -08:00
Philipp Muens
9a55423541 Refs #528 - Add cancel CLI with escape functionality 2016-02-10 17:49:57 +01:00