[JBoss JIRA] (JBIDE-19654) Application wizard: Opening the wizard on an account without SSH key opens broken wizard
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19654?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19654:
-------------------------------------
Fix Version/s: 4.3.0.CR1
(was: 4.3.0.Beta2)
> Application wizard: Opening the wizard on an account without SSH key opens broken wizard
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-19654
> URL: https://issues.jboss.org/browse/JBIDE-19654
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.3.0.CR1
>
> Attachments: new_app_wizard.png, prompt-to-upload-keys.png
>
>
> If user is opening a New application wizard from domain (context menu on domain item in OpenShift explorer) or shell menu (File - New - OpenShift Application) and there is no SSH key related to v2 account, the wizard is opened directly and cartridge/quickstart selection is empty
> !new_app_wizard.png!
> There should be at first opened SSH Key wizard/dialog to let the user add a SSH key to the account and then it should proceed to New application wizard (this is how it worked. Currently it's working like this only on New application wizard opened via context menu of a connection).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19181) correct naming of internal packages so that they're consistent across all openshift plugins
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19181?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19181:
-------------------------------------
Fix Version/s: 4.3.0.CR1
(was: 4.3.0.Beta2)
> correct naming of internal packages so that they're consistent across all openshift plugins
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-19181
> URL: https://issues.jboss.org/browse/JBIDE-19181
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.3.0.CR1
>
>
> Internal packages across the openshift plugins are non-consistent:
> ex.
> org.jboss.tools.openshift.client: org.jboss.tools.openshift.client.internal
> org.jboss.tools.openshift.express.client: org.jboss.tools.openshift.express.client.internal
> the base is imho org.jboss.tools.openshift and thus internal packages should always be at org.jboss.tools.openshift.internal across plugins.
> For reference, here's the official Eclipse documentation on the topic: http://wiki.eclipse.org/index.php/Naming_Conventions#Java_Packages
> {quote}
> org.eclipse.jdt.internal.core.compiler - Correct usage
> org.eclipse.jdt.core.internal.compiler - Incorrect. internal should immediately follow subproject name.
> org.eclipse.core.internal.resources - Correct usage
> org.eclipse.internal.core.resources - Incorrect. internal should never immediately follow org.eclipse.
> org.eclipse.core.resources.internal - Incorrect. internal should immediately follow Eclipse Platform component name.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20106) OpenShift v2 plugin is installed even though I selected only OpenShift v3 plugin
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20106?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20106:
------------------------------------------
For my own documentation purposes:
I see this being caused by the following in
{code:title=org.jboss.tools.openshift.core/MANIFEST.MF}
Import-Package: com.openshift.client
{code}
This seems to have been added in JBIDE-19829 but doesnt seem required (I can remove it without harm).
> OpenShift v2 plugin is installed even though I selected only OpenShift v3 plugin
> --------------------------------------------------------------------------------
>
> Key: JBIDE-20106
> URL: https://issues.jboss.org/browse/JBIDE-20106
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.3.0.Beta2
>
>
> While I am installing JBT and I select only OpenShift v3, I expect that only v3 is going to be installed. Unfortunately v2 is installed too and it is possible to create v2 connection, domain, application...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20106) OpenShift v2 plugin is installed even though I selected only OpenShift v3 plugin
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20106?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20106:
------------------------------------------
[~mlabuda] That^s very unfortunate. We verified this and solved it quite a few times. It looks like this sneaked in again.
> OpenShift v2 plugin is installed even though I selected only OpenShift v3 plugin
> --------------------------------------------------------------------------------
>
> Key: JBIDE-20106
> URL: https://issues.jboss.org/browse/JBIDE-20106
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.3.0.Beta2
>
>
> While I am installing JBT and I select only OpenShift v3, I expect that only v3 is going to be installed. Unfortunately v2 is installed too and it is possible to create v2 connection, domain, application...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months