[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22381:
-------------------------------------
Attachment: screenshot-1.png
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-22381:
----------------------------------------
Assignee: Andre Dietisheim
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22381) Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22381:
-------------------------------------
Fix Version/s: 4.5.3.Final
(was: 4.5.x)
> Server Adapter Wizard: Enable to download project if it is not present in Eclipse workspace
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22381
> URL: https://issues.jboss.org/browse/JBIDE-22381
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.5.3.Final
>
>
> If there is no project in Eclipse workspace or if there is not related project to selected OpenShift service, it is not possible/reasonable to proceed through wizard, because create server adapter would not be the desired one. It would be nice, if there would be some link/button to import an application to Eclipse workspace, like we have for OpenShift 2 (import through server adapter wizard and once imported proceed without any issues).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-22304) Server Editor: Pod deployment path is not shown
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22304?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22304:
------------------------------------------
The code for this changed:
The inferred path is not shown for a server adapter that never ran. Once it's run the path is stored and displayed. This is thus partially done. Resolving.
> Server Editor: Pod deployment path is not shown
> -----------------------------------------------
>
> Key: JBIDE-22304
> URL: https://issues.jboss.org/browse/JBIDE-22304
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_editor
> Fix For: 4.5.x
>
>
> In Server Adapter wizard is not shown Pod deployment path. Widget supposed to display the path is empty.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-21331) Connection wizard: it looks as if the wizard is creating new connection instances several times
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21331?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-21331.
--------------------------------------
Fix Version/s: 4.5.3.Final
(was: 4.5.x)
Assignee: Andre Dietisheim
Resolution: Out of Date
The current code in the connection wizard doesn't have this issue any more. Resolving as OUT_OF_DATE
> Connection wizard: it looks as if the wizard is creating new connection instances several times
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-21331
> URL: https://issues.jboss.org/browse/JBIDE-21331
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: connection_wizard, openshift_v3
> Fix For: 4.5.3.Final
>
>
> The connection wizard creates new connection instances in several places which seems unnecessary (we need it at least once where we dont want to modify an existing connection and operate on a copy before merging the changes back upon successfull verification)
> {code:title=ConnctionWizardPageModel}
> private void initEditConnection(IConnection connection) {
> this.selectedConnection = connection;
> this.connection = connection.clone();
> ...
> {code}
> {code:title=ConnctionWizardPageModel}
> public IStatus connect() {
> ...
> try {
> this.connection = createConnection();
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months