-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Webview to manage cluster settings #193
Use Webview to manage cluster settings #193
Conversation
db41b46
to
7b3b2e3
Compare
ba2e91a
to
2290928
Compare
Please note now I'm consuming 0.2.5 vscode-wizard which has been published (which fixes some bugs that you mentionned)
Fixed (for the moment I manage only Edit)
Fixed by 0.2.5
Sorry I don't understand what you mean?
Fixed, but there is a problem with select that I have reported in redhat-developer/vscode-wizard#33
Fixed
TODO |
2290928
to
885b734
Compare
a7e945a
to
9f80da9
Compare
I pushed a new commit, I have started to declare the UI for SSL: Please note:
|
I'd probably use the full name of the term. I don't think the SSL checkbox should exist. The underlying field, |
@rgrunber no you can set SSL=true without specifying certs |
9f80da9
to
68b666d
Compare
Fixed
As @fbricon said we can enable SSL without certificates |
Just for your information I created a PR redhat-developer/vscode-wizard#37 to improve UI, here the result with light: and with dark |
bd6fa41
to
fb9b8e9
Compare
fb9b8e9
to
fea8ce4
Compare
989c967
to
33d1b63
Compare
certificate/key files should allow ".pem" and other file extensions (see https://kafka.js.org/docs/configuration#ssl and https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/) |
fixed
fixed
it's an issue for vscode-wizard, see redhat-developer/vscode-wizard#58
That's strange, I cannot reproduce on Windows OS? |
When renaming a cluster, the selected cluster in the status bar is not renamed |
edb90c9
to
daed248
Compare
I cannot do that with vscode-wizard, but I validate that:
I cannot reproduce it -(
fixed
Same error than below, fixed
I add other extensions according to https://www.tutorialsteacher.com/https/ssl-certificate-format Here the filters now: I allow . because I fear to forget some file extensions. |
daed248
to
b35e046
Compare
fixed |
e320fb2
to
eefcfe2
Compare
@fbricon everything should be fixed exept:
|
fc3ef88
to
a2b7da9
Compare
55611de
to
b5bfab5
Compare
b5bfab5
to
d2d54e4
Compare
Fixes jlandersen#88 Signed-off-by: azerr <azerr@redhat.com>
Nice work @angelozerr! Thanks! |
Use Webview to manage cluster settings
Fixes #88
Signed-off-by: azerr azerr@redhat.com