[JBoss JIRA] (JBIDE-18438) OpenShift: can complete New App Wizard without selecting gear profile
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18438?page=com.atlassian.jira.plugi... ]
Marián Labuda reassigned JBIDE-18438:
-------------------------------------
Assignee: Marián Labuda
> OpenShift: can complete New App Wizard without selecting gear profile
> ---------------------------------------------------------------------
>
> Key: JBIDE-18438
> URL: https://issues.jboss.org/browse/JBIDE-18438
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Michelle Murray
> Assignee: Marián Labuda
> Priority: Minor
> Fix For: LATER
>
>
> In New OpenShift Application wizard, on page where select 'Gear Profile' - this field is initially blank and user can leave it blank and still successfully complete the wizard. So it works.
> But I don't think it is a good user experience. User should not be able to move to next page until there is a value in this field. Perhaps this field should have a value to start with instead of being blank based on the users account?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-18438) OpenShift: can complete New App Wizard without selecting gear profile
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18438?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18438:
----------------------------------
Comment: was deleted
(was: Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.)
> OpenShift: can complete New App Wizard without selecting gear profile
> ---------------------------------------------------------------------
>
> Key: JBIDE-18438
> URL: https://issues.jboss.org/browse/JBIDE-18438
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Michelle Murray
> Assignee: Marián Labuda
> Priority: Minor
> Fix For: LATER
>
>
> In New OpenShift Application wizard, on page where select 'Gear Profile' - this field is initially blank and user can leave it blank and still successfully complete the wizard. So it works.
> But I don't think it is a good user experience. User should not be able to move to next page until there is a value in this field. Perhaps this field should have a value to start with instead of being blank based on the users account?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-18409) OpenShift Adapter: Add choice to show application in external device/browser
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18409?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18409:
----------------------------------
Comment: was deleted
(was: Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.)
> OpenShift Adapter: Add choice to show application in external device/browser
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18409
> URL: https://issues.jboss.org/browse/JBIDE-18409
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Joao Viragine
> Assignee: Max Rydahl Andersen
> Labels: server_adapter
> Fix For: LATER
>
>
> It would be nice if we had the option: Show In/Web Browser on External Device for OpenShift Server as we have for JBoss EAP Server. (Servers/(Application)/Show In/Add Web Browser on External Device)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-18147) Port forwarding, Environment Variables: Port forwarding tears the SSH session down, harms environment variables
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18147?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-18147.
---------------------------------
Fix Version/s: 4.3.0.Beta1
(was: LATER)
Resolution: Duplicate Issue
Closed as duplicate.
> Port forwarding, Environment Variables: Port forwarding tears the SSH session down, harms environment variables
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18147
> URL: https://issues.jboss.org/browse/JBIDE-18147
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Fix For: 4.3.0.Beta1
>
>
> After starting and stopping port forwarding there happens something wrong with session / ssh calling. I found it in Environment variables shell after creating env. variable and clicking on Refresh button. Following error has shown in log and environment variable from table was not removed, although it should be (Refresh button update local environment variables to environment variable of an existing OpenShift application).
> {code}
> com.openshift.client.OpenShiftSSHOperationException: Failed to execute remote ssh command "eap"
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:871)
> at com.openshift.internal.client.ApplicationResource.loadPorts(ApplicationResource.java:840)
> at com.openshift.internal.client.ApplicationResource.refresh(ApplicationResource.java:614)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EditEnvironmentVariablesWizardModel.refreshEnvironmentVariables(EditEnvironmentVariablesWizardModel.java:35)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EnvironmentVariablesWizardPage$RefreshEnvironmentVariablesJob.doRun(EnvironmentVariablesWizardPage.java:292)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: com.jcraft.jsch.JSchException: session is down
> at com.jcraft.jsch.Session.openChannel(Session.java:843)
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:865)
> ... 6 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-18147) Port forwarding, Environment Variables: Port forwarding tears the SSH session down, harms environment variables
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18147?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18147:
----------------------------------
Comment: was deleted
(was: Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.)
> Port forwarding, Environment Variables: Port forwarding tears the SSH session down, harms environment variables
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18147
> URL: https://issues.jboss.org/browse/JBIDE-18147
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Fix For: LATER
>
>
> After starting and stopping port forwarding there happens something wrong with session / ssh calling. I found it in Environment variables shell after creating env. variable and clicking on Refresh button. Following error has shown in log and environment variable from table was not removed, although it should be (Refresh button update local environment variables to environment variable of an existing OpenShift application).
> {code}
> com.openshift.client.OpenShiftSSHOperationException: Failed to execute remote ssh command "eap"
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:871)
> at com.openshift.internal.client.ApplicationResource.loadPorts(ApplicationResource.java:840)
> at com.openshift.internal.client.ApplicationResource.refresh(ApplicationResource.java:614)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EditEnvironmentVariablesWizardModel.refreshEnvironmentVariables(EditEnvironmentVariablesWizardModel.java:35)
> at org.jboss.tools.openshift.express.internal.ui.wizard.environment.EnvironmentVariablesWizardPage$RefreshEnvironmentVariablesJob.doRun(EnvironmentVariablesWizardPage.java:292)
> at org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: com.jcraft.jsch.JSchException: session is down
> at com.jcraft.jsch.Session.openChannel(Session.java:843)
> at com.openshift.internal.client.ApplicationResource.sshExecCmd(ApplicationResource.java:865)
> ... 6 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-18082) Application wizard, Connection wizard: Last used connection from explorer is not preselected
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18082?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18082:
----------------------------------
Comment: was deleted
(was: Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.)
> Application wizard, Connection wizard: Last used connection from explorer is not preselected
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-18082
> URL: https://issues.jboss.org/browse/JBIDE-18082
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard, connection_wizard
> Fix For: LATER
>
>
> In JBIDE-17568 was implemented preselection of last used connection via menu File - New - OpenShift Application. But preselection of last used connection from OpenShift explorer is not working (probably has not been implemented yet).
> We should provide preselection also for last used connection via OpenShift explorer. Preselection via Menu now works like this:
> User has lets say 2 connections. If he opens New Application wizard via menu File - New - OpenShift Application, then first connection is preselected. He chooses second connection in opened New Application wizard (on the first page containing credentials), clicks Next button and then user clicks Cancel. Then user open New application wizard via menu File - New - OpenShift application again and second connection is preselected.
> Suggested solution for explorer:
> User has 2 connections and first one is used for preselection. User selects in OpenShift explorer second connection and opens New application wizard via context menu. After closing New application wizard shell (by its completion or canceling) user should get preselected second connection after opening a New Application wizard via menu File - New - OpenShift Application.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-18037) Server Adapter wizard, Connection wizard: Cannot select other connection in creating a new server adapter than the first one in case of not connected connection
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18037?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-18037:
----------------------------------
Comment: was deleted
(was: Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.)
> Server Adapter wizard, Connection wizard: Cannot select other connection in creating a new server adapter than the first one in case of not connected connection
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18037
> URL: https://issues.jboss.org/browse/JBIDE-18037
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Priority: Minor
> Labels: connection_wizard, server_adapter_wizard
> Fix For: LATER
>
> Attachments: openshift_explorer.png, server_adapter_wizard.png
>
>
> When creating a new server adapter there is a wizard where user can choose existing connection in case of not connected connection (e.g. after restarting Eclipse/JBDS).
> !server_adapter_wizard.png!
> Problem is when you are not connected to the first connection in OpenShift explorer. Than the wizard preselect the first one connection from OpenShift Explorer and others are missing in the selection - mine OpenShift explorer contains 3 connections but in the wizard mentioned above is only first one listed in the combo box.
> !openshift_explorer.png!
> There should be option to choose any connection and on the next wizard pages this connection could be preselected.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-17974) Add contextual help to OpenShift modals
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17974?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-17974:
----------------------------------
Comment: was deleted
(was: Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.)
> Add contextual help to OpenShift modals
> ---------------------------------------
>
> Key: JBIDE-17974
> URL: https://issues.jboss.org/browse/JBIDE-17974
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Labels: uxtest
> Fix For: LATER
>
>
> Many of the openshift modals do not provide contextual help that JBDS users expect throughout the application.
> Create OpenShift Application modal:
> Help button/Icon provided in bottom left of modal. Upon clicking, the help panel does not actually provide anything that helps the user understand what they need to do with the various screens throughout this wizard.
> https://www.evernote.com/shard/s230/sh/3c712331-988c-4531-9b3b-b706973a9f...
> The following OpenShift related dialogs do not provide a help icon/button at all and probably should:
> - Configure OpenShift Markers (right click project -> OpenShift -> Configure Markers...)
> - Domains (OpenShift Explorer pane -> right click OpenShift account -> Manage domains...)
> - SSH Keys (OpenShift Explorer pane -> right click OpenShift account -> Manage SSH keys...)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months