25 Commits

Author SHA1 Message Date
Austen Collins
6a5029bfdc Runtimes: clean up 2016-03-14 14:25:27 -07:00
Egor Kislitsyn
9fae29dd16 adds build() method to Runtime class; Removes FunctionRunNode and FunctionRunPython27 2016-03-10 21:08:34 +07:00
Egor Kislitsyn
d0905b5682 Adds build method to the Runtime class 2016-03-09 20:31:03 +07:00
Austen Collins
fd7aedc0ba Serializer: fix template loading, FunctionDeploy: add nice error if ahndler is incorrect, Tests: fix all 2016-03-08 15:16:42 -08: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
22d56ec27b fixes many actions 2016-03-02 18:55:19 +07:00
ac360
241f70ed37 Remove old utils 2016-03-01 16:02:28 -08:00
ac360
6ca9564c52 Classes: take filePaths as param, fix tests 2016-03-01 13:34:40 -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
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
Eslam A. Hefnawy
7ec255a624 continue refactoring actions 2016-02-21 02:00:34 +07:00
Egor Kislitsyn
2e56ccaeae fix S3 requests 2016-02-18 20:28:34 +07: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
Eslam A. Hefnawy
3b829fe8fe WIP - refactoring actions to use the new Provider class 2016-02-15 18:03:44 +07: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
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
a367fd44be FunctionDeploy: finish, add templateName, update tests 2016-02-07 12:22:06 -08:00
Austen Collins
ab2b67e5d5 FunctionDeploy: Create distribution directory in path so that package in project's package.json can be used for build operations 2016-01-29 17:55:58 -08:00
Austen Collins
b7a302e6a3 ServerlessModule: remove unnecessary properties, make simpler 2016-01-29 16:34:19 -08:00
Ryan S. Brown
26db3e3ba3 Merge Node and Python deploy package step
This commit kills the language-agnostic CodePackageLambdaNodeJs action
in favor of the agnostic CodePackageLambda. We can still do
language-specific stuff, but 100% of the logic for packaging as it is
now is agnostic, so it doesn't need to be separate.
2016-01-23 09:08:15 -05:00