1045 Commits

Author SHA1 Message Date
Mariusz Nowak
b09d4255a7 style(CLI): Improvements 2020-07-10 17:35:23 +02:00
Mariusz Nowak
3dd915cd3f refactor(CLI): Improve help resolution documentation 2020-07-10 17:35:23 +02:00
Mariusz Nowak
ff0af1e6ac fix(CLI): Show interactive help unconditionally on --help-interactive 2020-07-10 17:35:23 +02:00
Mariusz Nowak
c042dd5144 fix(CLI): Show version info unconditionally on -v or --version 2020-07-10 17:35:23 +02:00
andreizet
7bbd04a693
refactor: Replace _.has with better counterparts (#7915) 2020-07-07 17:18:48 +02:00
Piotr Grzesik
75bf185785
refactor: Replace _.some usage with array.some (#7901) 2020-07-06 09:08:44 +02:00
Dai Van Nguyen
297f7d85e0
refactor: Replace _.reduce with array.reduce (#7883) 2020-06-26 12:32:07 +02:00
Dai Van Nguyen
4c33476210
refactor: Replace _.isEmpty with native counterparts (#7873) 2020-06-25 15:17:52 +02:00
Nguyễn Việt Đức
57e4212671
refactor: Replace _.sortBy with array.sort (#7823) 2020-06-18 14:36:45 +02:00
Mariusz Nowak
96afed438c refactor: Switch to @serverless/util/config 2020-06-16 10:59:59 +02:00
Mariusz Nowak
a83f06e07f refactor: Remove internal logStat reporter 2020-06-16 10:59:59 +02:00
Mariusz Nowak
daef9e164f refactor: Rename tracking.js to analytics.js 2020-06-16 10:59:59 +02:00
Nguyễn Việt Đức
a549517441
refactor: Replace _.repeat with string.repeat (#7842) 2020-06-16 09:38:40 +02:00
Nguyễn Việt Đức
aaa2f965a7
refactor: Replace _.replace with string.replace (#7843) 2020-06-16 08:56:24 +02:00
Nguyễn Việt Đức
4c6f8be5cc
refactor: Replace _.map with array.map (#7827) 2020-06-12 09:59:42 +02:00
Nguyễn Việt Đức
20cef81555
refactor: Replace _.isUndefined with native checks (#7826) 2020-06-12 09:54:00 +02:00
srd2014
053f5f420b
refactor: Replace _.split with string.split (#7820) 2020-06-09 12:23:14 +02:00
Chris Villanueva
77fbb5969b
refactor: Replace _.includes with val.includes (#7818) 2020-06-08 09:13:50 +02:00
Wing-Kam
9f3ee94a74
refactor: Replace _.isString(value) with typeof value === 'string'
(PR #7812)
2020-06-03 16:17:04 +02:00
Wing-Kam
e42ab2cda6
refactor: Replace _.isFunction with typeof value === 'function'
(PR #7810)
2020-06-03 15:54:49 +02:00
Wing-Kam
22a4ed27e2
refactor: Replace _.toUpper(string) with string.toUpperCase (#7808) 2020-06-03 14:39:49 +02:00
Chris Villanueva
5cf46bf109
refactor: Replace _.join with array.join (#7805) 2020-06-03 08:53:06 +02:00
Chris Villanueva
003696260c
refactor: Replace _.find with array.find (#7782) 2020-06-02 09:43:56 +02:00
Chris Villanueva
2b00928f87
refactor: Replace _.size with native counterparts (#7798) 2020-06-01 13:30:43 +02:00
Bryan Hunter
4db8b630a2
feat: Support serverless.ts as configuration input (#7755) 2020-06-01 10:43:41 +02:00
TATSUNO Yasuhiro
5e0af21313
refactor: Replace _.forEach and _.each with array.forEach (#7748) 2020-05-28 10:45:25 +02:00
Nguyễn Việt Đức
85e9cd4455
refactor: Replace _.assign and _.extend with Object.assign (#7766) 2020-05-26 10:24:46 +02:00
Frédéric Barthelet
97e99fc8f0
refactor: Upgrade json-refs to v3 (#7763) 2020-05-26 10:13:56 +02:00
Ahmad Mahmoud Mohammad
6f32f236d8
feat(CLI): Deprecations logger (#7741)
Co-authored-by: Ahmed Abdelwahab <ahmed.abdelwahab@prophecylabs.com>
Co-authored-by: Mariusz Nowak <medyk@medikoo.com>
2020-05-21 15:40:03 +02:00
Steven Rapp
89ba272a63
feat(Variables): Support non-function exports in js files (#7540) 2020-05-21 11:28:38 +02:00
TATSUNO Yasuhiro
8bb5517456
refactor: Replace _.{startsWith,endsWith,includes} with native methods
(PR #7715)
2020-05-19 12:22:25 +02:00
Kenan Christian Dimas
c106d53638
refactor: Upgrade 'fs-extra' to v8 (#7719) 2020-05-13 16:16:17 +02:00
TATSUNO Yasuhiro
3fe2e98f15
refactor: Replace _.isArray with native Array.isArray (#7703) 2020-05-11 10:24:41 +02:00
Mariusz Nowak
e1092aff44 refactor: Drop sentry reporting as it's not used 2020-05-07 14:43:04 +02:00
Frédéric Barthelet
f22bffc2b4
feat(Variables): Support boolean and integer fallbacks (#7632)
Additionally improved string related regex
2020-05-04 13:00:07 +02:00
Frédéric Barthelet
7d3636f968
feat(Variables): Support region selection of SSM variables (#7625) 2020-04-27 10:52:11 +02:00
Mariusz Nowak
7b0c18eded fix(Components): Handle gently initialization errors 2020-04-08 22:28:50 +12:00
Arben Bakiu
7310782294
fix(Variables): Relax pattern to allow non-ascii defaults (#7431) 2020-03-08 09:43:16 +13:00
Eslam λ Hefnawy
0ed52f61de
feat: Support Cloud Components (#7390) 2020-02-27 11:19:06 +13:00
Richard Davison
f6d9bfd6c6
feat: Improve performance of local invocation using docker (#7178) 2020-02-12 11:21:45 +13:00
Edmundo Rodrigues
0592a27dbc
feat: Support tweaking max concurrent artifcat uploads count (#7295) 2020-02-12 10:04:20 +13:00
Mariusz Nowak
304f0ec2b9 refactor(Variables): Clear ineffective promise functions usage 2020-01-29 14:45:12 +04:00
Mariusz Nowak
bc5bbbed3c fix(Variables): Ensure to retrieve status code correctly
It changed with #7237
2020-01-29 14:45:12 +04:00
Mariusz Nowak
31987ce072 refactor(Variables): Reflect if/else logic in async handling 2020-01-29 14:45:12 +04:00
Mariusz Nowak
f6c51796f8 refactor: Convert statusCode to code error parameter 2020-01-21 13:20:02 +01:00
Mariusz Nowak
f1cc3a8998 test: Update to not rely on side ServerlessError feature 2020-01-21 13:20:02 +01:00
Mariusz Nowak
ca4d046785 refactor(CLI): Unify argv to commands and options resolution 2019-12-29 18:56:10 +01:00
Mariusz Nowak
074647c502 fix(CLI): Fix ambiguity of '-v' option
It was supported as alias for both `--version` and `--verbose`
(when `--help` was passed).
Ensure it's only an alias for `--version`
2019-12-29 18:56:10 +01:00
Mariusz Nowak
617b479fb7
fix: Fix support for relative plugins.localPath
Fixes #7117
2019-12-20 10:34:35 +01:00
Mariusz Nowak
4893f7d0c2 fix(Variables): Ensure no same object instances are shared across config
Fixes #7098
2019-12-19 12:05:33 +01:00