8608 Commits

Author SHA1 Message Date
Mariusz Nowak
a89e36a0e7 fix: Fix internal unrecognized command error processing 2022-03-18 15:45:55 +01:00
Mariusz Nowak
1f12b19a22 fix(CLI Onboarding): Improve fix for initial variables resolution 2022-03-18 15:45:55 +01:00
Mariusz Nowak
fcaa9c2c4f fix(Console): Fix reference to bucket name in CF template 2022-03-17 21:50:59 +01:00
Mariusz Nowak
23719d868c fix(Console): Fix upload of extension to S3 bucket 2022-03-17 21:50:59 +01:00
Mariusz Nowak
db89f20f01 refactor(Console): Report used layer extension version to telemetry 2022-03-17 18:04:07 +01:00
Mariusz Nowak
4d705cc96d fix(Console): Respect custom deployment bucket configuration 2022-03-17 18:04:07 +01:00
Mariusz Nowak
103fc554fc refactor(Console): Generalize bucketName resolution 2022-03-17 18:04:07 +01:00
Piotr Grzesik
c939457ba4 refactor(CLI): Recognize SLS_DISABLE_AUTO_UPDATE env var 2022-03-17 15:02:00 +01:00
Mariusz Nowak
64ee4a5288 fix(Console): Ensure to package extension without errors 2022-03-17 10:12:01 +01:00
Mariusz Nowak
3ccfec1abd refactor(Console): Upgrade to rely on v0.2 version of extension 2022-03-17 10:12:01 +01:00
Mariusz Nowak
c28c48c6a1 refactor(Console): Dynamically resolve latest version of the extension 2022-03-14 16:15:46 +01:00
Piotr Grzesik
dd421cc8a6
fix(CLI): Ensure proper resolution of options for service commands (#10846) 2022-03-14 15:50:21 +01:00
Fabian Desoye
6a6417c29f
fix(AWS Kafka): Allow usage of Server Root CA without client TLS auth
Co-authored-by: Fabian Desoye <fabian.desoye@prosiebensat1digital.de>
2022-03-11 11:38:45 +01:00
Yuji Yamano
8b1733807f
fix(AWS Local Invocation): Remove log4j dependency from java wrapper 2022-03-10 14:56:47 +01:00
Mariusz Nowak
7e56aa1793 refactor(Console): Communicate new token implications with verbose mode 2022-03-10 14:50:38 +01:00
Mariusz Nowak
167a77ecae fix(Telemetry): Ensure to not leak false as empty value 2022-03-09 17:42:39 +01:00
Mariusz Nowak
48609f7276 feat(CLI Onboarding): Support joint Console & Dashboard configurations 2022-03-09 17:42:39 +01:00
Mariusz Nowak
83c8fdb6e4 refactor(CLI Onboarding): Configure debug logs 2022-03-09 17:42:39 +01:00
Mariusz Nowak
fc9dc1dc40 refactor(CLI Onboarding): Reorganize writeOrgAppAndConsole input 2022-03-09 17:42:39 +01:00
Mariusz Nowak
bffbfe32fd fix(CLI Onboarding): Setup app when console and dashboard enabled 2022-03-09 17:42:39 +01:00
Mariusz Nowak
79e156f7ac refactor(CLI Onboarding): Hide not supported templates with console 2022-03-09 17:42:39 +01:00
Mariusz Nowak
25d2e7a2a0 refactor(CLI Onboarding): Reorganize internal variables 2022-03-09 17:42:39 +01:00
Mariusz Nowak
a0436248e7 fix(CLI Onboarding): Leave app intact with also enabled dashboard 2022-03-09 17:42:39 +01:00
Mariusz Nowak
624536f77e fix(CLI Onboarding): Fix resolution of onboarding message 2022-03-09 17:42:39 +01:00
Mariusz Nowak
0c65663861 fix(CLI Onboarding): Prevent side-effects of not supported app option 2022-03-09 17:42:39 +01:00
Mariusz Nowak
2f187a52eb refactor(CLI Onboarding): Support future object notation for console 2022-03-09 17:42:39 +01:00
Mariusz Nowak
f0bff7463c fix(CLI Onboarding): Ensure to enable console when commented out 2022-03-09 17:42:39 +01:00
Mariusz Nowak
b173d90e64 fix(CLI Onboarding): Enable console in config, only with --console 2022-03-09 17:42:39 +01:00
Mariusz Nowak
a296af06c2 refactor(CLI Onboarding): Cleanup regex 2022-03-09 17:42:39 +01:00
Mariusz Nowak
f0d441e0d4 fix(CLI Onboarding): With console always favor console messaging 2022-03-09 17:42:39 +01:00
Mariusz Nowak
f580883d48 refactor(Telemetry): Expose initialContext.isConsoleEnabled 2022-03-09 17:42:39 +01:00
Mariusz Nowak
10c24f6398 fix(CLI Onboarding): Fix initialContext.isDashboardEnabled resolution 2022-03-09 17:42:39 +01:00
Mariusz Nowak
688bfcf00d fix(CLI Onboarding): Fix isConsole resolution in login step 2022-03-09 17:42:39 +01:00
Mariusz Nowak
494fb2662f refactor(Console): Unify headers resolution 2022-03-09 17:42:39 +01:00
Tim Qian
e26625a58c
refactor(Standalone): Update Tencent CLI standalone download URL
(PR #10811)
2022-03-08 10:59:51 +01:00
Dustin Fay
e40ba43b84
refactor(AWS Lambda): Support provisionedConcurrency set to 0 2022-03-06 21:42:17 +01:00
Piotr Grzesik
d06b64d4b9 fix: Properly move directories across filesystems 2022-03-03 20:08:17 +01:00
Piotr Grzesik
e29253fbeb refactor(Telemetry): Rely on direct evaluation of isTtyTerminal 2022-03-02 15:16:20 +01:00
Piotr Grzesik
21c783dc16 refactor: Recognize logout as service-aware command 2022-03-02 14:58:05 +01:00
Piotr Grzesik
17df2928cf fix(CLI Onboarding): Ensure variables resolution for templates 2022-03-02 14:51:02 +01:00
Piotr Grzesik
a34d07a5c1 feat(CLI Onboarding): Support --console flag 2022-03-01 18:58:37 +01:00
Piotr Grzesik
4ce10883b5 refactor(Console): Support login with Console 2022-03-01 13:48:02 +01:00
Julian Grinblat
df08283810
feat(Variables): Add support for csj in file source (#10776) 2022-03-01 11:15:50 +01:00
Piotr Grzesik
0bb64e21cb fix(AWS Lambda): Properly format logs with missing init duration 2022-02-28 19:30:34 +01:00
Mariusz Nowak
1f9458b4f1 refactor(Console): Add missing OTEL_RESOURCE_ATTRIBUTES var 2022-02-28 16:26:04 +01:00
Piotr Grzesik
d8f251cfd4 feat(AWS Lambda): Simplify logs command output 2022-02-28 14:52:27 +01:00
Piotr Grzesik
f439201d7f refactor: Log environment details of error to stderr 2022-02-28 14:38:32 +01:00
Mariusz Nowak
bdaf21e1a1 feat(Console): Initial integration 2022-02-25 20:12:02 +01:00
Mariusz Nowak
26bc112f1f refactor(AWS Deploy): Generalize uploadZipFile logic 2022-02-25 20:12:02 +01:00
Mariusz Nowak
efe11396be refactor: Introduce hooks tracking debug logs 2022-02-25 20:12:02 +01:00