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
Erik Erikson
0ceaf170e1
Merge remote-tracking branch 'upstream/v0.5' into v0.5-credential-loading-cleanup
2016-03-07 17:16:56 -08:00
Austen Collins
1926ee616e
EndpointDeploy: continue adding authorizer support
2016-03-07 15:36:28 -08:00
Austen Collins
afe371f330
EndpointDeploy, Endpoint: being adding support for custom authorizers
2016-03-07 14:48:19 -08:00
Egor Kislitsyn
cedf22b3c3
adds a test for the FunctionRollback action
2016-03-07 16:56:47 +07:00
Erik Erikson
3049b3a972
Change code generation of '*_PROFILE_[STAGE]' in Serverless artifacts to produce '*_[STAGE]_PROFILE' to align with prior changes.
...
Allow for a user supplied profile name prefix using the environment variable 'AWS_PROFILE_PREFIX' for use in loading credentials.
Ensure that profile names are lower case.
2016-03-04 22:12:07 -08:00
ac360
0caf219fd9
DashDeploy: slight changes to UI
2016-03-03 10:10:04 -08:00
Egor Kislitsyn
8b45f91366
fixes DashDeploy, EndpointDeploy, ProjectInit, and some tests
2016-03-03 19:10:11 +07:00
Austen Collins
89e054c845
Merge branch 'v0.5' of https://github.com/serverless/serverless into v0.5
2016-03-02 11:03:12 -08:00
Austen Collins
8b4a24a81d
ProviderAws: remove undefiend variable
2016-03-02 11:00:34 -08:00
Eslam A. Hefnawy
9f85c658a4
functionCreate: create endpiont or event
2016-03-03 01:57:00 +07:00
ac360
644bfc235b
FunctionDeploy: remove lambda backups
2016-03-02 09:30:14 -08:00
ac360
7926b326f1
remove unnecessary console.logs
2016-03-02 08:50:28 -08:00
ac360
3e42fbe4a6
AwsProvider: add credentails format fix
2016-03-02 08:48:28 -08:00
Egor Kislitsyn
38694883f2
fix tests/actions/projectLifeCycle
2016-03-02 20:08:23 +07:00
Egor Kislitsyn
22d56ec27b
fixes many actions
2016-03-02 18:55:19 +07:00
Egor Kislitsyn
4686d63b73
fix tests
2016-03-02 16:07:26 +07:00
ac360
99f95d6e53
ProviderAws: minor fixes
2016-03-01 21:43:10 -08:00
ac360
05af2e48e0
Tests: change credential loading to rely on profiles
2016-03-01 21:27:16 -08:00
Austen Collins
c1c5f0ae35
Change utils/new.js back to utils/index.js
2016-03-01 18:23:12 -08:00
Austen Collins
9f46e29654
Utils: add findProjectPath method
2016-03-01 18:21:43 -08:00
ac360
13fec3bda5
TestDefaultActionTest: fix
2016-03-01 16:41:19 -08:00
ac360
241f70ed37
Remove old utils
2016-03-01 16:02:28 -08:00
ac360
716d6a21fc
Test and Class fixes
2016-03-01 15:36:29 -08:00