7343 Commits

Author SHA1 Message Date
ac360
c010cdbe4a mergeMerge branch 'Nopik-arch-refactor' into v0.5 2016-02-11 09:07:38 -08:00
ac360
8da05b8572 merge 2016-02-11 08:58:22 -08:00
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
a2a8d2d22f mergeMerge branch 'minibikini-master' into v0.5 2016-02-11 08:31:44 -08:00
ac360
26d59fdc4f fix conflict 2016-02-11 08:31:08 -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
7764695085 Start v0.5 2016-02-11 08:20:08 -08:00
ac360
99f2bdea3d Release v0.4.2 v0.4.2 2016-02-11 08:06:53 -08:00
ac360
bd18c6ab4c ResourcesDeploy: Merge resoursces correctly if using s-resources-cf.json files 2016-02-11 08:05:10 -08:00
Austen
52c3e99472 Merge pull request #613 from pmuens/replace-jaws-references-with-serverless
Replace JAWS references with serverless
2016-02-11 07:42:50 -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
a72d720289 Release v0.4.1 2016-02-11 01:27:52 -08:00
ac360
d8be162af1 ServerlessState: Fix bug that prevented returning all assets in 'get' methods v0.4.1 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
ac360
d1f60284d2 Readme: Add Features 2016-02-11 00:36:15 -08: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
ac360
257bf67e1e Readme: update 2016-02-10 23:55:05 -08:00
ac360
fc86e228bf Readme update 2016-02-10 23:54:27 -08:00
Kamil Burzynski
107cc6b5d2 Renamed Runtime classes 2016-02-11 08:47:35 +01:00
ac360
cc768c3c93 Start v0.5 2016-02-10 23:34:07 -08:00
ac360
88dd14b2cc Release v0.4.0 v0.4.0 2016-02-10 23:31:24 -08:00
ac360
290441b886 ResourcesDeployTest: fix 2016-02-10 23:18:49 -08:00
Egor Kislitsyn
433e7c72e4 Merge remote-tracking branch 'upstream/master' 2016-02-11 14:15:21 +07:00
ac360
f5892ab4e4 Dependencies: roll back prompt version because its new colors suck 2016-02-10 23:08:18 -08: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
5b22eb5263 Tests: fix 2016-02-10 22:55:40 -08:00
ac360
77e06e5b92 Classes: fix errors 2016-02-10 22:55:40 -08:00
Austen
c021cbbc16 Merge pull request #606 from weitzman/patch-1
Update a Roadmap link to Milestones
2016-02-10 22:49:15 -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
Moshe Weitzman
d5873d177c Update a Roadmap link to Milestones 2016-02-11 01:28:43 -05: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
53a2ef793e Readme: change Road Map, add Changelog 2016-02-10 21:21:06 -08: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