2222 Commits

Author SHA1 Message Date
daviskoh
0db3fe76de opt for using .reduce instead of awkard .flatten 2017-10-16 09:14:31 -04:00
daviskoh
6886f121c0 remove odd duplicate assignment 2017-10-15 20:45:00 -04:00
daviskoh
4c5c9f833e path.join all path refs in zipService spec 2017-10-15 20:05:25 -04:00
daviskoh
0ab0ed4a5b fix lint issues 2017-10-15 19:44:44 -04:00
daviskoh
b407cc5713 path.join all the things! 2017-10-15 19:43:13 -04:00
daviskoh
90126d6a88 use path.join 2017-10-15 18:50:58 -04:00
daviskoh
35f755e3b0 include all dev dep .bin executables specified in package.json file for glob patterns 2017-10-15 17:36:09 -04:00
daviskoh
f5e3ac6c44 Merge branch 'master' of github.com:serverless/serverless 2017-10-15 17:07:14 -04:00
daviskoh
f87ecb88d9 fix lint issues 2017-10-15 17:06:59 -04:00
daviskoh
12d22792a0 bugfix: exclude .bin executables from dev dependencies 2017-10-15 17:02:30 -04:00
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