72 Commits

Author SHA1 Message Date
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
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
Mariusz Nowak
bdaf21e1a1 feat(Console): Initial integration 2022-02-25 20:12:02 +01:00
Mariusz Nowak
ba34c573f4 refactor: Expose isDashboardEnabled resolver 2022-02-25 20:12:02 +01:00
Piotr Grzesik
97fda34b29 feat(CLI Onboarding): Improve deploy messaging 2022-02-01 18:34:00 +01:00
Piotr Grzesik
772a9bb86c refactor(CLI Onboarding): Minor wording adjustments 2022-01-28 13:40:28 +01:00
Mariusz Nowak
2bcc8f3b47 refactor: Rename lib/utils/openBrowser.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
a93a1511b7 refactor: Rename lib/utils/downloadTemplateFromRepo.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
7289137073 refactor: Rename lib/Serverless.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
73b1886040 refactor: Adapt to rename in @serverless/dashboard-plugin 2022-01-27 15:21:58 +01:00
Piotr Grzesik
1cb6a2ff2d refactor: Remove legacy logs 2022-01-27 15:21:58 +01:00
Mariusz Nowak
e61674f8dc feat(Dashboard): Drop support for tenant
BREAKING CHANGE:
`tenant` configuration setting is no longer respected. Ensure to rely on `org` instead
2022-01-27 15:21:58 +01:00
Mariusz Nowak
d62c3288b2 feat: Unconditionally fallback when local installation found
BREAKING CHANGE:
`enableLocalInstallationFallback` configuration property is no longer supported.
2022-01-27 15:21:58 +01:00
Piotr Grzesik
4dbb496506 refactor(CLI Onboarding): Download templates from v3 examples branch 2022-01-27 15:21:58 +01:00
Mariusz Nowak
6a659f1b20 refactor: Upgrade @serverless/utils to v6 2022-01-27 15:21:58 +01:00
Piotr Grzesik
dcf52731ea feat(CLI Onboarding): Auto login if org provided or configured 2022-01-14 17:55:08 +01:00
Mariusz Nowak
20afe33923 refactor(CLI): Improve user message 2022-01-14 13:20:40 +01:00
Piotr Grzesik
46d090a302 refactor(CLI Onboarding): Download templates from v2 examples branch 2022-01-06 17:06:36 +01:00
Mariusz Nowak
7ebe133b35 fix(CLI): Fix handling of provider URL handling 2022-01-06 14:48:40 +01:00
Matthieu Napoli
dbb044c8b7 docs: Various text improvements 2022-01-03 15:56:14 +01:00
Piotr Grzesik
4fa20a56ea feat(Telemetry): Report didCreateService property 2021-12-23 12:51:04 +01:00
Piotr Grzesik
08b5acbaa9 refactor(Telemetry): Ensure to report projectId for interactive 2021-12-23 12:51:04 +01:00
Mariusz Nowak
07aed3429c refactor(CLI): Modern logs for interactive setup 2021-09-29 21:52:51 +02:00
Mariusz Nowak
5a583a9798 fix(Standalone): Fix internal npm installation handling 2021-09-28 10:24:54 +02:00
Piotr Grzesik
12216db579 feat(CLI Onboarding): Switch to httpApi-based templates 2021-09-14 16:46:14 +02:00
Mariusz Nowak
e46ce80d99 refactor(CLI): Ensure no monkey patching by progress override 2021-09-07 11:38:25 +02:00
Piotr Grzesik
f69a19c680 feat(CLI Onboarding): Improve onboarding messaging 2021-08-24 13:58:44 +02:00
Piotr Grzesik
b751c505c8 refactor(CLI Onboarding): Adjust summary messages in deploy step 2021-08-13 13:16:32 +02:00
Piotr Grzesik
4d56be562a refactor(Telemetry): Use prompt-with-history 2021-07-22 08:42:57 +02:00
Piotr Grzesik
afdf77c960 refactor(CLI Onboarding): Move dashboard-set-org from plugin 2021-07-20 17:18:36 +02:00
Piotr Grzesik
adef7102df refactor(CLI Onboarding): Move dashboard-login step from plugin 2021-07-20 17:18:36 +02:00
Piotr Grzesik
b85f3934ed fix(CLI Onboarding): Ensure credentials resolution before deploy 2021-07-19 16:43:44 +02:00
Piotr Grzesik
560aee5feb feat(Telemetry): Record initial context for interactive setup 2021-07-14 18:48:29 +02:00
Piotr Grzesik
b5d3167e9f fix(Telemetry): Ensure to pass all steps with configured questions 2021-07-06 16:15:57 +02:00
Piotr Grzesik
cc24bc2ae2 refactor(Telemetry): Report commandUsage as object 2021-07-05 14:13:32 +02:00
Piotr Grzesik
b21c1e415b fix(Telemetry): Properly handle not in service dir in credentials 2021-07-02 10:44:17 +02:00
Piotr Grzesik
ac03d83289 refactor(Telemetry): Include commandUsage in case of error 2021-06-30 16:14:45 +02:00
Piotr Grzesik
ae5be0f5da fix(CLI Onboarding): Do not attempt local fallback during onboarding 2021-06-30 10:20:09 +02:00
Piotr Grzesik
a80681ffbf fix(CLI Onboarding): Only call handleError if plugin defined 2021-06-29 17:45:28 +02:00
Piotr Grzesik
58d64262fe refactor(CLI Onboarding): Adjustments to deploy step output 2021-06-29 13:04:18 +02:00
Piotr Grzesik
5e0d80579e feat(Telemetry): Add hasLocalCredentials 2021-06-28 15:19:55 +02:00