[JBoss JIRA] (JBIDE-21563) [regression] Explorer: Connection or (multiple) application deletion does not work anymore
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21563?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21563:
-------------------------------------
[~adietish] waiting for [~ldimaggio] / [~akazakov]'s decision
> [regression] Explorer: Connection or (multiple) application deletion does not work anymore
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-21563
> URL: https://issues.jboss.org/browse/JBIDE-21563
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Labels: explorer, openshift_v2, respin-a
> Fix For: 4.3.1.Beta2, 4.3.1.CR1
>
>
> Previously it was possible to select multiple OpenShift 2 applications and delete them at once via context menu Delete application(s).... Currently there is no such context menu anymore and it is a pain to delete several applications one by one.
> Added by Slava: In my environment, Delete for objects of OpenShift 2 does not work at all (menu is shown, but nothing happens). It seems the cause is a slip in plugin.xml for Openshift 3, handler org.jboss.tools.openshift.internal.ui.handler.DeleteResourceHandler declared activeWhen with <or> (count==1 _or_ instanceof IResource). So, formally having a lot of restrictions but passing them, this handler imposes itself on all selections. Though, it is possible that the bug reveals not in all environments.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21457) Explorer: Show build in explorer deployment view if it any state other then complete
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21457?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-21457:
---------------------------------------
Understand the issue here which I think is probably related to how the resource are created. Specifically, on example, for EAP templates, I think we are not properly mapping the BC to the Service, probably, because of the order it is created and our notification. We need to be able to display the Build of the EAP app even though we dont have a running pod or a build config.
> Explorer: Show build in explorer deployment view if it any state other then complete
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-21457
> URL: https://issues.jboss.org/browse/JBIDE-21457
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: openshift_deployment_view
> Fix For: 4.3.1.CR1
>
>
> Display the build in the tree view when it is any non-terminated state ("Complete", "Failed", "Error", "Cancelled"). Expectation is builds should be visible in the tree for a short period of time and then disappear.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21585) Test failures in EGitUtilsTest (using EGit UI 4.1.1 from Mars.2.RC1)
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-21585:
-----------------------------------
Summary: Test failures in EGitUtilsTest (using EGit UI 4.1.1 from Mars.2.RC1)
Key: JBIDE-21585
URL: https://issues.jboss.org/browse/JBIDE-21585
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Assignee: Andre Dietisheim
Priority: Critical
Fix For: 4.3.1.CR1
Running tests against egit 4.1.1 in 4.52.0.Beta2 target platform (from Mars.2.RC1) results in 58 test failures:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBos...
When I run locally with
{code}
mvn clean install -DTARGET_PLATFORM_VERSION=4.52.0.Beta2-SNAPSHOT
[INFO] org.jboss.tools.openshift.egit.test ................ FAILURE [ 14.670 s]
{code}
I get the attached failures:
org.jboss.tools.openshift.egit.internal.test.EGitTestSuite.txt
TEST-org.jboss.tools.openshift.egit.internal.test.EGitTestSuite.xml
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months