[JBoss JIRA] (JBIDE-20456) Connection wizard: Can no longer create a new OS3 connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20456?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-20456:
----------------------------------------
Assignee: Andre Dietisheim
> Connection wizard: Can no longer create a new OS3 connection
> ------------------------------------------------------------
>
> Key: JBIDE-20456
> URL: https://issues.jboss.org/browse/JBIDE-20456
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Fred Bricon
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: connection_wizard, openshift_v3
> Fix For: 4.3.0.CR1
>
>
> Create a *new* OpenShift Connection
> Select OpenShift 3
> Server: https://console.stg.openshift.com
> Auth protocol OAuth
> Click on the retrieve link
> => Nothing happens, a new window should be opened, to display the authentication token
> While debugging, I noticed this was caused by onRetrieveLinkClicked returning early because of StringUtils.isBlank(pageModel.getHost()). Host is null
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20456) Connection wizard: Can no longer create a new OS3 connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20456?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20456:
-------------------------------------
Summary: Connection wizard: Can no longer create a new OS3 connection (was: Can no longer create a new OS3 connection)
> Connection wizard: Can no longer create a new OS3 connection
> ------------------------------------------------------------
>
> Key: JBIDE-20456
> URL: https://issues.jboss.org/browse/JBIDE-20456
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Fred Bricon
> Priority: Blocker
> Fix For: 4.3.0.CR1
>
>
> Create a *new* OpenShift Connection
> Select OpenShift 3
> Server: https://console.stg.openshift.com
> Auth protocol OAuth
> Click on the retrieve link
> => Nothing happens, a new window should be opened, to display the authentication token
> While debugging, I noticed this was caused by onRetrieveLinkClicked returning early because of StringUtils.isBlank(pageModel.getHost()). Host is null
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20455) Preferences: "Browse" ("oc" location) should open filechooser in existing "oc" location
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20455?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20455:
-------------------------------------
Summary: Preferences: "Browse" ("oc" location) should open filechooser in existing "oc" location (was: Preferences: "Browse" ("oc" location) opens home-dir even if I have an "oc" path set)
> Preferences: "Browse" ("oc" location) should open filechooser in existing "oc" location
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-20455
> URL: https://issues.jboss.org/browse/JBIDE-20455
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v3, preferences
> Fix For: 4.3.0.CR1
>
>
> Steps:
> # EXEC: open preferences, go to "OpenShift v3", "Browse", choose some file (valid or invalid)
> # ASSERT: path is shown in "oc location"
> # EXEC: hit "Browse"
> Result:
> The filedialog is opened in your home directory
> Expected result:
> The filedialog should get opened for the directory/file that is set in the "oc location"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20456) Can no longer create a new OS3 connection
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20456?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-20456:
--------------------------------
Description:
Create a *new* OpenShift Connection
Select OpenShift 3
Server: https://console.stg.openshift.com
Auth protocol OAuth
Click on the retrieve link
=> Nothing happens, a new window should be opened, to display the authentication token
While debugging, I noticed this was caused by onRetrieveLinkClicked returning early because of StringUtils.isBlank(pageModel.getHost()). Host is null
was:
Create a *new* OpenShift Connection
Select OpenShift 3
Server: https://console.stg.openshift.com
Auth protocol OAuth
Click on the retrieve link
=> Nothing happens, a new window should be opened, to display the authentication token
While debugging, I noticed this was caused by onRetrieveLinkClicked returning already because of StringUtils.isBlank(pageModel.getHost()). Host is null
> Can no longer create a new OS3 connection
> -----------------------------------------
>
> Key: JBIDE-20456
> URL: https://issues.jboss.org/browse/JBIDE-20456
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Fred Bricon
> Priority: Blocker
>
> Create a *new* OpenShift Connection
> Select OpenShift 3
> Server: https://console.stg.openshift.com
> Auth protocol OAuth
> Click on the retrieve link
> => Nothing happens, a new window should be opened, to display the authentication token
> While debugging, I noticed this was caused by onRetrieveLinkClicked returning early because of StringUtils.isBlank(pageModel.getHost()). Host is null
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20456) Can no longer create a new OS3 connection
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-20456:
-----------------------------------
Summary: Can no longer create a new OS3 connection
Key: JBIDE-20456
URL: https://issues.jboss.org/browse/JBIDE-20456
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Priority: Blocker
Create a *new* OpenShift Connection
Select OpenShift 3
Server: https://console.stg.openshift.com
Auth protocol OAuth
Click on the retrieve link
=> Nothing happens, a new window should be opened, to display the authentication token
While debugging, I noticed this was caused by onRetrieveLinkClicked returning already because of StringUtils.isBlank(pageModel.getHost()). Host is null
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20455) Preferences: "Browse" ("oc" location) opens home-dir even if I have an "oc" path set
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20455?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20455:
-------------------------------------
Labels: openshift_v3 preferences (was: )
> Preferences: "Browse" ("oc" location) opens home-dir even if I have an "oc" path set
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-20455
> URL: https://issues.jboss.org/browse/JBIDE-20455
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v3, preferences
> Fix For: 4.3.0.CR1
>
>
> Steps:
> # EXEC: open preferences, go to "OpenShift v3", "Browse", choose some file (valid or invalid)
> # ASSERT: path is shown in "oc location"
> # EXEC: hit "Browse"
> Result:
> The filedialog is opened in your home directory
> Expected result:
> The filedialog should get opened for the directory/file that is set in the "oc location"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20455) Preferences: "Browse" ("oc" location) opens home-dir even if I have an "oc" path set
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20455?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-20455:
----------------------------------------
Assignee: Andre Dietisheim
> Preferences: "Browse" ("oc" location) opens home-dir even if I have an "oc" path set
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-20455
> URL: https://issues.jboss.org/browse/JBIDE-20455
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v3, preferences
> Fix For: 4.3.0.CR1
>
>
> Steps:
> # EXEC: open preferences, go to "OpenShift v3", "Browse", choose some file (valid or invalid)
> # ASSERT: path is shown in "oc location"
> # EXEC: hit "Browse"
> Result:
> The filedialog is opened in your home directory
> Expected result:
> The filedialog should get opened for the directory/file that is set in the "oc location"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBDS-3465) Consider using SpringIDE 3.7 (or 3.6.4?)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3465?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-3465 at 8/13/15 9:20 AM:
-----------------------------------------------------------
You asked "What are we actually dragging in and why does springIDE needs .core from yedit but not the rest ?"
I listed what we are actually dragging in (it's those 3 new plugins), and explained why. Restating:
The reason is that the features that we include in Central (same list as previous years) *now depend* on new upstream 3rd party plugins (Spring's features now include a yaml editor). That's what I explained above.
* org.springframework.ide.eclipse.boot.properties.editor.yaml (part of *o.sf.ide.eclipse.feature*, included in Central) depends on org.dadacoalition.yedit and org.yaml.snakeyaml
* org.springframework.web (part of *o.sf.ide.eclipse.webflow.feature*, included in Central) depends on com.google.protobuf
*H* ope *T* hat *H* elps! ( http://www.urbandictionary.com/define.php?term=HTH )
was (Author: nickboldt):
You asked "What are we actually dragging in and why does springIDE needs .core from yedit but not the rest ?"
I listed what we are actually dragging in (it's those 3 new plugins), and explained why. Restating:
The reason is that the features that we include in Central (same list as previous years) *now depend* on new upstream 3rd party plugins (Spring's features now include a yaml editor). That's what I explained above.
* org.springframework.ide.eclipse.boot.properties.editor.yaml (part of *o.sf.ide.eclipse.feature*) depends on org.dadacoalition.yedit and org.yaml.snakeyaml
* org.springframework.web (part of *o.sf.ide.eclipse.webflow.feature*, included in Central) depends on com.google.protobuf
*H* ope *T* hat *H* elps! ( http://www.urbandictionary.com/define.php?term=HTH )
> Consider using SpringIDE 3.7 (or 3.6.4?)
> ----------------------------------------
>
> Key: JBDS-3465
> URL: https://issues.jboss.org/browse/JBDS-3465
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central, target-platform
> Affects Versions: 9.0.0.Beta2
> Reporter: Nick Boldt
> Assignee: Marián Labuda
> Fix For: 9.0.0.CR1
>
> Attachments: install-spring-all-features.png, install-spring-sites.png
>
>
> There are new versions of SpringIDE available:
> {code:title=http://dist.springsource.com/release/TOOLS/update/e4.5}
> org.springframework.ide.eclipse.feature.feature.group 3.6.4.201503051146-RELEASE{code}
> {code:title=http://dist.springsource.com/snapshot/TOOLS/nightly/e4.5}
> org.springframework.ide.eclipse.feature.feature.group 3.7.0.201506181755-CI-B262{code}
> Which would we like to include in Central?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months