610 Commits

Author SHA1 Message Date
Austen Collins
6a5029bfdc Runtimes: clean up 2016-03-14 14:25:27 -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
Egor Kislitsyn
9f328ed130 fix EndpointDeployApiGateway action (#777) 2016-03-14 20:10:44 +07:00
Egor Kislitsyn
d6d3db8593 Fix DashDeploy (#776) 2016-03-14 12:36:48 +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
Austen Collins
6f6773311d EndpointDeploy: custom authorizers WIP 2016-03-11 16:34:07 -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
9bf17a4e73 Merge branch 'v0.5' into v0.5-authorizers 2016-03-10 21:09:11 -08:00
Egor Kislitsyn
1077a4f573 fix ProjectInit 2016-03-11 12:06:44 +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
cd7c138d8b Fix typo 2016-03-10 21:25:35 +07:00
Egor Kislitsyn
e7272908e2 moves scaffolding logic to Runtime.scaffold(), updates FunctionCreate; 2016-03-10 21:19:32 +07:00
Egor Kislitsyn
a08ae80f1a adds load environment variables before function handler 2016-03-10 21:17:39 +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
Eslam A. Hefnawy
cae5349548 tiny fixes for deploy and remove actions 2016-03-09 18:31:05 +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
43d1317f61 fixes across actions to remove components completely 2016-03-09 03:13:32 +07:00
ac360
f7e3c8f03c Project: remove excessive properties 2016-03-08 09:30:15 -08:00
Egor Kislitsyn
dea5e18452 removes components from actions 2016-03-08 21:39:03 +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
Eslam A. Hefnawy
023fbf1c7c pluginCreate: npm linking requires admin access. set it as an option instead 2016-03-05 19:19:36 +07:00
Eslam A. Hefnawy
fb2d6c55a4 projectCreate: replace domain option with bucket. Closes #733 2016-03-05 14:53:39 +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
shawn robert grona
ffde94f7bb functionrollback typo 2016-03-04 14:40:41 -08:00
Eslam A. Hefnawy
76d4cf1a54 CLI Testing: some fixes 2016-03-05 01:46:31 +07:00
Egor Kislitsyn
df02505ff3 Merge branch 'v0.5' of github.com:serverless/serverless into v0.5
# By Eslam A. Hefnawy
# Via Austen (1) and Eslam A. Hefnawy (1)
* 'v0.5' of github.com:serverless/serverless:
  fixed function handler. Closes #729
2016-03-04 23:54:21 +07:00
Egor Kislitsyn
2211ee8dfe adds FuntionRollback action 2016-03-04 23:53:59 +07:00
Egor Kislitsyn
e72d08eb05 fix FunctionRemove 2016-03-04 18:30:44 +07:00
Eslam A. Hefnawy
4b93b9646e fixed function handler. Closes #729 2016-03-04 14:57:19 +07:00
Egor Kislitsyn
0caca03c81 fix typos in EndpointRemove 2016-03-04 12:04:55 +07:00
Egor Kislitsyn
6fac101831 fix EndpointRemove (prevents the root resources removal) 2016-03-04 11:42:17 +07:00
ac360
0caf219fd9 DashDeploy: slight changes to UI 2016-03-03 10:10:04 -08:00
ac360
b20180eb41 FunctionCreate: fix to show even/endpoint select if path is specified, Templates: fix comment in handler.js 2016-03-03 09:59:44 -08:00
ac360
086aafd10f StageCreate: set env var after writing to admin.env 2016-03-03 09:44:46 -08:00
Eslam A. Hefnawy
e08ca473cb removed comment 2016-03-03 20:50:44 +07:00
Eslam A. Hefnawy
c547ba5b2e functionCreate: UX improvements. Closes #725 2016-03-03 20:49:44 +07:00
Egor Kislitsyn
16905539cb fix EventRemove 2016-03-03 19:22:25 +07:00
Egor Kislitsyn
b599bd78d8 improves RegionRemove to remove functions (#600) 2016-03-03 19:13:01 +07:00