21 Commits

Author SHA1 Message Date
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
Austen Collins
fc8f29f9be tests: fix project tests further WIP, project: rename some methods to use getAll to keep convention 2016-02-26 12:33:54 -08: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
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
Kamil Burzynski
f532b50996 WIP 2016-02-17 16:41:17 +01: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
Egor Kislitsyn
e34be438c0 updates the actions to use ProviderAws 2016-02-15 18:22:52 +07:00
Kamil Burzynski
7f80bd6bc1 WIP: moved getFunctions() to project 2016-02-12 09:09:56 +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
ac360
9a0e1ec6a5 FunctionLogs: fix bug 2016-02-10 23:04:44 -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
Egor Kislitsyn
be4a61b984 improves FunctionLogs - strip trailing slashes from path 2016-02-08 18:23:48 +07:00
Austen Collins
929b4dc2f5 FunctionLogs: fix test 2016-02-07 18:10:36 -08:00
Austen Collins
98e7cab81f Tests: remove FunctionInvoke test 2016-02-07 17:36:17 -08:00
Egor Kislitsyn
f82d9a5b17 improves FunctionLogs action 2016-02-04 19:35:37 +07:00
Egor Kislitsyn
ec40e36e65 adds auto discovering new function versions to FunctionLogs action when tailing 2016-02-04 13:12:42 +07:00
Egor Kislitsyn
d4bf6c9ad2 fix FunctionLogs options 2016-02-04 12:09:01 +07:00
Egor Kislitsyn
0ac91102a5 adds Function Logs action 2016-02-04 12:03:49 +07:00