1957 Commits

Author SHA1 Message Date
Ryan S. Brown
3188a38b8d Add py2 packaging to Actions.json 2016-01-23 09:08:15 -05:00
Ryan S. Brown
d0f2a10c9b Add python packaging call 2016-01-23 09:08:15 -05:00
Ryan S. Brown
54055d1271 Remove debug statement 2016-01-23 09:08:15 -05:00
Ryan S. Brown
e2e02a004b Add Python2 FunctionRun action 2016-01-23 09:08:15 -05:00
Ryan S. Brown
21d0f270ec Add Python run handler 2016-01-23 09:08:15 -05:00
Ryan S. Brown
d091a16aaa Fix STDOUT and STDERR capture 2016-01-23 09:08:15 -05:00
Ryan S. Brown
39865daf08 Add python function-run binary 2016-01-23 09:08:15 -05:00
Ryan S. Brown
d9ad1ecb74 Handle dependencies and lib templates for Python runtime 2016-01-23 09:08:14 -05:00
Ryan S. Brown
3e198c1d8d Add python template files 2016-01-23 09:08:14 -05:00
Ryan S. Brown
2f0bb5620b Copy python templates to new functions 2016-01-23 09:08:14 -05:00
Ryan S. Brown
8b9476fa91 Add Python/pip as runtime & package manager 2016-01-23 09:08:14 -05:00
ac360
faa5b0267e Release v0.1.4 v0.1.4 2016-01-22 16:42:20 -08:00
ac360
95d997733c DashDeploy/FunctionDeploy: Minor UX improvements 2016-01-22 16:39:39 -08:00
ac360
16d9b6b7bc Templates: Fix template inheritance, allow template files in every level of organization, each inherit subjectively from the project level to the asset being populated 2016-01-22 16:18:12 -08:00
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