1039 Commits

Author SHA1 Message Date
Ryan S. Brown
c2e4d7b7bc typofix 2016-01-20 10:17:10 -05:00
Ryan S. Brown
08e1454538 Remove .runtime property from module 2016-01-20 10:17:10 -05:00
Ryan S. Brown
7f5cd5e415 Use a passed-in runtime, but default to nodejs 2016-01-20 10:17:10 -05:00
Eslam A. Hefnawy
ce7be472ab new env var for region 2016-01-20 15:40:10 +02:00
Eslam A. Hefnawy
856c0d0847 bug fixes. Closes #493 and #498 2016-01-20 13:10:46 +02:00
ac360
ccbbfc6610 ProjectInstall: Remove unnecessary package.json attributes 2016-01-19 18:40:58 -08:00
ac360
9302439cce Preparing for release... 2016-01-19 18:01:05 -08:00
Austen
52b0780816 Merge pull request #497 from serverless/projectInstall
Project install
2016-01-19 18:00:30 -08:00
Austen
de53830677 Merge pull request #496 from joostfarla/getters
Added convenience getters
2016-01-19 17:47:09 -08:00
ac360
1784ed92a6 DashDeploy: UX improvements 2016-01-19 17:40:15 -08:00
ac360
bdcd948a0c DashDeploy: allow use in components 2016-01-19 17:32:07 -08:00
ac360
4ff4cfa4ef CloudFormation: Improve create/update and monitor methods, ServerlessProject: Fix logging issue 2016-01-19 16:35:36 -08:00
ac360
983b72d47c ServerlessModule: Fix new s-templates.json 2016-01-19 14:43:37 -08:00
ac360
dc2648c498 ProjectInstall: User experience improvements. Tests: add test for project install 2016-01-19 12:52:31 -08:00
Joost Farla
8aae62a3da Added convenience getters 2016-01-19 20:38:27 +00:00
ac360
840e0610e1 ProjectInstall: first pass at implementing this Action 2016-01-19 12:31:34 -08:00
ac360
b18d565751 ProjectCreate: Add more helpful information if noExeCf is used 2016-01-19 08:34:32 -08:00
ac360
d743e94e68 Release v0.1.1 2016-01-18 18:13:04 -08:00
ac360
36b310e9e5 ProjectCreate: fix bug created in f38264 2016-01-18 17:09:03 -08:00
ac360
1e425a8bd8 Minor fixes 2016-01-18 17:09:03 -08:00
Kenneth Falck
0f1128ff9f Fix i/j index typo in CloudFormation module aggregation 2016-01-19 02:13:17 +02:00
ac360
c854fbf9fb CodePackageLambdaNodejs: Fix missing env files issue 2016-01-18 13:33:42 -08:00
ac360
f38264a296 ProjectCreate: no longer create a project bucket if 'noExeCf' is set 2016-01-18 12:56:56 -08:00
ac360
04cc4bb5ed EndpointDeploy: bring back support for --all option 2016-01-18 12:08:32 -08:00
ac360
751b0684b4 FunctionDeploy: bring back support for --all 2016-01-18 11:58:12 -08:00
ac360
5a5590732f Serverless: Fix issue #486 - Changing endpoints breaks project 2016-01-18 11:37:40 -08:00
Eslam A. Hefnawy
7085b33d13 fixed resourcesDeploy to aggregate resources from modules. Closes #485 2016-01-18 20:50:58 +02: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
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
ac360
84b8ae3227 Plugin Loading: Change and simplify plugin loading 2016-01-16 21:03:18 -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
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
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
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