7343 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
7085b33d13 fixed resourcesDeploy to aggregate resources from modules. Closes #485 2016-01-18 20:50:58 +02:00
ac360
76aea11518 README: add new plugin 2016-01-18 09:49:48 -08:00
ac360
9aca1859a9 DashDeploy: don't show error when functions are missing endpoints, ServerlessState: don't return errors when no assets are found, return empty arrays instead, FunctionDeploy/EndpointDeploy: throw error when paths are not found 2016-01-18 08:38:28 -08:00
ac360
86c4f75e83 temporarily remove examples 2016-01-17 23:45:11 -08:00
ac360
d8660a2d74 README: updates 2016-01-17 23:42:02 -08:00
ac360
175ec32ff1 README: updates 2016-01-17 23:24:41 -08:00
ac360
678e53e630 README: updates 2016-01-17 23:22:56 -08:00
ac360
e2d92e34a4 README: updates 2016-01-17 23:22:00 -08:00
ac360
6818c95247 README updates 2016-01-17 23:18:41 -08:00
ac360
61eca67e44 README: Add plugins 2016-01-17 14:34:08 -08:00
ac360
19411fa75d Release v0.1.0 v0.1.0 2016-01-17 14:24:09 -08:00
ac360
3ca85189ce Merge branch 'master' into v0.1.0i Release v0.1.0 2016-01-17 14:17:49 -08:00
ac360
82612388d4 ServerlessProject: Automatically add package.json at the root of every new project 2016-01-17 14:12:40 -08:00
ac360
b68eb6b516 ServerlessComponent: add 'custom' property 2016-01-17 13:47:50 -08:00
ac360
ebd4356c5c CodepcakgeLambdaJs: don't add 'includePaths' property by default 2016-01-17 12:13:38 -08:00
ac360
b9cf258dd1 DashDeploy: don't show ASCII if not in correct folder 2016-01-17 11:59:57 -08:00
Eslam A. Hefnawy
7c83065d3c updated domain prompt text 2016-01-17 20:28:09 +02:00
Eslam A. Hefnawy
e9ec9abe29 fixed resources deploy test 2016-01-17 14:21:54 +02:00
ac360
84b8ae3227 Plugin Loading: Change and simplify plugin loading 2016-01-16 21:03:18 -08:00
Austen
182dc11a80 Merge pull request #483 from ryutamaki/show-cloudformation-messages
Show cloudformation error message
2016-01-16 20:06:00 -08:00
Austen
a64bd78f41 Merge pull request #481 from tmilewski/patch-1
Add CloudFormation Validator Plugin to README
2016-01-16 20:02:29 -08:00
ac360
34f6a71e10 DashDeploy: fix 2016-01-16 19:59:13 -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
978526a155 EndpointDeploy: update to use new classes, Tests: all tests passing 2016-01-16 15:11:27 -08:00
Austen
d12ab624ca Merge pull request #247 from apaatsio/var-cleanup
Clean _this variables
2016-01-16 14:09:15 -08:00
ac360
096c2468a7 FunctionDeploy: fix 2016-01-16 14:07:20 -08:00
ac360
667b1275b5 ServerlessState: add option to return only sPaths from get* methods 2016-01-16 11:17:10 -08:00
ac360
0b88cf232b ServerlessState: Enhance get methods to use more than serverless paths to query serverless assets 2016-01-16 10:54:26 -08:00
Eslam A. Hefnawy
39d8c40764 some fixes for the interactive CLI 2016-01-16 20:13:41 +02:00
Eslam A. Hefnawy
10753765d0 fixed functionRun 2016-01-16 19:01:43 +02:00
ac360
80eeb0b1a6 ResourcesDeploy: fix test 2016-01-16 08:51:31 -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
Eslam A. Hefnawy
9137224731 fixing all actions to use classes 2016-01-16 00:28:50 +02:00
Eslam A. Hefnawy
8dfaf6f701 fixed classes getPopulate method 2016-01-15 21:40:45 +02: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
Eslam λ Hefnawy
1006ec3ef3 update readme 2016-01-14 20:12:58 +02:00
Eslam A. Hefnawy
c97d90e516 fix readme img 2016-01-14 20:11:52 +02:00
Eslam A. Hefnawy
9b26028159 updated v0.1.0 readme 2016-01-14 20:10:42 +02:00
ryutamaki
15386ced65 Show cloudformation messages when any errors are happning while updating/creating projects 2016-01-14 23:28:45 +09: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
Tom Milewski
cc983cf742 Add CloudFormation Validator Plugin to README 2016-01-13 15:40:36 -05:00
Eslam A. Hefnawy
bbfe50531a template in root directory of module 2016-01-12 22:06:28 +02:00
Eslam A. Hefnawy
06ebbe76bd removed template property from Module data 2016-01-12 20:02:13 +02:00
Austen
712f7f99b8 Merge pull request #462 from martinlindenberg/master
add aws profile support
2016-01-11 10:33:24 -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
86fd6545ca add aws profile support 2016-01-11 18:28:12 +01:00