-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Port redirect only option is "Yes" #17972
Comments
And a "never ask me again" would be handy, as well. When developing Che-in-Che, it's really annoying to have to click it away each time I start the back end process. |
I think there are another issue to have the same design that is also used in VS Code Online codespaces now TL;DR a widget instead of tons of annoying dialogs/popups |
We should never see this popup: when an endpoint is defined as |
@l0rd I think if there is no widget replacement we can't remove it. I agree on the popup removal but by having a widget replacement else the user will be stuck. |
@benoitf I am not sure we are talking about the same thing. I have created a separate issue for that #17993
If there is another issue let's close this one. |
moving to |
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
- move modal dialogs to classic notification - add missing no option in redirect dialog - handle internal endpoints (private ports) - Add ports widget in addition to dialog popup of port plug-in - display public and private ports - allow to open in a new tab or preview url - filtering plugin's endpoints (default = true) Fixes eclipse-che/che#17972 Fixes eclipse-che/che#17993 Change-Id: I5dd802ea51d6a10be525a169e03632f37480a5ac Signed-off-by: Florent Benoit <[email protected]>
Describe the bug
We should have a "No" option as well and the message could be improved too: "...but this port is not in the workspace endpoints. Would you like to expose it as an external ingress and make it accessible from your browser?".
The text was updated successfully, but these errors were encountered: