50 Commits

Author SHA1 Message Date
Austen Collins
95755eb09e Remove all project bucket related code 2016-03-14 10:41:51 -07:00
Egor Kislitsyn
663f6ab3f4 Moves ENV vars to s-function.json 2016-03-14 21:46:44 +07:00
Egor Kislitsyn
1077a4f573 fix ProjectInit 2016-03-11 12:06:44 +07:00
Eslam A. Hefnawy
43d1317f61 fixes across actions to remove components completely 2016-03-09 03:13:32 +07:00
ac360
f7e3c8f03c Project: remove excessive properties 2016-03-08 09:30:15 -08:00
Egor Kislitsyn
dea5e18452 removes components from actions 2016-03-08 21:39:03 +07:00
Egor Kislitsyn
8b45f91366 fixes DashDeploy, EndpointDeploy, ProjectInit, and some tests 2016-03-03 19:10:11 +07:00
Austen Collins
865cb2d645 ProjectInit: No longer auto-create stage and stage named 'dev'. Allow user to optionally create stage and name it anything 2016-03-02 11:45:21 -08:00
ac360
241f70ed37 Remove old utils 2016-03-01 16:02:28 -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
ba248d371e more aggressive testing of projectInit and its sub actions 2016-02-26 00:00:17 +07:00
Eslam A. Hefnawy
40423b3b97 ProjectInit is now working 2016-02-25 17:34:22 +07:00
ac360
d12a50c754 RegionCreate: fix WIP 2016-02-23 19:06:28 -08:00
Austen Collins
cb9113c969 ProviderAws: fix credentails saving 2016-02-23 14:51:40 -08:00
ac360
b253d42d7e StageCreate: move credentials handling back 2016-02-23 11:14:17 -08:00
Eslam A. Hefnawy
67acc7026d Running ProjectInit: Fixes 2016-02-23 18:48:12 +07:00
ac360
d27aa15f0c ProjectInit: continue work WIP 2016-02-22 22:58:53 -08:00
ac360
7939980be6 ProjectInit: continue refactor 2016-02-22 20:04:39 -08:00
ac360
93ea47ca98 Continue moving utilities 2016-02-22 17:54:46 -08:00
ac360
f10d2d80f1 ProjectInit: start fixing 2016-02-22 17:17:17 -08:00
Austen Collins
7f99288156 Serverless: fix loading 2016-02-22 16:43:24 -08:00
Egor Kislitsyn
3ce9e0b28c fix actions 2016-02-18 18:53:06 +07:00
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