Austen Collins
c61e7c3c90
EndpointBuildApiGateway: add credentials option
2016-03-28 20:35:20 -07:00
Austen Collins
49d9a13522
StageCreate: allow for numbers in stage name
2016-03-28 20:30:40 -07:00
Eslam A. Hefnawy
e5004430e5
functionCreate: notify user that function will be created in CWD
2016-03-29 01:28:47 +07:00
Eslam A. Hefnawy
5856afb100
added Plugins array to Project class. Closes #884
2016-03-28 15:38:33 +07:00
Eslam A. Hefnawy
fe3716c6d3
enhanced s3 event to not overwrite existing bucket notification config
2016-03-28 15:23:02 +07:00
Eslam A. Hefnawy
0b00ca9845
don't overwrite bucket notification config. Closes #652
2016-03-28 14:09:11 +07:00
Eslam A. Hefnawy
09fe597f50
fixed path seperator for functionCreate. Closes #839 .
2016-03-28 13:03:30 +07:00
Eslam A. Hefnawy
13c7d494dc
bug fix: serverless variables can now be any type other than a string. Closes #801
2016-03-28 12:30:55 +07:00
Frank Schmid
b5cca6cc73
Issue #873 Added vsriables list action to show all variables per region/stage or with option --all
2016-03-25 17:53:04 +01:00
Egor Kislitsyn
dc5011c19d
fixes Runtime._processExcludePatterns() #881
2016-03-25 11:23:08 +07:00
ac360
2faf04f002
Function: use stage variable in project env variable
2016-03-24 11:32:06 -07:00
Austen
8948a53a15
Merge pull request #880 from jonathannaguin/master
...
New actions for managing variables from the command line
2016-03-24 08:46:32 -07:00
Egor Kislitsyn
00bb7b9d6f
adds some debug logging
2016-03-24 19:19:37 +07:00
Egor Kislitsyn
15500b5ac8
improves error message
2016-03-24 19:18:58 +07:00
Egor Kislitsyn
99a8c639bd
small refactor to use promises only (instead of the async lib and callbacks) for FunctionDeploys
2016-03-24 19:18:16 +07:00
Egor Kislitsyn
375ee9d764
Removes stage/region existence check from toObjectPopulated(options)
2016-03-24 19:14:50 +07:00
Jonathan Nunez Aguin
446e02b9c8
Actions moved to the correct place
2016-03-24 11:26:09 +00:00
Jonathan Nunez Aguin
0127891f72
New actions for managing variables from the command line
2016-03-24 09:03:54 +00:00
Austen
ee41e94574
Merge pull request #875 from HyperBrain/fix-wrapper-env-init-order
...
Issue #874 Load function handler after environment has been set
2016-03-23 19:47:18 -07:00
Erik Erikson
0dadafd325
Allow responseTemplate values to *also* be objects. Just like requestTemplates. In fact, using the same logic.
...
Should we also do this with response models? Not sure how to use that one. Future [dev] can do that!
2016-03-23 16:42:26 -07:00
Frank Schmid
67d4285def
Issue #874 Load function handler after environment has been set to make the env vars available in the handler's global context (as on AWS).
2016-03-24 00:18:57 +01:00
Egor Kislitsyn
45e64a94f8
Fixes Runtime to exclude the _meta folder from the project's root only
2016-03-23 20:21:04 +07:00
Egor Kislitsyn
9dfe4fbd7e
fix FunctionLogs ( #857 )
2016-03-23 16:47:48 +07:00
Egor Kislitsyn
50c92f7979
fix ProjectInit logging
2016-03-23 16:10:19 +07:00
Frank Schmid
ddfd16dbca
Issue #866 Let wrench follow symlinks while packaging
2016-03-22 21:51:25 +01:00
ac360
2159533ba3
Tests: comment out project install
2016-03-22 09:37:35 -07:00
ac360
abccf0309b
Fix v0.5 conflicts
2016-03-22 09:20:45 -07:00
ac360
a49d20f01c
ProjectInit: fix name
2016-03-22 09:13:57 -07:00
Austen
d41e8f6a80
Merge pull request #851 from kennu/master
...
Handle error case where the failed function is undefined
2016-03-22 09:12:53 -07:00
Egor Kislitsyn
1724e8cf0b
improves globber to ignore node_modules
2016-03-22 21:44:03 +07:00
icereval
594621ef86
borrow 0.5 code for vpc support
2016-03-22 08:02:34 -04:00
Eslam A. Hefnawy
3474048f92
Revert "Fix keypress duplication bug WIP"
...
This reverts commit 9271348e5dc3aaae29cb0c638956a9aa23ed0117.
2016-03-22 13:55:05 +07:00
Eslam A. Hefnawy
077f63d654
temporarily always create stage by default on projectInit
2016-03-22 13:50:27 +07:00
ac360
31163c4750
ProjectInit: Set name option if project exists
2016-03-21 23:18:50 -07:00
ac360
9271348e5d
Fix keypress duplication bug WIP
2016-03-21 23:14:28 -07:00
Austen Collins
53b8b7b4f3
Endpoint: remove customAuthorizer property
2016-03-21 19:38:57 -07:00
Austen Collins
415e687007
ProjectInit: set name option if project exists
2016-03-21 18:55:52 -07:00
Austen Collins
a12301d463
Serializer: remove unnecessary logs
2016-03-21 18:43:04 -07:00
Austen Collins
1d20bfe88b
Serializer: set globber to exclude node_modules
2016-03-21 18:42:13 -07:00
Austen Collins
9320a12ef4
EndpointRemove: Fix endpoint name
2016-03-21 18:21:19 -07:00
Kenneth Falck
1d7372c191
Handle error case where the failed function is undefined
2016-03-21 17:07:13 +02:00
Egor Kislitsyn
fc5463b25a
Merge branch 'v0.5' of github.com:serverless/serverless into v0.5
...
# By Erik Erikson (3) and Eslam A. Hefnawy (1)
# Via Erik Erikson (2) and others
* 'v0.5' of github.com:serverless/serverless:
added support for Frankfurt eu-central-1 region. Closes #810
Limit the scope of reserved variable addition to the population of templates/variables logic.
Move reserved variable generation out of the endpoint builder and into the Endpoint class. Add an equivalent implementation for Event. Add the new reserved variables to sUtils.populate.
Provide the reserved variable 'name' to Endpoints from their containing Function. This enables the name variable to be used in endpoint sections of the s-function declaration.
2016-03-21 18:20:52 +07:00
Egor Kislitsyn
7e303e78b5
Adds select menu for runtimes to FunctionCreate action
2016-03-21 18:20:07 +07:00
Eslam A. Hefnawy
33873d3305
added support for Frankfurt eu-central-1 region. Closes #810
2016-03-21 14:45:32 +07:00
Austen
09faa3b71c
Merge pull request #827 from erikerikson/v0.5-provide-reserved-variable-name-to-endpoints
...
Provide the reserved variable 'name' to Endpoints
2016-03-20 22:25:26 -07:00
Jordan Mack
4db6226c1d
Fix crash on sDebug when path does not match regex search.
2016-03-20 16:25:43 -07:00
Jordan Mack
6b99dd269b
Fix clear deployed and failed for plugins which utilize functionDeploy multiple times.
2016-03-20 16:24:48 -07:00
Austen Collins
3834949411
Function: remove custom.envVars from default function
2016-03-20 10:07:10 -07:00
Frank Schmid
98b6ae4b84
Issue #845 - Added description property to s-function.json. Defaults to old description if nothing is set to keep compatibility.
2016-03-20 17:03:37 +01:00
Austen
acb8f611ac
Merge pull request #843 from HyperBrain/838-set-no-default-name-on-project
...
Fixes #838 - Removed default name from project instance.
2016-03-20 07:34:41 -07:00