Jeremy Wallace
f447aec494
Add IoT event source
2016-04-30 18:44:32 -07:00
Ankur Kalra
8cc02bf773
Remove embedded newlines from all action descriptions
2016-04-28 10:59:38 -07:00
Frank Schmid
fca6178b69
Issue #1015
...
Added `--template/-t` parameter to `function create` that sets the template type used for the created function. Accepted values are `function`, `endpoint` and `event` and behave exactly the same as when entered through the interactive prompt.
2016-04-20 01:40:58 +02:00
Egor Kislitsyn
e222a57128
moves nodejs to the bottom of the runtimes list
2016-04-14 12:40:15 +07:00
Eslam A. Hefnawy
e5004430e5
functionCreate: notify user that function will be created in CWD
2016-03-29 01:28:47 +07:00
Eslam A. Hefnawy
09fe597f50
fixed path seperator for functionCreate. Closes #839 .
2016-03-28 13:03:30 +07:00
Egor Kislitsyn
7e303e78b5
Adds select menu for runtimes to FunctionCreate action
2016-03-21 18:20:07 +07:00
Frank Schmid
f04bac4e50
Issue #839 - Use path.parse method to extract function name in a platform independent way.
2016-03-20 13:25:34 +01:00
Austen Collins
01120b8944
FunctionCreate: fix validation
2016-03-15 18:03:12 -07:00
Austen Collins
d4ab30be1c
Stage, Region, Endpoint, Event: change order of params to accept data first
2016-03-15 17:36:38 -07:00
Egor Kislitsyn
14b8c0a8ac
Actions: refactor
2016-03-15 20:37:15 +07:00
Egor Kislitsyn
cd7c138d8b
Fix typo
2016-03-10 21:25:35 +07:00
Egor Kislitsyn
e7272908e2
moves scaffolding logic to Runtime.scaffold(), updates FunctionCreate;
2016-03-10 21:19:32 +07:00
Eslam A. Hefnawy
43d1317f61
fixes across actions to remove components completely
2016-03-09 03:13:32 +07:00
Egor Kislitsyn
dea5e18452
removes components from actions
2016-03-08 21:39:03 +07:00
Eslam A. Hefnawy
4b93b9646e
fixed function handler. Closes #729
2016-03-04 14:57:19 +07:00
ac360
b20180eb41
FunctionCreate: fix to show even/endpoint select if path is specified, Templates: fix comment in handler.js
2016-03-03 09:59:44 -08:00
Eslam A. Hefnawy
e08ca473cb
removed comment
2016-03-03 20:50:44 +07:00
Eslam A. Hefnawy
c547ba5b2e
functionCreate: UX improvements. Closes #725
2016-03-03 20:49:44 +07:00
Eslam A. Hefnawy
56efd97f8a
CLI testing: some fixes
2016-03-03 01:57:00 +07:00
Eslam A. Hefnawy
9f85c658a4
functionCreate: create endpiont or event
2016-03-03 01:57:00 +07:00
Egor Kislitsyn
5f0fd37818
fix functionCreate
2016-03-02 16:02:15 +07:00
ac360
241f70ed37
Remove old utils
2016-03-01 16:02:28 -08:00
ac360
6ca9564c52
Classes: take filePaths as param, fix tests
2016-03-01 13:34:40 -08:00
ac360
4e57f0ff8b
Extend templates in toObjectPopulate() methods, Classes take config again, test fixes
2016-03-01 13:30:52 -08:00
Eslam A. Hefnawy
b84c8df201
fixed more actions
2016-02-27 00:57:20 +07:00
Eslam A. Hefnawy
4621810516
fixed componentCreate and functionCreate
2016-02-26 14:34:47 +07:00
ac360
48758fac83
Serializer: remove config.filePath from assets
2016-02-23 16:22:22 -08:00
Egor Kislitsyn
219cea9f3a
Actions: remove serverless prefix
2016-02-18 18:44:11 +07:00
Kamil Burzynski
887e045e27
Bugfixes
2016-02-15 18:12:31 +01:00
ac360
c0ae21f4fc
syncMerge branch 'master' into v0.5
2016-02-12 13:36:13 -08:00
Kamil Burzynski
0a913255e7
Object hierarchy properly created.
...
Removal of few instances of private interface being used
2016-02-12 14:36:42 +01:00
Kamil Burzynski
c814acd1e9
Bugfixes.
...
State migration in progress
2016-02-12 12:36:04 +01:00
Kamil Burzynski
fedc2e329b
WIP: moved getComponents() to project
2016-02-12 09:10:35 +01:00
Kamil Burzynski
7f80bd6bc1
WIP: moved getFunctions() to project
2016-02-12 09:09:56 +01:00
Eslam A. Hefnawy
bebedc4474
functionCreate: fix error message. Closes #553 .
2016-02-12 13:52:42 +07:00
Kamil Burzynski
7c031bb8ec
Bugfixes
2016-02-09 17:29:21 +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
Austen Collins
cb10215054
FunctionCreate: fix functioncreate
2016-02-07 12:22:06 -08:00
ac360
f95d92f720
FunctionCreate: start refactoring to only use sPath
2016-02-07 12:22:06 -08:00
ac360
4b79e5e751
ComponentCreate, FunctionCreate: finish refactor and fix tests
2016-02-07 12:22:05 -08:00
ac360
f2ec676eb9
FunctionCreate: refactor to remove modules concept
2016-02-07 12:21:49 -08:00
Kamil Burzynski
df7b3d9db6
WIP - module removal
2016-02-07 12:21:03 -08: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
Ryan S. Brown
c2e4d7b7bc
typofix
2016-01-20 10:17:10 -05: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
Eslam A. Hefnawy
9137224731
fixing all actions to use classes
2016-01-16 00:28:50 +02:00
ac360
6508c11fbe
Classes: Finish refactor/cleanup, TestComponentCreate: finish
2016-01-07 18:33:34 -08:00
Eslam A. Hefnawy
480a4290db
updated env actions and functionRun
2016-01-07 23:42:04 +02:00
Eslam A. Hefnawy
810e01b452
added ComponentCreate actions and updates ModuleCreate and FunctionCreate
2016-01-07 22:58:39 +02:00