28 Commits

Author SHA1 Message Date
Egor Kislitsyn
219cea9f3a Actions: remove serverless prefix 2016-02-18 18:44:11 +07:00
ac360
8698fec3ea ProviderAws: remove ENV prefix. It's unnecessary for now 2016-02-17 10:55:51 -08: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
Eslam A. Hefnawy
914efae537 merging v0.5-providers branch: fixing conflicts 2016-02-16 13:19:59 +07:00
Kamil Burzynski
fe1ba82be5 Fixes for project/state loading 2016-02-15 15:41:37 +01:00
Egor Kislitsyn
e34be438c0 updates the actions to use ProviderAws 2016-02-15 18:22:52 +07:00
Kamil Burzynski
fedc2e329b WIP: moved getComponents() to project 2016-02-12 09:10:35 +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
24b9d73bfb ServerlessRuntime class hierarchy introduced 2016-02-10 14:07:42 +01:00
Kamil Burzynski
9064a77148 Updated unnecessary getProject() with hasProject() 2016-02-10 09:23:37 +01: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
7ee97a4ff7 fixed unit tests. All tests are passing 2016-02-08 18:07:35 +07:00
ac360
48a1e2abf9 ServerlessProject: getResources change to promise 2016-02-07 21:36:53 -08:00
ac360
353458c024 NameTemplate: change to customName 2016-02-07 20:48:18 -08:00
ac360
a712a2a35e ServerlessProject: create s-resources-cf.json 2016-02-07 19:07:31 -08:00
Eslam A. Hefnawy
d6c6b27825 projectInstall: minor fixes 2016-02-06 17:02:49 +07:00
Kamil Burzynski
3cdd7210e5 Fixed SERVERLESS_PROJECT_NAME=undefined in .env after fresh project creation. 2016-02-01 13:40:21 +01:00
Kamil Burzynski
515ecfe2b8 Fixed project init, when there is multiple profiles in aws credentials to be chosen from. 2016-02-01 13:32:26 +01:00
Austen Collins
56660fec55 ProjectInit: fix profile usage 2016-01-29 15:03:05 -08:00
ac360
581169845b ProjectInstall: refactor to use ProjectInit 2016-01-28 22:45:29 -08:00
ac360
8cd97a4cf3 ProjectInit: init plain projects, copied from git clone 2016-01-28 21:46:28 -08:00
ac360
d3998fc2dc ProjectInit, ServerlessProject: Optimize code 2016-01-28 21:33:47 -08:00
ac360
e04c03ae34 ProjectCreate: Add deprecated warning 2016-01-28 19:46:20 -08:00
ac360
66816804c8 ProjectCreate: Change to ProjectInit 2016-01-28 19:37:09 -08:00
ac360
e851b63a67 ProjectInit: create action 2016-01-28 18:12:31 -08:00