Eslam A. Hefnawy
077f63d654
temporarily always create stage by default on projectInit
2016-03-22 13:50:27 +07:00
ac360
31163c4750
ProjectInit: Set name option if project exists
2016-03-21 23:18:50 -07:00
ac360
9271348e5d
Fix keypress duplication bug WIP
2016-03-21 23:14:28 -07:00
Austen Collins
53b8b7b4f3
Endpoint: remove customAuthorizer property
2016-03-21 19:38:57 -07:00
Austen Collins
415e687007
ProjectInit: set name option if project exists
2016-03-21 18:55:52 -07:00
ac360
b897e2e4f9
FunctionDeploy: minor fixes
2016-03-18 17:49:16 -07:00
ac360
6cbddf3f55
ProjecInit: cleanup
2016-03-18 17:21:46 -07:00
Austen Collins
64110345a6
Serverless: fix plugin loading
2016-03-18 10:31:35 -07:00
Egor Kislitsyn
14b8c0a8ac
Actions: refactor
2016-03-15 20:37:15 +07:00
ac360
425200e94e
Actions: refactor to accept Serverless instance
2016-03-14 22:51:36 -07:00
ac360
ae582d0d8e
Classes: refactor
2016-03-14 21:33:51 -07:00
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