7343 Commits

Author SHA1 Message Date
ac360
47b69c2a7b EndpointDeployApiGateway: remove unnecessary console log 2016-03-17 16:28:55 -07:00
ac360
4113003c1d EndpointDeployApiGateway: fix custom authorizer to use stages 2016-03-17 16:27:04 -07:00
ac360
b7ac4ce073 EndpointDeployApiGateway: fix custom authorizer 2016-03-17 16:16:38 -07:00
Austen
270dcaf862 Merge pull request #820 from erikerikson/v0.5-accountId-from-variables-if-available
Allow variable declaration of AWS account ID
2016-03-17 15:20:40 -07:00
Austen
f41e69c7df Merge pull request #824 from HyperBrain/823-check-for-region
Issue #823 Check for invalid region in FunctionDeploy.
2016-03-17 08:57:14 -07:00
Austen
233eca18a2 Merge pull request #821 from alexandresaiz/patch-2
Add microapps in consultants list
2016-03-17 08:56:59 -07:00
Austen
96f17cfbbd Merge pull request #822 from ryansb/readme
Move David Guetta campaign link to original version
2016-03-17 08:56:49 -07:00
Austen
9161b76b9a Merge pull request #825 from minibikini/v0.5
fix deploy for custom runtimes
2016-03-17 08:52:16 -07:00
Egor Kislitsyn
32ae6ff989 fix deploy for custom runtimes 2016-03-17 22:50:21 +07:00
Austen
599be5efb3 Merge pull request #816 from michaelorionmcmanus/fix-v0.5-deployment
Fixes #813 and #814 - the redux
2016-03-17 08:47:39 -07:00
Frank Schmid
153899f033 Issue #823 Check for invalid region in FunctionDeploy. 2016-03-17 16:35:25 +01:00
Ryan S. Brown
b973170837 Move David Guetta campaign link to original version, not the High Scalability republish 2016-03-17 07:48:45 -04:00
Alexandre Saiz Verdaguer
1c4424bcb3 Add microapps in consultants list
Add microapps in consultants list
2016-03-17 12:48:13 +01:00
Erik Erikson
a478a3dd78 Clarify the error message reporting that an account ID could not be loaded to indicate the valid sources of an account ID. 2016-03-16 23:04:46 -07:00
Erik Erikson
5406973b1a Allow AWS account ID to be defined in the variables files by using it as the preferred source of the account ID.
Move the check for a valid account ID until after contingent loading of the ID has been executed.
2016-03-16 22:58:31 -07:00
Michael McManus
5791e69508 Fixes #813 and #814
* More narrowly define default function excludePatterns
* Correct reference to undefined properties in `Runtime._validateAndPrepare()`
2016-03-16 13:59:56 -07:00
Austen
13f68b359d Merge pull request #807 from minibikini/v0.5
fixes tests/actions/FunctionRun.js
2016-03-16 00:18:53 -07:00
Egor Kislitsyn
2f0b0afddf fixes tests/actions/FunctionRun.js 2016-03-16 13:40:13 +07:00
Austen Collins
72e28c4075 serverless: throw error if plugin is missing 2016-03-15 19:02:53 -07:00
Austen Collins
a9cae2385f Stage: fix variable loading to not pass in Serverless instance 2016-03-15 18:19:41 -07:00
Austen Collins
01120b8944 FunctionCreate: fix validation 2016-03-15 18:03:12 -07:00
Austen
33f939813e Merge pull request #806 from serverless/v0.5-nobucket2
Remove project bucket, change env handling, change action/class/plugin loading
2016-03-15 17:42:57 -07:00
Austen Collins
113e0af963 fix merge conflict 2016-03-15 17:38:50 -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
Austen
7f0e902596 Merge pull request #802 from minibikini/v0.5-nobucket
Refactor actions, improves Python runtime, fixes code packaging
2016-03-15 11:09:23 -07:00
Egor Kislitsyn
b1d61e6ada Fixes RuntimePython27 #789 (thanks to @michaelorionmcmanus) 2016-03-16 00:04:08 +07:00
Egor Kislitsyn
40555fcd9d fixes code packaging #798 2016-03-15 21:44:15 +07:00
Egor Kislitsyn
4b82b6ad38 Adds ENV vars to RuntimePython27.run() 2016-03-15 21:20:58 +07:00
Egor Kislitsyn
14b8c0a8ac Actions: refactor 2016-03-15 20:37:15 +07:00
Austen
78ee8a101e Merge pull request #792 from erikerikson/v0.5-allow-for-falsy-templates-and-variables
Allow falsy templates & variables
2016-03-15 00:26:52 -07:00
Austen
c4b270a1df Merge pull request #784 from martinbooth/v0.5-populate-function-template
When deploying functions, replace the variable placeholders with their values
2016-03-15 00:25:57 -07:00
Martin Booth
9ecc0e720d When deploying functions, replace the variable placeholders with their values 2016-03-15 15:09:12 +08:00
ac360
fdd35c7ce5 PluginTemplate: add more descirptions 2016-03-14 23:30:11 -07:00
ac360
a912a6e3b8 Serverless: remove dead property 2016-03-14 23:06:17 -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
ac360
22c4af6b90 SerializerFileSystem: Rename to Serializer 2016-03-14 19:01:29 -07:00
Austen Collins
ebf084fa63 WIP 2016-03-14 18:04:46 -07:00
Austen Collins
6a5029bfdc Runtimes: clean up 2016-03-14 14:25:27 -07:00
Erik Erikson
950d0b665f Tiny changes to allow for falsy values to be used in templates and variables. 2016-03-14 13:59:02 -07:00
Austen Collins
95755eb09e Remove all project bucket related code 2016-03-14 10:41:51 -07:00
Austen
0710f2fc3a Merge pull request #785 from minibikini/v0.5
Moves ENV vars to s-function.json and Fix EndpointDeployApiGateway action
2016-03-14 08:58: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
Austen
239a82d2e0 Merge pull request #723 from rma4ok/patch-2
Optimizer plugin: coffee and babel support
2016-03-13 22:46:40 -07:00
Austen
a8467c8fdd Merge pull request #781 from jordanmack/fix-error-message-on-invalid-s-project.json
v0.5 - Fix error message on invalid s-project.json.
2016-03-13 22:44:40 -07:00
Austen
0ca6045a83 Merge pull request #782 from martinbooth/v0.5-windows-function-handler
Fix issue finding handler when running on windows
2016-03-13 22:44:03 -07:00
Austen
9fd831e25c Merge pull request #783 from minibikini/v0.5
Fix DashDeploy (#776)
2016-03-13 22:38:36 -07:00
Egor Kislitsyn
d6d3db8593 Fix DashDeploy (#776) 2016-03-14 12:36:48 +07:00
Martin Booth
0c9019872f Fix issue finding handler when running on windows 2016-03-14 12:22:25 +08:00