[JBoss JIRA] (JBIDE-21457) Explorer: Show build in explorer deployment view if it any state other then complete
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21457?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-21457:
---------------------------------------
Now in Beta2 build, displaying application pods works fine (so far), but issue with showing build pod persists.
Steps to reproduce:
ASSERT: Have an OpenSHift 3 connection to console.engint.openshift.com
EXEC: Open New OpenShift Application wizard
EXEC: Select eap 6.4 basic template and proceed wizard.
ASSERT: Resources are created.
EXEC: Show properties for a project where application has been created.
EXEC: Select build tabs.
ASSERT: There is a running build pod eap-app
EXEC: Open OpenShift explorer view and expand the project.
RESULT: There is no build pod listed under the project.
EXPECTED RESULT: There should be running build pod under the project.
> 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-21575) Rotating browsersim does not redraw the entire window when using skins
by Jan Richter (JIRA)
Jan Richter created JBIDE-21575:
-----------------------------------
Summary: Rotating browsersim does not redraw the entire window when using skins
Key: JBIDE-21575
URL: https://issues.jboss.org/browse/JBIDE-21575
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Affects Versions: 4.3.1.Beta2
Reporter: Jan Richter
Attachments: sim.png, sim2.png
It seems only the part of the window that intersected the original non-rotated window gets redrawn, the rest is transparent. Rotating back does not help - disabling and re-enabling skins should refresh the window.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21563) [regression] Explorer: Connection or (multiple) application deletion does not work anymore
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21563?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-21563 at 1/25/16 9:54 AM:
------------------------------------------------------------------------
For me, after a right mouse click for context menu, key 'Delete' works until a selection changing event caused by either left mouse click or keys. Then, after the next right mouse click key 'Delete' starts working again.
It seems that key bindings for "Del" do that like
{code}
<extension
point="org.eclipse.ui.bindings">
<key
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
contextId="org.jboss.tools.openshift.explorer.context.connection"
sequence="Del"
commandId="org.jboss.tools.openshift.express.ui.command.removeconnection" />
</extension>
{code}
One is in org.jboss.tools.openshift.common.ui/plugin.xml and two in org.jboss.tools.openshift.express.ui/plugin.xml. When I remove them, key Delete works fine.
was (Author: scabanovich):
For me, after a right mouse click for context menu, key 'Delete' works until a selection changing event caused by either left mouse click or keys. Then, after the next right mouse click key 'Delete' starts working again.
> [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-21335) CDK stuck on Starting state when you forget to enter credentials
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21335?page=com.atlassian.jira.plugi... ]
Alexey Kazakov closed JBIDE-21335.
----------------------------------
Resolution: Done
> CDK stuck on Starting state when you forget to enter credentials
> ----------------------------------------------------------------
>
> Key: JBIDE-21335
> URL: https://issues.jboss.org/browse/JBIDE-21335
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.3.1.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.4.0.Alpha1, 4.3.1.Beta1
>
>
> I added CDK using runtime detection. Then I tried to start it. First attempt failed on missing path to vagrant. I provided that and then tried to start it again. This time it complained I didn't enter the credentials. But unfortunately after this the server adapter is stuck on Starting... There is no way to press start or stop and there is no console output. I guess I either have to wait for it to time out or just restart Eclipse.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21335) CDK stuck on Starting state when you forget to enter credentials
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21335?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-21335:
-----------------------------------
Fix Version/s: (was: 4.3.1.Beta2)
> CDK stuck on Starting state when you forget to enter credentials
> ----------------------------------------------------------------
>
> Key: JBIDE-21335
> URL: https://issues.jboss.org/browse/JBIDE-21335
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server
> Affects Versions: 4.3.1.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
>
>
> I added CDK using runtime detection. Then I tried to start it. First attempt failed on missing path to vagrant. I provided that and then tried to start it again. This time it complained I didn't enter the credentials. But unfortunately after this the server adapter is stuck on Starting... There is no way to press start or stop and there is no console output. I guess I either have to wait for it to time out or just restart Eclipse.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months