Philipp Muens
|
7e60d9e6e2
|
Refactor Plugin class and Plugin tests
|
2016-05-13 08:15:39 +02:00 |
|
Philipp Muens
|
ce3b2f06ec
|
Move necessary mocking out of before hooks
|
2016-05-12 18:53:18 +02:00 |
|
Philipp Muens
|
a28b6b94fd
|
Add tests for registerActions and registerHooks
|
2016-05-12 16:08:10 +02:00 |
|
Philipp Muens
|
0c549d07d8
|
Refactor Plugin class tests and add post hook tests
|
2016-05-12 16:01:34 +02:00 |
|
Philipp Muens
|
4670189a6d
|
Add additional Plugin class test
|
2016-05-12 15:25:05 +02:00 |
|
Philipp Muens
|
186220c399
|
Fix typo in it block
|
2016-05-12 14:11:45 +02:00 |
|
Philipp Muens
|
be65154b2f
|
Rewrite Plugin class tests
Add general test and tests for actions and hooks.
|
2016-05-12 12:22:26 +02:00 |
|
Philipp Muens
|
091b4905da
|
Update Plugin class tests
Update tests to add better tests if the promises resolve.
|
2016-05-12 05:12:49 +02:00 |
|
Philipp Muens
|
f2e6ebc852
|
Start adding tests for Plugin class
|
2016-05-11 18:44:21 +02:00 |
|
Philipp Muens
|
7166872648
|
Refactor describe of Utils tests
So that it reads better.
|
2016-05-11 16:57:29 +02:00 |
|
Philipp Muens
|
da11c08e79
|
Add additional test for Utils class
|
2016-05-11 16:37:40 +02:00 |
|
Eslam A. Hefnawy
|
39b61f04e0
|
added utils test file
|
2016-05-11 19:23:10 +07:00 |
|
Eslam A. Hefnawy
|
28ab0b8905
|
fix tests
|
2016-04-29 18:05:00 +07:00 |
|
Egor Kislitsyn
|
c7362fd4b7
|
fixes ProjectInstall test
|
2016-04-11 18:05:08 +07:00 |
|
Egor Kislitsyn
|
6ed7ee5b70
|
Fixes ProviderAws tests
|
2016-04-11 16:30:25 +07:00 |
|
Erik Erikson
|
1abaf409cf
|
Merge remote-tracking branch 'upstream/master' into ProviderAws-credential-loading-tests
|
2016-04-07 08:58:47 -07:00 |
|
Ryan Pendergast
|
b421bd692b
|
remove wrench
Fixing https://github.com/serverless/serverless/issues/952
|
2016-04-06 09:10:30 -05:00 |
|
Erik Erikson
|
b5fbcb4250
|
add region to set:
'eu-central-1', // Frankfurt
|
2016-04-04 09:30:17 -07:00 |
|
Erik Erikson
|
214823c642
|
Add tests for credential loading by ProviderAws.
Add those tests to the "all tests" script.
|
2016-04-01 11:54:06 -07:00 |
|
ac360
|
84c2e1835b
|
version bump
|
2016-04-01 07:42:14 -07:00 |
|
Eslam A. Hefnawy
|
da7cdd41b6
|
fixed provider init
|
2016-04-01 10:10:22 +07:00 |
|
Eslam A. Hefnawy
|
e38311cf87
|
FS Extra: Exclude function now returns false if excluding
|
2016-03-31 10:52:09 +07:00 |
|
Eslam A. Hefnawy
|
a50e9361b7
|
replaced wrench with fs extra
|
2016-03-31 03:12:35 +07:00 |
|
ac360
|
2159533ba3
|
Tests: comment out project install
|
2016-03-22 09:37:35 -07:00 |
|
Austen Collins
|
9320a12ef4
|
EndpointRemove: Fix endpoint name
|
2016-03-21 18:21:19 -07:00 |
|
Austen Collins
|
a58bc3a5cf
|
Tests: fix function deploy test
|
2016-03-18 10:57:02 -07:00 |
|
ac360
|
2e2250d719
|
Plugin template: refactor to work with v0.5 changes WIP
|
2016-03-18 02:43:46 -07:00 |
|
ac360
|
2b44964e28
|
Plugin: fix getName() method
|
2016-03-18 01:33:34 -07:00 |
|
ac360
|
1d43cc0a32
|
Region: remove serverless instance fixing saving of variables
|
2016-03-17 23:22:18 -07:00 |
|
ac360
|
adeb2f3d07
|
utils: remove persistent request and rely on AWS SDK's new rety logic
|
2016-03-17 23:06:08 -07:00 |
|
Egor Kislitsyn
|
2f0b0afddf
|
fixes tests/actions/FunctionRun.js
|
2016-03-16 13:40:13 +07:00 |
|
Austen Collins
|
d4ab30be1c
|
Stage, Region, Endpoint, Event: change order of params to accept data first
|
2016-03-15 17:36:38 -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 |
|
Austen
|
afa2f07123
|
Merge pull request #774 from serverless/v0.5-authorizers
V0.5 authorizers
|
2016-03-11 19:31:38 -08:00 |
|
ac360
|
cb93c3de1d
|
EndpointDeploy: finish custom authorizer support
|
2016-03-11 19:30:51 -08:00 |
|
ac360
|
7cd649355d
|
EndpointDeploy: custom authorizers WIP
|
2016-03-11 12:10:44 -08:00 |
|
Egor Kislitsyn
|
4dec5ac59a
|
fixes tests/actions/ProjectInstall.js
|
2016-03-11 12:30:29 +07:00 |
|
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
|
1cc6c6f689
|
EndpointDeploy: continue work on custom authorizers WIP
|
2016-03-10 17:59:00 -08:00 |
|
Austen Collins
|
198e4f038a
|
EndpointDeploy: Refactor to support custom authorizers w/ better ux
|
2016-03-10 17:45:46 -08:00 |
|
Egor Kislitsyn
|
138df1b260
|
fix test functions
|
2016-03-10 21:09:07 +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 |
|
Austen Collins
|
cf332d69a6
|
minor fix to tests
|
2016-03-08 12:39:08 -08:00 |
|
Austen Collins
|
adba9594ce
|
ResourcesDeploy: auto-add CF outputs to variables
|
2016-03-08 12:16:36 -08:00 |
|
Eslam A. Hefnawy
|
6f50c68e7f
|
fixed classes tests
|
2016-03-09 00:24:49 +07:00 |
|