[JBoss JIRA] (JBIDE-21828) OpenShift Explorer view flickers when refreshing a service
by Thomas Mäder (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21828?page=com.atlassian.jira.plugi... ]
Thomas Mäder updated JBIDE-21828:
---------------------------------
Story Points: 40 (was: 60)
> OpenShift Explorer view flickers when refreshing a service
> ----------------------------------------------------------
>
> Key: JBIDE-21828
> URL: https://issues.jboss.org/browse/JBIDE-21828
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Thomas Mäder
> Fix For: 4.4.0.Alpha3
>
> Attachments: Screenshot 2016-03-08 10.32.39.png
>
>
> When calling the "Refresh" command on a service, the tree view flickers because of too many refresh calls.
> Adding some traces revealed 25 calls to {{BaseExplorerContentProvider#refreshViewer(Object)}}, which seems way too much for a service with a single pod.
> Attachement: screenshot of the OpenShift Server view, showing 2 projects, one of which has 3 services.
> Custom/added logs in the console:
> {code}
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/mongodb
> Refreshing viewer from sample/mongodb
> Refreshing viewer from sample/mongodb
> Refreshing viewer from sample/nodejs-mongodb-example
> Refreshing viewer from sample/nodejs-mongodb-example
> Refreshing viewer from sample/nodejs-mongodb-example
> Refreshing viewer from sample/nodejs-mongodb-example
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/jee-sample
> Refreshing viewer from sample/nodejs-mongodb-example
> Refreshing viewer from sample/nodejs-mongodb-example
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> Refreshing viewer from org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectUIModel@431dafbc
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-21720) Server Adapter: user choose default route when creating the server
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21720?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21720.
---------------------------------
Verified in devstudio with build id: Alpha3-v20160531-0503-B5474.
> Server Adapter: user choose default route when creating the server
> ------------------------------------------------------------------
>
> Key: JBIDE-21720
> URL: https://issues.jboss.org/browse/JBIDE-21720
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter, server_adapter_wizard
> Fix For: 4.4.0.Alpha2
>
>
> Currently the Show in Web Browser always asks the user which route to open, which tends to be annoying when using the menu several times. For LiveReload support, it's even worse, the 1st route is always selected, which always leads to some problems when several routes are available.
> I believe it would be best to let the user select the server adapter' default route in the OpenShift 3 Server wizard
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-21076) [npm] cannot find module
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21076?page=com.atlassian.jira.plugi... ]
Pavol Srna closed JBIDE-21076.
------------------------------
> [npm] cannot find module
> ------------------------
>
> Key: JBIDE-21076
> URL: https://issues.jboss.org/browse/JBIDE-21076
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: nodejs
> Affects Versions: 4.4.0.Alpha1
> Environment: windows
> Reporter: Pavol Srna
> Assignee: Ilya Buziuk
> Priority: Blocker
> Fix For: 4.4.0.Alpha1
>
> Attachments: screen.png
>
>
> {code}
> module.js:339
> throw err;
> ^
> Error: Cannot find module 'C:\Program'
> at Function.Module._resolveFilename (module.js:337:15)
> at Function.Module._load (module.js:287:25)
> at Function.Module.runMain (module.js:467:10)
> at startup (node.js:136:18)
> at node.js:963:3
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-22296) Provide on-hover tooltip for repo URL in openshift import wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22296?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22296.
---------------------------------
Verified in devstudio with build id: Alpha3-v20160531-0503-B5474.
> Provide on-hover tooltip for repo URL in openshift import wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-22296
> URL: https://issues.jboss.org/browse/JBIDE-22296
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Radim Hopp
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.4.0.Alpha2
>
> Attachments: snapshot1.png
>
>
> This is a followup of JBIDE-21841. In JBIDE-21841, there was added the build config pane, but even with this pane, there is no easy way how to _see_ whole URL of repository (only way is to enlarge whole wizard dialog).
> !snapshot1.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (JBIDE-22364) Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener fails on MacOS
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22364?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22364.
---------------------------------
> Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener fails on MacOS
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-22364
> URL: https://issues.jboss.org/browse/JBIDE-22364
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha2
>
>
> org.jboss.tools.openshift.test.ui.wizard.newapp.TabFolderTraverseListenerTest.testTabFolderTraverseListener fails consistently on MacOS (not in Windows) in jenkins: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift...
> The build has usage disabled via maven flag like it is in the main build:
> {code}
> -Dusage_reporting_enabled=false
> {code}
> the maven command line that executes the build in macos is the following:
> {code}
> [macosx] $ /qa/tools/opt/apache-maven-3.1.1/bin/mvn -DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT -DTARGET_PLATFORM_VERSION_MAXIMUM=4.60.0.Alpha1-SNAPSHOT -Djdk=jdk1.8 -Dlabel_exp=macosx "-DMAVEN_FLAGS=-B -U -fae -e" -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/mnt/hudson_workspace/workspace/jbosstools-openshift_master_otherOS/jdk/jdk1.8/label_exp/macosx/.repository clean verify -B -U -fae -e -Dusage_reporting_enabled=false -DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months