[JBoss JIRA] (JBIDE-25814) Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25814:
------------------------------------------
To infer a connection from a resource one can simply call
{code}
ConnectionsRegistryUtil#getConnectionFor(resource)
{code}
> Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25814
> URL: https://issues.jboss.org/browse/JBIDE-25814
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Labels: server_adapter_wizard
>
> steps:
> # ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
> # EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
> # ASSERT: Connection selection page pops up
> # EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
> # EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
> # ASSERT: Connection selection page pops up
> Result:
> the connection selection page has the 1st connection selected, not the one that we used most recently.
> (If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
> Bonus: some wizards even inspect the currently selected element in the OpenShift Explorer and deduce what they need. The server adapter wizard could inspect the resource that's selected and infer the connection from it.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25814) Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25814 at 3/14/18 10:34 AM:
--------------------------------------------------------------------
To infer a connection from a resource one can simply call
{code}
ConnectionsRegistryUtil.getConnectionFor(resource)
{code}
was (Author: adietish):
To infer a connection from a resource one can simply call
{code}
ConnectionsRegistryUtil#getConnectionFor(resource)
{code}
> Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25814
> URL: https://issues.jboss.org/browse/JBIDE-25814
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Labels: server_adapter_wizard
>
> steps:
> # ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
> # EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
> # ASSERT: Connection selection page pops up
> # EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
> # EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
> # ASSERT: Connection selection page pops up
> Result:
> the connection selection page has the 1st connection selected, not the one that we used most recently.
> (If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
> Bonus: some wizards even inspect the currently selected element in the OpenShift Explorer and deduce what they need. The server adapter wizard could inspect the resource that's selected and infer the connection from it.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25814) Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25814:
-------------------------------------
Description:
steps:
# ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
# EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
# ASSERT: Connection selection page pops up
# EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
# EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
# ASSERT: Connection selection page pops up
Result:
the connection selection page has the 1st connection selected, not the one that we used most recently.
(If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
Bonus: some wizards even inspect the currently selected element in the OpenShift Explorer and deduce what they need. The server adapter wizard could inspect the resource that's selected and infer the connection from it.
was:
steps:
# ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
# EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
# ASSERT: Connection selection page pops up
# EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
# EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
# ASSERT: Connection selection page pops up
Result:
the connection selection page has the 1st connection selected, not the one that we used most recently.
(If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
> Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25814
> URL: https://issues.jboss.org/browse/JBIDE-25814
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Labels: server_adapter_wizard
>
> steps:
> # ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
> # EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
> # ASSERT: Connection selection page pops up
> # EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
> # EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
> # ASSERT: Connection selection page pops up
> Result:
> the connection selection page has the 1st connection selected, not the one that we used most recently.
> (If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
> Bonus: some wizards even inspect the currently selected element in the OpenShift Explorer and deduce what they need. The server adapter wizard could inspect the resource that's selected and infer the connection from it.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25814) Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25814:
-------------------------------------
Summary: Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list (was: Server adapter wizard: should use selected or recent connetion, not simply the 1st in the list)
> Server adapter wizard: should preselected most recently used connection, not simply the 1st in the list
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25814
> URL: https://issues.jboss.org/browse/JBIDE-25814
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Labels: server_adapter_wizard
>
> steps:
> # ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
> # EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
> # ASSERT: Connection selection page pops up
> # EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
> # EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
> # ASSERT: Connection selection page pops up
> Result:
> the connection selection page has the 1st connection selected, not the one that we used most recently.
> (If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBIDE-25814) Server adapter wizard: should use selected or recent connetion, not simply the 1st in the list
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25814?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25814:
-------------------------------------
Description:
steps:
# ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
# EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
# ASSERT: Connection selection page pops up
# EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
# EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
# ASSERT: Connection selection page pops up
Result:
the connection selection page has the 1st connection selected, not the one that we used most recently.
(If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
was:
steps:
# ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
# EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
# ASSERT: Connection selection page pops up
# EXEC: select your 2nd connection, get to the next page. But then, cancel, dont get any further.
# EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
# ASSERT: Connection selection page pops up
Result:
the connection selection page has the 1st connection selected, not the one that we used lately
> Server adapter wizard: should use selected or recent connetion, not simply the 1st in the list
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-25814
> URL: https://issues.jboss.org/browse/JBIDE-25814
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Labels: server_adapter_wizard
>
> steps:
> # ASSERT: have several connections in the OpenShift explorer (ex. CDK, OpenShift online)
> # EXEC: launch new application wizard via File > New > Other > OpenShift > OpenShift Application
> # ASSERT: Connection selection page pops up
> # EXEC: select your 2nd connection, get to the next page. But then, cancel the wizard, dont get any further.
> # EXEC: launch server adapter wizard via File > New > Other > Server > OpenShift > OpenShift 3 Server adapter
> # ASSERT: Connection selection page pops up
> Result:
> the connection selection page has the 1st connection selected, not the one that we used most recently.
> (If you use the application wizard again, you'll notice how it is using the 2nd connection, the one that we used most recently)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months