70 Commits

Author SHA1 Message Date
ac360
fee7589a67 EndpointDeploy: continue work on authroizers WIP 2016-03-10 20:59:19 -08:00
ac360
9c6793e22c EndpointDeploy: continue work on custom authoriers WIP 2016-03-10 18:20:30 -08:00
Austen Collins
198e4f038a EndpointDeploy: Refactor to support custom authorizers w/ better ux 2016-03-10 17:45:46 -08:00
Eslam A. Hefnawy
cae5349548 tiny fixes for deploy and remove actions 2016-03-09 18:31:05 +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
Egor Kislitsyn
8b45f91366 fixes DashDeploy, EndpointDeploy, ProjectInit, and some tests 2016-03-03 19:10:11 +07:00
Egor Kislitsyn
4e45bc3a97 adds Project.getAllRegionNames(stageName) 2016-03-03 19:08:30 +07:00
Eslam A. Hefnawy
56efd97f8a CLI testing: some fixes 2016-03-03 01:57:00 +07:00
ac360
241f70ed37 Remove old utils 2016-03-01 16:02:28 -08:00
Eslam A. Hefnawy
dd598ca4f1 fixed action tests 2016-03-02 02:51:01 +07:00
Eslam A. Hefnawy
b84c8df201 fixed more actions 2016-02-27 00:57:20 +07:00
Eslam A. Hefnawy
c580ec6fa5 continue refactoring actions 2016-02-23 05:59:09 +07:00
Austen Collins
241a376f1e remove mkdirp in favor of fs-extar 2016-02-22 14:10:32 -08:00
Eslam A. Hefnawy
eb98520a17 more actions refactoring 2016-02-21 17:12:48 +07:00
Egor Kislitsyn
219cea9f3a Actions: remove serverless prefix 2016-02-18 18:44:11 +07:00
Kamil Burzynski
ae34e22e14 Bugfixes 2016-02-16 14:08:14 +01:00
Eslam A. Hefnawy
79bed1ee63 continue refactoring actions to use Provider class 2016-02-15 18:59:51 +07:00
Eslam A. Hefnawy
2246ededba WIP - getting rid of aws utils 2016-02-15 17:14:28 +07: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
9cb95838d2 Migrated getEndpoints to Project 2016-02-12 11:26:50 +01:00
Kamil Burzynski
7f80bd6bc1 WIP: moved getFunctions() to project 2016-02-12 09:09:56 +01:00
Kamil Burzynski
f6a0a6aa84 Updates after merge to 0.5, minor code cleanups. 2016-02-11 09:42:07 +01: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
c0ed521b27 DashDeploy: Allow API Gateway deployment descriptions 2016-02-10 19:13:09 -08: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
94371da5fb EndpointDeploy: update tests 2016-02-07 12:22:06 -08:00
ac360
6c759e8bff EndpointDeploy: fix duplicate options 2016-01-22 12:14:53 -08:00
ac360
04cc4bb5ed EndpointDeploy: bring back support for --all option 2016-01-18 12:08:32 -08:00
ac360
9aca1859a9 DashDeploy: don't show error when functions are missing endpoints, ServerlessState: don't return errors when no assets are found, return empty arrays instead, FunctionDeploy/EndpointDeploy: throw error when paths are not found 2016-01-18 08:38:28 -08:00
ac360
34f6a71e10 DashDeploy: fix 2016-01-16 19:59:13 -08:00
ac360
978526a155 EndpointDeploy: update to use new classes, Tests: all tests passing 2016-01-16 15:11:27 -08:00
ac360
931dbde01e Meta: remove public and private folders and namespace 2016-01-08 10:07:01 -08:00
Eslam A. Hefnawy
592812fbfa deployment updates 2016-01-08 15:12:55 +02:00
ac360
fde3eee4fd Utils: refactor getResources, populate, Tests: fix all, Serverless: add methods to work with sPaths 2016-01-08 01:17:42 -08:00
Eslam A. Hefnawy
791ce2d7b2 function and endpoint deploy now deploys according to CWD 2016-01-06 12:12:01 +02:00
ac360
e194e3e72b Actions: fix all to pass evt object through, wherever possible, Tests: get function and endpoint deploy tests workign, minor fixes for the validateevent function 2016-01-04 23:26:35 -08:00
ac360
8eb2e0afad EndpointDeploy: Finish refactor 2016-01-03 21:13:39 -08:00
ac360
016f0812ad EndpointDeploy: finish refactor 2016-01-03 20:24:21 -08:00
ac360
0ba82d5d14 merge 2016-01-03 15:56:03 -08:00
ac360
b296a4d7ed EndpointDeploy: continue refactor 2016-01-02 18:14:33 -08:00
ac360
bc5251bd00 EndpointDeploy: Continue refactor 2016-01-02 18:03:32 -08:00
ac360
adee135759 FunctionDeploy: deploy code to Lambda directly, while uploading code to S3 concurrently 2016-01-02 16:50:41 -08:00
ac360
6837b09509 Utils.populate: allow templates to be empty strings 2016-01-02 12:19:22 -08:00
ac360
6b1e89bafe Project.getEndpoints: Fix, Utils.populate: Fix template loading 2016-01-02 12:14:29 -08:00
ac360
edecb905b7 Project: add getEndpoints method 2016-01-02 11:52:24 -08:00
ac360
60572e51bb S3: Change projectbucket name back to serverless.region.domain, update settings to always use project bucket in the same region, EndpointDeploy: continue refactor 2016-01-02 09:10:48 -08:00
ac360
f819ae5bac EndpointDeploy: begin refactor 2016-01-02 00:00:33 -08:00
ac360
d3787e9860 Serverless: change global private properties to be on config object 2015-12-31 16:42:00 -08:00
Austen Collins
3026632048 ProjectCreate: Create new meta scaffolding. Add CF to s-project.json template and stop using resources-cf.json 2015-12-27 17:08:38 -08:00