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
Austen
68e639e51f
Merge pull request #841 from HyperBrain/839-platform-independent-path
...
Issue #839 - Use path.parse method to extract function name
2016-03-20 07:34:01 -07:00
Austen
5de2ad4e25
Merge pull request #840 from HyperBrain/836-incorrect-error-messages
...
issue #836 - Switched error messages for context and command.
2016-03-20 07:33:06 -07:00
Frank Schmid
a8536f894c
Fixes #838 - Removed default name from project instance. Now project name check on project init and project create work again as expected.
2016-03-20 15:25:09 +01:00
Frank Schmid
f04bac4e50
Issue #839 - Use path.parse method to extract function name in a platform independent way.
2016-03-20 13:25:34 +01:00
Frank Schmid
058ff86267
issue #836 - Switched error messages for context and command.
2016-03-20 12:49:10 +01:00
Peyton Zhou
9c1587af60
Modify sample hook log message.
2016-03-19 14:58:52 +08:00
Peyton Zhou
68eded19f9
Fixes the plugin template error after created.
2016-03-19 14:28:51 +08:00
ac360
b897e2e4f9
FunctionDeploy: minor fixes
2016-03-18 17:49:16 -07:00
ac360
6cbddf3f55
ProjecInit: cleanup
2016-03-18 17:21:46 -07:00
ac360
daf51ee773
FunctionDeploy: fix relative paths in compressed zip
2016-03-18 16:29:41 -07:00
ac360
aa519aad1b
FunctionDeploy: return dist path WIP
2016-03-18 16:21:03 -07:00
ac360
83dadcb218
FunctionDeploy: continue work on returning pathDist WIP
2016-03-18 16:11:32 -07:00
ac360
c411f77f3b
FunctionDeploy: refactor to not return file paths, but single dist dir path
2016-03-18 15:58:03 -07:00
Austen Collins
c6686188e6
FunctionDeploy: return distPath only, instead of array of file paths
2016-03-18 15:04:44 -07:00
Erik Erikson
bcaf95f85c
Limit the scope of reserved variable addition to the population of templates/variables logic.
2016-03-18 12:38:35 -07:00
Erik Erikson
a8096bc304
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.
2016-03-18 12:30:55 -07:00
Erik Erikson
a38621ba8a
Merge remote-tracking branch 'upstream/v0.5' into v0.5-provide-reserved-variable-name-to-endpoints
2016-03-18 12:19:08 -07:00
Austen Collins
a58bc3a5cf
Tests: fix function deploy test
2016-03-18 10:57:02 -07:00
Austen Collins
64110345a6
Serverless: fix plugin loading
2016-03-18 10:31:35 -07:00
Austen Collins
9cccaa4f44
FunctionDeploy: fix function alias support
2016-03-18 10:23:22 -07:00
Egor Kislitsyn
66aa241a95
fixes the Plugin class
2016-03-18 22:47:08 +07:00
ac360
2e2250d719
Plugin template: refactor to work with v0.5 changes WIP
2016-03-18 02:43:46 -07:00