[JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22505?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-22505:
-------------------------------------
Assignee: Xavier Coulon
> Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22505
> URL: https://issues.jboss.org/browse/JBIDE-22505
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Xavier Coulon
> Priority: Blocker
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.0.Final
>
>
> ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow
> {code}
> new ImageSearch(IDockerConnection conn, String name)
> {code}
> The new API now is:
> {code}
> new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
> {code}
> reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22505?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-22505:
---------------------------------------
yes, sure
> Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22505
> URL: https://issues.jboss.org/browse/JBIDE-22505
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Xavier Coulon
> Priority: Blocker
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.0.Final
>
>
> ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow
> {code}
> new ImageSearch(IDockerConnection conn, String name)
> {code}
> The new API now is:
> {code}
> new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
> {code}
> reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3918) Latest DevStudio build starts without splash screen
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3918?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3918:
----------------------------------
Please provide details:
Jdk name and version used to run installer
Gtk and swt versions
Did you run it from command line or just doubleclick the jar? Can you try the former so that a console log is available?
> Latest DevStudio build starts without splash screen
> ---------------------------------------------------
>
> Key: JBDS-3918
> URL: https://issues.jboss.org/browse/JBDS-3918
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: p2-product
> Affects Versions: 10.0.0.GA
> Environment: OS:
> Windows 10
> Devstudio:
> Version: 10.0.0.Alpha3
> Build id: Alpha3-v20160601-0425-B5485
> Build date: 20160601-0425
> Reporter: Denis Golovin
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 10.0.0.GA
>
>
> Latest nightly build downloaded bu Development Suite installer starts without splash screen
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22471) Explorer: connection (without stored token) stays "Loading" after I provided the token
by Dmitry Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22471?page=com.atlassian.jira.plugi... ]
Dmitry Bocharov commented on JBIDE-22471:
-----------------------------------------
Latest research results.
In cases when connection stays "Loading" the following happens:
1) BaseExplorerContentProvider.refreshViewer() is called
2) AbstractTreeViewer.internalRefresh(Object, boolean) is called
3) Widget[] items = findItems(element); returns an empty array of child nodes for connection, because there are no elements in elementMap (see StructuredViewer.findItems() method)
It means that it has nothing to refresh.
In cases when everything works fine, there elements in elementMap and everything refreshes fine.
So for some reasons the child nodes are late to be loaded to the widget sometimes,
> Explorer: connection (without stored token) stays "Loading" after I provided the token
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-22471
> URL: https://issues.jboss.org/browse/JBIDE-22471
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Dmitry Bocharov
> Priority: Critical
> Labels: explorer, openshift_v3
> Fix For: 4.4.0.Final
>
> Attachments: explorer-not-refreshed.png
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22505?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22505:
-------------------------------------
Labels: deploy_docker_wizard openshift_v3 (was: )
> Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22505
> URL: https://issues.jboss.org/browse/JBIDE-22505
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Priority: Blocker
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.0.Final
>
>
> ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow
> {code}
> new ImageSearch(IDockerConnection conn, String name)
> {code}
> The new API now is:
> {code}
> new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
> {code}
> reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22505?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22505:
------------------------------------------
[~xcoulon] can you please take care of this?
> Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22505
> URL: https://issues.jboss.org/browse/JBIDE-22505
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Priority: Blocker
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.0.Final
>
>
> ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow
> {code}
> new ImageSearch(IDockerConnection conn, String name)
> {code}
> The new API now is:
> {code}
> new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
> {code}
> reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-22505:
----------------------------------------
Summary: Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
Key: JBIDE-22505
URL: https://issues.jboss.org/browse/JBIDE-22505
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Alpha2
Reporter: Andre Dietisheim
Priority: Blocker
ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow
{code}
new ImageSearch(IDockerConnection conn, String name)
{code}
The new API now is:
{code}
new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
{code}
reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22505?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22505:
-------------------------------------
Fix Version/s: 4.4.0.Final
> Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
> -----------------------------------------------------------------------------
>
> Key: JBIDE-22505
> URL: https://issues.jboss.org/browse/JBIDE-22505
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.0.Final
>
>
> ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow
> {code}
> new ImageSearch(IDockerConnection conn, String name)
> {code}
> The new API now is:
> {code}
> new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
> {code}
> reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months