Piotr Grzesik
|
d215517cf0
|
feat(AWS Lambda): Add support for function URLs
|
2022-04-06 23:13:37 +02:00 |
|
Mariusz Nowak
|
2a8ef3ed5a
|
refactor(AWS Deploy): Ensure no internal dependency on console
|
2022-03-28 14:18:10 +02:00 |
|
Mariusz Nowak
|
14109e8ec4
|
refactor(Console): Ensure to list extension layer in layers output
|
2022-03-24 16:51:14 +01:00 |
|
Mariusz Nowak
|
8c7731d437
|
refactor: Upgrade to async/await
|
2022-03-18 15:45:55 +01:00 |
|
Mariusz Nowak
|
0d9f86620b
|
refactor(Console): Present url to console UI
|
2022-03-18 15:45:55 +01:00 |
|
Mariusz Nowak
|
7e5107cda9
|
refactor: Rename lib/plugins/aws/utils/resolveCfImportValue.js
|
2022-01-27 15:21:58 +01:00 |
|
Mariusz Nowak
|
390bea11f5
|
refactor: Rename lib/plugins/aws/info/getStackInfo.js
|
2022-01-27 15:21:58 +01:00 |
|
Mariusz Nowak
|
5596746455
|
refactor: Rename lib/plugins/aws/info/getResourceCount.js
|
2022-01-27 15:21:58 +01:00 |
|
Mariusz Nowak
|
a1239ebffe
|
refactor: Rename lib/plugins/aws/info/getApiKeyValues.js
|
2022-01-27 15:21:58 +01:00 |
|
Piotr Grzesik
|
1cb6a2ff2d
|
refactor: Remove legacy logs
|
2022-01-27 15:21:58 +01:00 |
|
Piotr Grzesik
|
0dacf1bb3b
|
refactor: Support conceal option in modern logs
|
2022-01-14 11:56:57 +01:00 |
|
Mariusz Nowak
|
7bb2520f49
|
refactor: Seprate internal and plugin output sections
|
2021-11-02 16:00:49 +01:00 |
|
Mariusz Nowak
|
533f709c58
|
refactor(CLI): Improve main progress message
|
2021-11-02 15:09:51 +01:00 |
|
Mariusz Nowak
|
44484903b3
|
refactor(CLI): Improve file size output in logs
|
2021-10-27 16:39:09 +02:00 |
|
Mariusz Nowak
|
7d19ca8572
|
refactor(CLI): Improve handling of service outputs in modern logs
|
2021-10-15 10:57:11 +02:00 |
|
Piotr Grzesik
|
03b4b3d47c
|
refactor(CLI): Remove empty line in info command
|
2021-10-13 17:18:06 +02:00 |
|
Piotr Grzesik
|
ca705b8cc2
|
refactor(CLI): Introduce modern warning about resource limit
|
2021-10-13 17:18:06 +02:00 |
|
Mariusz Nowak
|
87461007f8
|
refactor(CLI): Expose function artifact size in deploy summary
|
2021-10-07 13:22:49 +02:00 |
|
Mariusz Nowak
|
2828a2c443
|
refactor(CLI): Improve modern info output
|
2021-10-01 15:47:41 +02:00 |
|
Mariusz Nowak
|
8aa700dc79
|
refactor(CLI): Generalize writeServiceOutputs
|
2021-10-01 15:47:41 +02:00 |
|
Mariusz Nowak
|
85997e063a
|
refactor: Remove obsolete conditions
|
2021-10-01 15:47:41 +02:00 |
|
Mariusz Nowak
|
6e5c39ee4c
|
refactor(CLI): Do not show progress bar in info command
|
2021-09-23 10:43:24 +02:00 |
|
Mariusz Nowak
|
43d17debee
|
fix(CLI): Ensure to write outputs with modern logs on sls info
|
2021-09-22 16:01:35 +02:00 |
|
Mariusz Nowak
|
a6553f8668
|
refactor(CLI): Refactor main progress event with isMainEvent option
|
2021-09-21 17:39:44 +02:00 |
|
Mariusz Nowak
|
634b59e396
|
refactor: Revert from mainProgressTitles handling
It appeared as not reliable, due to lack of means for any conditional handling of progress events
|
2021-09-21 17:39:44 +02:00 |
|
Mariusz Nowak
|
084a9955f4
|
fix(CLI): Fix log messages timing
|
2021-09-17 11:42:50 +02:00 |
|
Piotr Grzesik
|
fbdd124029
|
feat(CLI): First iteration of support for verbose mode in deploy
|
2021-09-14 14:42:18 +02:00 |
|
Jonas Matos
|
6087fa3400
|
refactor: Replace _.pick with native property assignment (#9937)
Co-authored-by: Jonas Matos <js.matos@sidi.org.br>
|
2021-09-13 17:43:00 +02:00 |
|
Piotr Grzesik
|
171897d60e
|
feat(CLI): Introduce first iteration of modern logs for deploy (#9934)
|
2021-09-10 15:17:45 +02:00 |
|
Mariusz Nowak
|
312266e908
|
feat: Register service outputs
|
2021-09-09 12:37:52 +02:00 |
|
Piotr Grzesik
|
fbf0ed30e9
|
refactor: Add code to ServerlessError in lib/plugins/aws
|
2021-04-23 13:34:20 +02:00 |
|
Mariusz Nowak
|
688d09b1f7
|
refactor: Remove support for internal noDeploy option
|
2021-04-09 16:10:21 +02:00 |
|
Juanjo Diaz
|
006557d847
|
refactor: Use standalone ServerlessError. (#8897)
|
2021-02-09 09:20:55 +01:00 |
|
ifitzsimmons
|
f95971d22b
|
refactor: Use async/await in lib/plugins. (#8875)
|
2021-02-08 11:40:42 +01:00 |
|
Mariusz Nowak
|
cf7b25e458
|
style: Upgrade "prettier" to v2
|
2021-01-04 16:21:24 +01:00 |
|
Frédéric Barthelet
|
eacae9a64d
|
feat(AWS API Gateway): Move api-specific keys to provider.apiGateway
|
2021-01-04 10:04:57 +01:00 |
|
Mariusz Nowak
|
3808471972
|
test: Move unit tests to "test/unit" folder
|
2020-11-30 16:53:52 +01:00 |
|
Frédéric Barthelet
|
7e9b2eac74
|
feat(AWS Deploy): Update according to shifted CloudFormation limits
(PR #8433)
|
2020-10-28 11:20:39 +01:00 |
|
Piotr Grzesik
|
76e02cc09c
|
refactor: Replace _.forEach with Object.entries().forEach (#8280)
|
2020-09-24 10:31:32 +02:00 |
|
Piotr Grzesik
|
57d1ce1a66
|
refactor: Replace _.values with Object.values (#8274)
|
2020-09-23 13:09:50 +02:00 |
|
Frédéric Barthelet
|
06ed01b874
|
feat(AWS Local Invocation): Resolve "Fn::ImportValue" instructions in env vars
(PR #8157)
|
2020-09-01 14:53:08 +02:00 |
|
Frédéric Barthelet
|
5a444c415c
|
feat(AWS HTTP API): Allow use of CF ImportValue for httpApi id (#7905)
|
2020-07-13 12:10:19 +02:00 |
|
andreizet
|
7bbd04a693
|
refactor: Replace _.has with better counterparts (#7915)
|
2020-07-07 17:18:48 +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
|
4c6f8be5cc
|
refactor: Replace _.map with array.map (#7827)
|
2020-06-12 09:59:42 +02:00 |
|
Wing-Kam
|
9f3ee94a74
|
refactor: Replace _.isString(value) with typeof value === 'string'
(PR #7812)
|
2020-06-03 16:17:04 +02:00 |
|
Mariusz Nowak
|
f9f6a3b560
|
fix(AWS API Gateway): Fix API key names resolution
Regression introduced by #5982, with which new format was introduced, and resolution of API key names was not updated to it
|
2020-06-02 11:00:02 +02:00 |
|
TATSUNO Yasuhiro
|
5e0af21313
|
refactor: Replace _.forEach and _.each with array.forEach (#7748)
|
2020-05-28 10:45:25 +02:00 |
|
Greg Campion
|
c6894b5129
|
feat(AWS API Gateway): Support customerId in API keys (#7786)
|
2020-05-28 09:29:01 +02:00 |
|
TATSUNO Yasuhiro
|
3fe2e98f15
|
refactor: Replace _.isArray with native Array.isArray (#7703)
|
2020-05-11 10:24:41 +02:00 |
|