7343 Commits

Author SHA1 Message Date
ac360
73be1b3fa7 Templates: fix method used to merge multiple template files 2016-01-22 14:04:09 -08:00
ac360
61c8658940 README: Add new plugin 2016-01-22 13:17:02 -08:00
ac360
2ccf606869 Release 0.1.3 v0.1.3 2016-01-22 12:39:01 -08:00
ac360
6c759e8bff EndpointDeploy: fix duplicate options 2016-01-22 12:14:53 -08:00
ac360
4911a3b75f Templates: finish support for project level templates. Remove moduleName.template syntax requirement for module-level templates. Module-level templates can extend project level templates. 2016-01-22 11:45:02 -08:00
ac360
2ae8f0accf Terminal: remove blackBg to help white screens 2016-01-21 23:59:09 -08:00
ac360
72489fd884 StageCreate,RegionCreate: Deploy CF resources automatically (like we used to) and fix the noExeCf option 2016-01-21 23:36:17 -08:00
ac360
7a78a2c830 Tests: add init method 2016-01-21 18:27:45 -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
Austen
e2d4fc78d6 Merge pull request #506 from ryansb/no-module-deps
Dependencies are no longer module-level
2016-01-21 17:00:58 -08:00
Ryan S. Brown
1c30542d67 Dependencies are no longer module-level, so don't use module-level packaging 2016-01-21 19:48:19 -05:00
ac360
e8758ebbbb ComponentCreate, ModuleCreate, FunctionCreate: use state.setAsset() on creation to add new items to the state before save. 2016-01-21 16:16:43 -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
ac360
348db9b670 ServerlessFunction: fix getRuntime method 2016-01-21 15:12:31 -08:00
ac360
f587413892 FunctionRun: throw error if incorrect path is specified 2016-01-21 15:00:24 -08:00
Eslam A. Hefnawy
469615dca1 project context validation 2016-01-21 17:38:33 +02:00
Eslam A. Hefnawy
dadfb50779 bug fixes for componentCreate and dashDeploy 2016-01-21 16:56:10 +02:00
Austen
b651e11d58 Merge pull request #502 from byron70/fix-windows-path
Account for Windows pathways in pathToContext function.
2016-01-20 11:53:55 -08:00
Byron Mann
0b694a4cd5 Account for Windows pathways in pathToContext function. 2016-01-20 12:39:23 -07:00
Austen
45614da472 Merge pull request #500 from ryansb/bugfix/runtime-hardcode
Get rid of runtime property hardcoding
2016-01-20 11:22:29 -08:00
Ryan S. Brown
9862ca08b0 Propagate rename 2016-01-20 11:52:49 -05:00
Ryan S. Brown
9f1c57fd0f Hide runtime at component-level behind a function on the ServerlessFunction object 2016-01-20 11:52:36 -05:00
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
5bf03ba90a Release v0.1.2 v0.1.2 2016-01-19 19:06:46 -08: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 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
Eslam λ Hefnawy
6f0ac69b53 Merge pull request #487 from kennu/master
Fix i/j index typo in CloudFormation module aggregation
2016-01-19 02:50:01 +02: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