Philipp Muens
3364b58e98
Minor code improvements
2019-07-08 11:26:48 +02:00
Johann Bich
57c1cc36e8
remove useless boolean / replaced switch case with ifs
2019-07-05 13:59:16 +09:00
Johann Bich
c18cf13d9f
fix authentication issue
2019-07-04 17:05:46 +09:00
Johann Bich
49068f95f7
remove useless dependency
2019-07-04 17:05:40 +09:00
Johann Bich
a5b00dbb06
allow create from templates hosted on github entreprise
2019-07-04 17:05:22 +09:00
Mariusz Nowak
e6ae8983de
Fix lint issues after prettification
2019-06-26 12:43:01 +02:00
Mariusz Nowak
4944f471b1
Prettify
2019-06-26 12:43:01 +02:00
Daniel Schep
970a1cc3f8
refactor getServerlessConfigFile to simply accept a serverless object
2019-06-10 11:19:14 -04:00
Daniel Schep
94bf5a4382
delint
2019-06-10 11:19:14 -04:00
Daniel Schep
a1af588ccd
improve memoization key for getServerlessConfigFile
2019-06-10 11:19:14 -04:00
Daniel Schep
2b81303370
--config option.
...
closes #5589
closes #4485
closes #4473
closes #4124
closes #5822
2019-06-10 11:19:14 -04:00
Mariusz Nowak
8ca00b6f9f
Increase default timeout
...
Some tests tend to timeout especially when run on Windows in VM
2019-06-05 10:59:22 +02:00
Mariusz Nowak
036d1b0527
Shift timeout setting
2019-06-05 10:23:15 +02:00
Mariusz Nowak
cde78a984f
Skip with notice on lack of admin rights
2019-06-05 09:40:33 +02:00
Mariusz Nowak
304f43ff18
Update after chai upgrade
2019-06-03 17:30:26 +02:00
Mariusz Nowak
54bdfdf7eb
Update after chai upgrade
2019-06-03 16:55:09 +02:00
Mariusz Nowak
f6d993e97b
Merge with master
2019-05-31 12:36:53 +02:00
Mariusz Nowak
37e19c429a
Ensure to not respect CLI argumenst for SLS config
2019-05-30 21:50:25 +02:00
Mariusz Nowak
d76480329a
Move require to top
...
It seems there's no reason to have it nested
2019-05-30 21:36:42 +02:00
Mariusz Nowak
fb4335de25
Ensure to revert current directory change
2019-05-30 17:31:54 +02:00
Philipp Muens
773e9af3c1
Thorough integration testing
2019-05-30 15:20:58 +02:00
Mariusz Nowak
1608de2491
Turn on prefer-rest-params eslint rule
2019-05-29 13:39:54 +02:00
Mariusz Nowak
d8288d057c
Fix eslint configuration of 'strict' option
2019-05-29 13:34:27 +02:00
Daniel Schep
c636c8dcb8
Merge remote-tracking branch 'origin/master' into plat-916
2019-05-24 12:47:46 -04:00
Daniel Schep
df5cfd4e4d
Merge branch 'master' into plat-916
2019-05-23 08:52:08 -04:00
Mariusz Nowak
dc30b4338f
Ensure to return promise
2019-05-22 12:31:47 +02:00
Mariusz Nowak
196f09ac71
Ensure to return promise
2019-05-20 10:00:21 +02:00
Mariusz Nowak
2d99d7f082
Ensure needed tooling for test
2019-05-15 17:59:56 +02:00
Daniel Schep
68b9c39f34
Merge remote-tracking branch 'origin/master' into plat-916
2019-05-14 09:49:29 -04:00
Mariusz Nowak
f3adce6670
Remove not used module
2019-05-08 21:21:12 +02:00
Daniel Schep
da1587bdbd
serverlessrc based config instead of env var
2019-05-03 14:10:21 -04:00
Шестаков Павел
13d62c74c3
Merge identical IF-branches
2019-04-02 12:07:37 +03:00
Daniel Schep
10d1207bca
follow up fixes for #5840 breaking sls print & autocomplete
2019-02-22 09:03:11 -05:00
Daniel Schep
79eff80cab
Merge pull request #5840 from danielcondemarin/packaging-exclude-only-config-file-being-used
...
Packaging exclude only config file being used
2019-02-22 08:30:07 -05:00
Philipp Muens
3432a3e1dd
Add tests
2019-02-19 14:20:56 +01:00
Tan Zhen Yong
63b2d61704
Fix service name in template install message
...
- was previously displaying "undefined"
2019-02-18 23:47:42 +08:00
danielconde
8a7d9113fc
dont use destructuring as is not supported in earlier versions of node
2019-02-16 20:29:07 +00:00
danielconde
0d16fbc182
export getServerlessConfigFilePath in getServerlessConfigFile.js module
2019-02-16 17:58:49 +00:00
danielconde
6508956da7
refactor getServerlessConfigFile to split getting the filePath responsability
2019-02-12 22:01:41 +00:00
Daniel Schep
e24b1f1b1a
Update lib/utils/downloadTemplateFromRepo.js
...
Co-Authored-By: StevenACoffman <StevenACoffman@users.noreply.github.com>
2019-01-21 19:47:08 -05:00
Steve Coffman
13ee05a050
Allow auth (user and password) to enable private github repos
2019-01-17 14:35:49 -05:00
Austen Collins
3a285e34b0
remove platform code
2019-01-11 17:09:56 -08:00
Daniel Schep
dd4a49d7f5
Merge pull request #4827 from simonbuchan/config-promises
...
Support returning promises from serverless.js
2018-11-27 11:45:07 -05:00
Takahiro Horike
ea7bea43f0
Merge pull request #5327 from laardee/add-shorthand-cf
...
Add Support for Shorthand CloudFormation Syntax
2018-10-03 01:38:38 +09:00
Eetu Tuomala
d7374ab26d
move cloudformation schema to lib/plugins/aws/lib, try to use schema only if parse without schema fails
2018-09-30 11:28:21 +03:00
Eetu Tuomala
727fd67d13
add support for shorthand cloudformation syntax
2018-09-30 11:22:47 +03:00
Erik Erikson
9aeb228e5d
sorry linter!
2018-09-28 16:44:52 -07:00
Erik Erikson
6e0b652dd5
fix test (lack of catch off of to.be.fulfilled
2018-09-19 17:24:28 -07:00
Erik Erikson
553e6cf0da
Provide Consistent Service Path
...
Fix #5242
Do this by first supplying the `servicePath` in `~/lib/plugins/lib/validate.js` and `~/lib/plugins/print.js` in a consistent manner with the code in `~/lib/classes/PluginManager.js`. Then, provide a default of `process.cwd()` for `servicePath` in `getCacheFilePath` and `getServerlessConfigFile`.
2018-09-19 17:03:29 -07:00
Philipp Muens
8289003b8d
Fix rc lookup
2018-08-08 14:01:40 +02:00