2212 Commits

Author SHA1 Message Date
Takahiro Horike
97d80b3038 Merge pull request #4169 from serverless/SLSPrint
Add print command to generate output of computed serverless.yml file with all resolved Serverless Variables
2017-10-14 22:35:43 +09:00
horike37
2d9c75ba31 Merge branch 'master' into variable-auth-type 2017-10-14 17:47:04 +09:00
horike37
9403e1ce41 Merge branch 'master' into lambda-timeout-warning 2017-10-14 16:57:51 +09:00
horike37
07c35fa1a0 Merge remote-tracking branch 'root_branch/master' 2017-10-13 09:14:28 +09:00
horike37
647a62db74 Merge branch 'master' into SLSPrint 2017-10-13 08:20:19 +09:00
Rafal Wilinski
cf8e15778d Fix linter issue 2017-10-12 00:55:20 +02:00
Rafal Wilinski
656862919e Shorten test description 2017-10-11 14:03:09 +02:00
Rafal Wilinski
da33790a78 Fix test linter issues 2017-10-11 13:57:06 +02:00
Rafal Wilinski
1c57e39365 Add extendedValidate test 2017-10-11 13:53:01 +02:00
Rafal Wilinski
9e99b3aed0 Fix linter issues 2017-10-11 13:01:03 +02:00
Rafal Wilinski
a7b711dc33 Add function attached to APIGW timeout warning 2017-10-11 12:49:08 +02:00
Rafal Wilinski
daa37c4948 Merge pull request #4133 from kbariotis/custom-templates
Create service using template from an external repository
2017-10-10 22:35:37 +02:00
Daniel Schep
29a85498f5 Set stdin to a TTY in invoke.py to allow PDB use
Setting `sys.stdin` to a TTY prevents `pdb.set_trace()` from immediatly throwing
`BdbQuit`. I am unsure if there is a way to make this work in Windows
2017-10-10 14:40:23 -04:00
Jonathan Spies
1f086cfa14 update validator to accept type 2017-10-10 13:08:40 -05:00
Jonathan Spies
2341e5beae separate expectation for REQUEST into its own test 2017-10-10 12:36:16 -05:00
Jonathan Spies
e75c783365 add type option to authorizer. implements #4325 2017-10-10 12:31:22 -05:00
jeffnoehren
3c45339b2e Spotinst - adjusting spacing in templates 2017-10-09 17:11:53 -07:00
jeffnoehren
e9dc43f42e Spotinst o fixing spacing issue 2017-10-09 10:27:20 -07:00
jeffnoehren
e6876ef7c8 Spotinst - fixing spacing issues 2017-10-09 10:23:44 -07:00
jeffnoehren
377976c876 Spotinst - adding reuby text accidentially deleted 2017-10-09 10:12:19 -07:00
jeffnoehren
c55e66e422 Spotinst - adding in new line to EOF 2017-10-09 10:06:03 -07:00
jeffnoehren
a0f7babc6e Spotinst - fixing spacing issues in creare.test.js 2017-10-09 10:01:55 -07:00
jeffnoehren
abe93c81d2 Merge branch 'master' of github.com:jeffnoehren/serverless 2017-10-09 09:49:08 -07:00
jeffnoehren
1a6a23d836 Spotinst - deleting example code because its not displayed on site 2017-10-09 09:44:43 -07:00
Andrew Oh
4a3d7602a3 Upgrade serverless-webpack plugin from version 2.2.0 to 3.1.1 for aws-nodejs-ecma-script template 2017-10-08 21:05:04 +11:00
horike37
4b623b0e18 change position which false is assigned 2017-10-07 18:54:09 +09:00
Kostas Bariotis
234d66549e add node 4 compat 2017-10-06 17:56:00 +03:00
Kostas Bariotis
0c6a45052a resolve conflist 2017-10-06 16:41:32 +03:00
Kostas Bariotis
47082fbc43 move fs utils, refactor tests 2017-10-06 16:37:19 +03:00
Kostas Bariotis
b80bd52801 fix messages 2017-10-06 16:37:19 +03:00
Kostas Bariotis
63621d41a5 remove too long line 2017-10-06 16:37:19 +03:00
Kostas Bariotis
f48092fba4 add custom template url to create method 2017-10-06 16:37:19 +03:00
Kostas Bariotis
c66d2c92fc abstract downloadtemplate, renameservice functions 2017-10-06 16:31:45 +03:00
guyklainer
1c25e3a8be [src] add text for ruby template 2017-10-05 19:12:10 +03:00
guyklainer
995e0b74e0 [src] surround cronExpression with ticks.
[src] install spotinst plugin as devDependencies
2017-10-05 18:51:36 +03:00
jeffnoehren
460abc74d0 Spotinst Functions - add public and private support and Ruby template 2017-10-04 17:14:39 -07:00
Alex DeBrie
fb2fb3d14d Expand refs in YAML 2017-10-04 18:53:06 +00:00
Takahiro Horike
fd285d3010 Merge pull request #4299 from RafalWilinski/fix-zip-append-order
Change packaging order in zipFiles function
2017-10-02 21:44:28 +09:00
Takahiro Horike
733e6414c1 Merge pull request #4302 from RafalWilinski/removing-private-true
Removing private: true from function does not change it's state
2017-09-30 15:43:48 +09:00
Rafal Wilinski
a0833cfbda Add implicit private = false test 2017-09-29 22:24:56 +02:00
Takahiro Horike
99ea9c8695 Merge pull request #4238 from horike37/add-alexaSmartHome-event
Add alexaSmartHome event
2017-09-30 00:33:51 +09:00
Takahiro Horike
90f3dad237 Merge pull request #4297 from RafalWilinski/run-list-if-no-timestamp-provided-to-rollback
Run `serverless deploy list` if timestamp is not specified in rollback command
2017-09-29 21:04:21 +09:00
Alex DeBrie
45c8ade73c Show custom variableSyntax in output 2017-09-27 15:56:23 +00:00
Alex DeBrie
00d05244cc And now the linter works! 2017-09-22 20:50:41 +00:00
Alex DeBrie
c8b6de516f The tests are passing!!! 2017-09-22 20:23:28 +00:00
Alex DeBrie
059d690cdc Continued work on print tests 2017-09-22 15:50:01 +00:00
Rafal Wilinski
52ce55e903 Set ApiKeyRequired if http.private is not specified 2017-09-21 23:04:15 +02:00
Rafal Wilinski
d20177f975 Refactor getFileContentAndStat test 2017-09-21 18:52:49 +02:00
Rafal Wilinski
df7905e61d Change sortkey 2017-09-21 18:50:43 +02:00
Rafal Wilinski
7045e0db2d Change packaging order in zipFiles function 2017-09-21 18:41:35 +02:00