1322 Commits

Author SHA1 Message Date
Austen Collins
7f1329306a ProviderAws: use AWS default env vars w/ back compat support for existing project env vars 2016-02-13 15:15:46 -08:00
Austen Collins
11b9b8ce0c ProviderAws: new todo. WIP 2016-02-13 14:53:04 -08:00
Austen Collins
9283dabe2a ProviderAws: minor fixes to methods. WIP 2016-02-13 14:51:57 -08:00
Austen Collins
471cbe74a7 ProviderAws: move project bucket here. WIP 2016-02-13 14:44:26 -08:00
Austen Collins
5ffb50ccc7 ProviderAws: add request method with 429 retries 2016-02-13 14:21:58 -08:00
ac360
343d76203f Proof of concept: sdk wrapper 2016-02-13 14:15:21 -08:00
ac360
85e7c526c3 ProviderAws: finish getCredentials() method 2016-02-13 08:52:33 -08:00
ac360
bc56495601 ServerlessProviderAws: create class 2016-02-12 22:48:44 -08:00
ac360
e253301a0a Serverless: more information about deprecated feature in comment 2016-02-12 14:36:51 -08:00
ac360
c0ae21f4fc syncMerge branch 'master' into v0.5 2016-02-12 13:36:13 -08:00
Kamil Burzynski
49fa729370 Merge remote-tracking branch 'origin/v0.5' into auth-refactor-2 2016-02-12 17:55:19 +01:00
Kamil Burzynski
8130ea49f4 Bugfixes 2016-02-12 17:52:15 +01:00
Kamil Burzynski
ad70f853bb Reworked function load/save to be done implicitly, removed Event/Endpoint load/save methods 2016-02-12 17:24:14 +01:00
Kamil Burzynski
0eeb96d17a Public API usage cleanups 2016-02-12 16:46:24 +01:00
Kamil Burzynski
65de61e6ca Bugfixes 2016-02-12 14:40:11 +01:00
Kamil Burzynski
0a913255e7 Object hierarchy properly created.
Removal of few instances of private interface being used
2016-02-12 14:36:42 +01:00
Kamil Burzynski
c814acd1e9 Bugfixes.
State migration in progress
2016-02-12 12:36:04 +01:00
Kamil Burzynski
9cb95838d2 Migrated getEndpoints to Project 2016-02-12 11:26:50 +01:00
Eslam A. Hefnawy
33edc328c3 can now set custom project bucket name. 2016-02-12 16:41:42 +07:00
Eslam A. Hefnawy
95cd6f7873 deleted old aws events folder 2016-02-12 15:53:26 +07:00
Eslam A. Hefnawy
84988b6b50 added support for VPC lambda config. Closes #629. 2016-02-12 15:38:30 +07:00
Kamil Burzynski
4411518e4a Cleanups 2016-02-12 09:26:03 +01:00
Kamil Burzynski
8f9ea9773d Moved getEvents() to project.
Extraced Project._filterSPaths
2016-02-12 09:12:05 +01:00
Kamil Burzynski
f26a1cc13d WIP: fixed getFunctions() usage to be compatible with original code 2016-02-12 09:10:35 +01:00
Kamil Burzynski
fedc2e329b WIP: moved getComponents() to project 2016-02-12 09:10:35 +01:00
Kamil Burzynski
7f80bd6bc1 WIP: moved getFunctions() to project 2016-02-12 09:09:56 +01:00
Austen
df31fdd01b Merge pull request #628 from minibikini/v0.5
remove `_tmp` folder after FunctionDeploy, fixes #607
2016-02-12 00:07:18 -08:00
Kamil Burzynski
8e2f450fa3 API usage updates after recent merges 2016-02-12 08:45:54 +01:00
Eslam A. Hefnawy
bebedc4474 functionCreate: fix error message. Closes #553. 2016-02-12 13:52:42 +07:00
Egor Kislitsyn
98c1c2eef6 remove _tmp folder after FunctionDeploy, fixes #607 2016-02-12 12:15:34 +07:00
Eslam A. Hefnawy
d166970634 added events in dashSummary. Closes #598. 2016-02-12 11:32:44 +07: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
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