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 |
|
Mariusz Nowak
|
59bea09dad
|
feat: Recognise as standalone
|
2019-12-18 09:36:52 +01:00 |
|
Mariusz Nowak
|
9db2e1904d
|
refactor: Cleanup variables
|
2019-12-18 09:36:52 +01:00 |
|
Mark Tse
|
7e0e903c79
|
fix: Recognize falsy values as CLI options defaults (#7071)
|
2019-12-13 10:54:40 +01:00 |
|
Mariusz Nowak
|
fead29a5a8
|
test: Ensure to call after callback on conditional skip
|
2019-12-12 14:27:40 +01:00 |
|
Mariusz Nowak
|
a0fc30131b
|
Fix lint issues
|
2019-11-25 12:14:05 +01:00 |
|
Peter Indiola
|
4adc5cc197
|
Fix spelling and typos in docs, code variables and code comments
|
2019-11-20 23:28:56 +08:00 |
|
Mariusz Nowak
|
d66e457572
|
Ensure to update tests with a new runtime
|
2019-11-20 11:11:20 +01:00 |
|
Erik Erikson
|
4ce75bb81c
|
only print a final promise tracking report if a progress report was previously printed
This reduces the noise of this component. See discussion at https://github.com/serverless/serverless/pull/6960#issuecomment-554515331
|
2019-11-15 13:03:22 -08:00 |
|
Mariusz Nowak
|
4d8246d5df
|
Revert "Add promise completion report and improve promise reporting verbiage"
|
2019-11-15 12:53:44 +01:00 |
|
Erik Erikson
|
6ed462b857
|
prettier fixes
|
2019-11-14 16:18:14 -08:00 |
|