Egor Kislitsyn
663f6ab3f4
Moves ENV vars to s-function.json
2016-03-14 21:46:44 +07:00
Egor Kislitsyn
4dec5ac59a
fixes tests/actions/ProjectInstall.js
2016-03-11 12:30:29 +07:00
ac360
241f70ed37
Remove old utils
2016-03-01 16:02:28 -08:00
Eslam A. Hefnawy
731787f0c1
fixed and tested project life cycle actions
2016-02-26 01:47:22 +07:00
Egor Kislitsyn
219cea9f3a
Actions: remove serverless prefix
2016-02-18 18:44:11 +07:00
Kamil Burzynski
b67b044117
Bugfixes
...
- project load is truly used in async way now
- a number of typos related to misplaced ; or ,
- S.init() used properly and systematically throughout the code
- sPath indexOf usage now looks only at beginning of paths, to avoid bugs like "foo/bar-get".indexOf( "bar" ) mistakenly finding a component 'bar' within 'foo'
2016-02-16 11:19:12 +01:00
ac360
8da05b8572
merge
2016-02-11 08:58:22 -08:00
Egor Kislitsyn
924261e8d4
improves Project Install action:
...
- adds a prompt for the new project name (fixes #611 );
- adds an option to install a project from local path instead of NPM;
2016-02-11 18:40:00 +07:00
Kamil Burzynski
c4b3aaf43e
Merge remote-tracking branch 'origin/v0.5' into arch-refactor
...
Conflicts:
lib/actions/CodeDeployLambda.js
lib/actions/EventDeployS3Lambda.js
lib/actions/EventDeploySNSLambda.js
lib/actions/EventDeployScheduledLambda.js
lib/actions/EventDeployStreamLambda.js
tests/tests/actions/ResourcesDeploy.js
2016-02-11 09:34:25 +01:00
Austen Collins
c6a0e51cac
Comments: remove all traces of 'development' stage
2016-02-10 20:03:19 -08:00
Kamil Burzynski
7c031bb8ec
Bugfixes
2016-02-09 17:29:21 +01:00
Kamil Burzynski
0d55b5449f
Typos fixed.
2016-02-09 16:27:54 +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
Eslam A. Hefnawy
d6c6b27825
projectInstall: minor fixes
2016-02-06 17:02:49 +07:00
ac360
981cb2fb78
ProjectInstall: fix
2016-02-02 01:41:05 -08:00
Eslam A. Hefnawy
7b894fb08a
change projectInstall message
2016-02-02 13:39:06 +07:00
ac360
fabb84f44b
ProjectInit, ProjectInstall: fix tests
2016-01-28 23:09:28 -08:00
ac360
581169845b
ProjectInstall: refactor to use ProjectInit
2016-01-28 22:45:29 -08:00
Eslam A. Hefnawy
8c38a6af96
projectInstall: clean packcage.json
2016-01-26 17:23:45 +07:00
Eslam A. Hefnawy
10b91037c2
projectInstall: auto install components deps
2016-01-26 16:52:48 +07:00
Eslam A. Hefnawy
91f97dcd96
projectInstall: fixed errors
2016-01-26 16:24:17 +07: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
ccbbfc6610
ProjectInstall: Remove unnecessary package.json attributes
2016-01-19 18:40:58 -08:00
ac360
dc2648c498
ProjectInstall: User experience improvements. Tests: add test for project install
2016-01-19 12:52:31 -08:00
ac360
840e0610e1
ProjectInstall: first pass at implementing this Action
2016-01-19 12:31:34 -08:00