Kamil Burzynski
|
e570f077e2
|
Serverless classes are now loaded before setProject() call
|
2016-02-10 09:18:28 +01:00 |
|
Kamil Burzynski
|
8a072fd7cd
|
Added support for passing only path to project to Serverless constructor, so programmatic use can be sometimes more convenient.
|
2016-02-10 09:08:23 +01:00 |
|
Kamil Burzynski
|
e06786dae7
|
Merge branch 'master' into arch-refactor
|
2016-02-10 08:51:05 +01:00 |
|
Kamil Burzynski
|
7c031bb8ec
|
Bugfixes
|
2016-02-09 17:29:21 +01:00 |
|
Kamil Burzynski
|
4baed3e96f
|
Project marked as _project in Serverless class
|
2016-02-09 16:31:46 +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
|
9ff594de74
|
fixing events after merge
|
2016-02-09 17:04:22 +07:00 |
|
ac360
|
f95d92f720
|
FunctionCreate: start refactoring to only use sPath
|
2016-02-07 12:22:06 -08:00 |
|
ac360
|
b1b8cbf6cd
|
ServerlessModule: begin removing this as a class and concept
|
2016-02-07 12:20:35 -08:00 |
|
ac360
|
d3998fc2dc
|
ProjectInit, ServerlessProject: Optimize code
|
2016-01-28 21:33:47 -08:00 |
|
Eslam A. Hefnawy
|
6aec0ba264
|
Revert "added event source support"
This reverts commit 916d09e1ec686f56f318b986342a192e811e0e69.
|
2016-01-28 17:59:44 +07:00 |
|
Eslam A. Hefnawy
|
916d09e1ec
|
added event source support
|
2016-01-27 20:46:58 +07:00 |
|
ac360
|
c3f8691488
|
Release V0.1.5
|
2016-01-23 09:07:57 -08:00 |
|
ac360
|
149a0d5a3d
|
Serverless: Bring back _init method for backwards compatibility
|
2016-01-23 09:07:24 -08:00 |
|
ac360
|
145a7a8bbf
|
Templates: now available at the Project level. Any file in the project root that starts with 's-template...' can contain templates
|
2016-01-21 18:03:56 -08:00 |
|
ac360
|
f6e0e02121
|
ServerlessState: add setAsset() method for conveniently addding in new assets to the state.
|
2016-01-21 16:12:43 -08:00 |
|
Eslam A. Hefnawy
|
469615dca1
|
project context validation
|
2016-01-21 17:38:33 +02:00 |
|
ac360
|
840e0610e1
|
ProjectInstall: first pass at implementing this Action
|
2016-01-19 12:31:34 -08:00 |
|
ac360
|
84b8ae3227
|
Plugin Loading: Change and simplify plugin loading
|
2016-01-16 21:03:18 -08:00 |
|
ac360
|
5d1564cbd7
|
Serverless: add init() method for programmatic usage to init state, Classes: make getPopulated and getResources no longer return promises, ServerlessModule: add template property to module
|
2016-01-16 17:20:38 -08:00 |
|
ac360
|
016a1b4965
|
ServerlessState, ServleressMeta: add new helpful methods: getProject, getMeta, validateStageExists, validateRegionExists, add these to actions, fix additional tests
|
2016-01-15 21:41:46 -08:00 |
|
ac360
|
16bdfe9659
|
Serverless: fix state loading, ProjectCreate/StageCreate/RegionCreate: fix/update to better use classes, State Class: add new getProject and getMeta methods, fix getResources bugs, write tests
|
2016-01-15 19:34:00 -08:00 |
|
ac360
|
6d5a7f8c15
|
Classes: Major classes refactor
|
2016-01-14 23:19:16 -08:00 |
|
ac360
|
f675457b4e
|
Classes: beging removing data prop
|
2016-01-14 23:19:16 -08:00 |
|
ac360
|
e38c31ab69
|
Serverless: change queuing
|
2016-01-13 16:20:17 -08:00 |
|
ac360
|
a0102e159c
|
ServerlessState: Move methods from ServerlessProject to ServerlessState
|
2016-01-13 16:20:17 -08:00 |
|
ac360
|
4e9d65e253
|
ServerlessState: create class and add to Serverless instance
|
2016-01-13 16:19:20 -08:00 |
|
Austen
|
67c5751e51
|
Merge pull request #476 from martinlindenberg/v0.1.0
add aws profile support
|
2016-01-11 09:57:54 -08:00 |
|
Martin Lindenberg
|
7e1273209c
|
add aws profile support
|
2016-01-11 18:13:12 +01:00 |
|
ac360
|
3caa7588da
|
FunctionDeploy: Fix handler error and script errors due to lodash
|
2016-01-08 23:38:21 -08:00 |
|
Eslam A. Hefnawy
|
6996822740
|
validating that we are inside a serverless project for all actions except project create
|
2016-01-09 01:06:14 +02:00 |
|
ac360
|
d78f6d60de
|
Serverless: fix path validation
|
2016-01-08 11:48:08 -08:00 |
|
ac360
|
63bb5c9c99
|
FunctionRun: Better error messages, Serverless: validatePath checks existence
|
2016-01-08 11:48:08 -08:00 |
|
Eslam A. Hefnawy
|
e37400ef1c
|
updated plugins node modules folder
|
2016-01-08 17:19:56 +02:00 |
|
ac360
|
fde3eee4fd
|
Utils: refactor getResources, populate, Tests: fix all, Serverless: add methods to work with sPaths
|
2016-01-08 01:17:42 -08:00 |
|
ac360
|
6508c11fbe
|
Classes: Finish refactor/cleanup, TestComponentCreate: finish
|
2016-01-07 18:33:34 -08:00 |
|
ac360
|
da01175368
|
Classes: Create Component class and refactor for simplicity.
|
2016-01-07 16:49:06 -08:00 |
|
Nicolas Grenié
|
20d52c5bca
|
add shortcut -v, --version to get the version
|
2016-01-05 11:33:49 +01:00 |
|
ac360
|
e4af33204d
|
Serverless: add useful middleware which ensures quality between Actions and Hooks
|
2016-01-04 19:08:48 -08:00 |
|
Eslam A. Hefnawy
|
f631d1b86f
|
fixed actions and unit tests
|
2016-01-05 00:52:37 +02:00 |
|
ac360
|
6a146dd358
|
Serverless: always add evt.data property
|
2016-01-04 11:06:29 -08:00 |
|
ac360
|
197f63c9e6
|
sync
|
2016-01-04 11:05:21 -08:00 |
|
Joost Farla
|
c6c204d87a
|
Make sure action options/parameters are always present
|
2016-01-04 09:40:01 +00:00 |
|
ac360
|
8d4c29352c
|
ResourcesDeploy: remove rollback due to it causing an error
|
2016-01-04 01:09:16 -08:00 |
|
ac360
|
016f0812ad
|
EndpointDeploy: finish refactor
|
2016-01-03 20:24:21 -08:00 |
|
ac360
|
91069d21de
|
FunctionDeploy: refactor
|
2016-01-01 22:29:14 -08:00 |
|
ac360
|
d3787e9860
|
Serverless: change global private properties to be on config object
|
2015-12-31 16:42:00 -08:00 |
|
ac360
|
a65930d99d
|
Project/Stage/RegionCreate: refactor. Next add auto-resources deploy
|
2015-12-30 19:55:05 -08:00 |
|
Austen Collins
|
5e3198fbcc
|
ProjectCreate: start refactor to use classes
|
2015-12-30 15:49:28 -08:00 |
|
Austen Collins
|
47a3713126
|
Serverless: add Function class to base class
|
2015-12-28 23:51:03 -08:00 |
|