374 Commits

Author SHA1 Message Date
ac360
7498e843a5 Classes: remove serverless prefix WIP 2016-02-17 11:17:39 -08:00
Kamil Burzynski
b67b044117 Bugfixes
- project load is truly used in async way now
- a number of typos related to misplaced ; or ,
- S.init() used properly and systematically throughout the code
- sPath indexOf usage now looks only at beginning of paths, to avoid bugs like "foo/bar-get".indexOf( "bar" ) mistakenly finding a component 'bar' within 'foo'
2016-02-16 11:19:12 +01:00
Eslam A. Hefnawy
914efae537 merging v0.5-providers branch: fixing conflicts 2016-02-16 13:19:59 +07:00
Kamil Burzynski
c9b51556c2 Fixed missed reference to S.project 2016-02-15 14:51:40 +01:00
Eslam A. Hefnawy
2246ededba WIP - getting rid of aws utils 2016-02-15 17:14:28 +07:00
ac360
343d76203f Proof of concept: sdk wrapper 2016-02-13 14:15:21 -08:00
ac360
bc56495601 ServerlessProviderAws: create class 2016-02-12 22:48:44 -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
0eeb96d17a Public API usage cleanups 2016-02-12 16:46:24 +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
Kamil Burzynski
4411518e4a Cleanups 2016-02-12 09:26:03 +01:00
Kamil Burzynski
7f80bd6bc1 WIP: moved getFunctions() to project 2016-02-12 09:09:56 +01: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
3f7f64ec53 mergeMerge branch 'master' of https://github.com/minibikini/serverless into minibikini-master 2016-02-11 08:29:09 -08: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
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
283da110cf Merge remote-tracking branch 'upstream/master' 2016-02-11 13:45:39 +07: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
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
Philipp Muens
9a55423541 Refs #528 - Add cancel CLI with escape functionality 2016-02-10 17:49:57 +01:00
Kamil Burzynski
24b9d73bfb ServerlessRuntime class hierarchy introduced 2016-02-10 14:07:42 +01:00
Egor Kislitsyn
3dfe8872b6 adds custom template syntax support 2016-02-10 17:32:41 +07:00
Kamil Burzynski
e06786dae7 Merge branch 'master' into arch-refactor 2016-02-10 08:51:05 +01:00
Kamil Burzynski
e0e027dcd3 Refactoring: removed S.config.projectPath, Project instance is created at correct moments, common project helpers moved to Project 2016-02-09 15:14:17 +01:00
Eslam A. Hefnawy
814c156080 fixing events conflicts 2016-02-09 14:15:30 +07:00
Austen Collins
3cfabde174 FunctionRun, FunctionInvoke: Combine 2016-02-07 16:18:22 -08:00
Austen Collins
7764e0a994 CodeDeploy: add support for nametempltae 2016-02-07 12:22:06 -08:00
ac360
f95d92f720 FunctionCreate: start refactoring to only use sPath 2016-02-07 12:22:06 -08:00
ac360
4b79e5e751 ComponentCreate, FunctionCreate: finish refactor and fix tests 2016-02-07 12:22:05 -08:00
Kamil Burzynski
df7b3d9db6 WIP - module removal 2016-02-07 12:21:03 -08:00
ac360
b133677e7a Resources: continue work on getResources method 2016-02-07 12:21:03 -08:00
ac360
794dc05142 Classes: fix all tests 2016-02-07 12:21:03 -08:00
ac360
5e8aa4c242 ServerlessState: fix tests to work w/o modules 2016-02-07 12:21:03 -08:00
Austen Collins
f0de3a5c93 ServerlessComponent: continue work on function loading 2016-02-07 12:21:02 -08:00
ac360
aa93331941 ServerlessFunction: Keep removing module concept 2016-02-07 12:20:35 -08:00
Eslam A. Hefnawy
e0eb0803d8 added and tested scheduled lambda event source 2016-02-06 11:45:29 +07:00
Philipp Muens
c162fe3ce3 Closes #528 - Add cancel interactive prompt functionality 2016-02-05 14:49:33 +01:00
Egor Kislitsyn
00c64042be adds FunctionInvoke actions 2016-02-04 19:34:48 +07:00
Eslam A. Hefnawy
74c3df69ec log warrning if variable doesnt exist instead of error 2016-02-04 12:27:37 +07:00
Eslam A. Hefnawy
bed3213394 added unit test for S3 event source 2016-02-03 18:53:48 +07:00
Eslam A. Hefnawy
db53f737dc no longer need lambdaArn 2016-02-03 17:35:18 +07:00