15 Commits

Author SHA1 Message Date
Max Marze
893bfa7aef
chore: update eslint & prettier (#12553) 2024-05-29 11:51:04 -04:00
Max Marze
590bb7e177
feat: Remove Console Login (#12153)
* feat: Remove Console Login

* fix: Update login tests to remove console login options

* feat: Remove Console login options

* feat: Remove console onboarding

* fix: Remove console tests

* chore: Remove remaining console flags

* fix: Remove console deploy unit test

* fix: Interactive Setup tests

* fix: Update generate-payload tests
2023-09-15 11:33:40 -04:00
Duy Tran
6abea2477a
test: Remove Promise.[resolve|reject] (#11885) 2023-04-03 14:43:53 +02:00
Mariusz Nowak
f3a191590b feat(Console): Remove support for integrated configuration 2022-10-31 16:07:52 +01:00
Mariusz Nowak
0f21362091 feat(Console): In uneven scenario let user decide where to log-in 2022-05-19 16:15:12 +02:00
Mariusz Nowak
443fa4b74d refactor(Console): Separate Dashboard & Console login logic 2022-05-19 16:15:12 +02:00
Piotr Grzesik
c4ca97d010 fix: Ensure to not add double entries during plugin install 2022-04-26 10:15:26 +02:00
Mariusz Nowak
70ca3594b6 refactor(Console): Configure logout as standalone command 2022-04-25 16:46:35 +02:00
Mariusz Nowak
fffaf9cee2 refactor(Console): Configure login as standalone command 2022-04-25 16:46:35 +02:00
Mariusz Nowak
84626e385c test: Rename fixture programmatic/httpApi 2022-01-27 15:21:58 +01:00
Piotr Grzesik
fe1a2db773 feat(CLI): Remove support for unrecognized cli options
BREAKING CHANGE: Unrecognized CLI options will no longer be supported and
will result in an error.
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
Mariusz Nowak
452e234306 refactor(CLI): doctor command for modern handling of deprecations 2021-10-20 10:40:54 +02:00
Seungchan Ahn
26ce1c636b
refactor(Plugins): Seclude plugin uninstall standalone command
(PR #10015)
2021-09-28 17:03:41 +02:00
Seungchan Ahn
713ac1e2a1
refactor(Plugins): Seclude plugin install standalone command (#9942) 2021-09-27 16:37:22 +02:00