[JBoss JIRA] (JBIDE-22243) Properties: "Refresh" has no effect
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22243?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-22243:
---------------------------------------
Well, partially yeah. Click on a table item update the content shown for the item in Properties view. But right mouse click on a item and select Refresh do nothing. There is a job Loading OpenShift information, but the content (e.g. replicas) stay same until I do left mouse click.
> Properties: "Refresh" has no effect
> -----------------------------------
>
> Key: JBIDE-22243
> URL: https://issues.jboss.org/browse/JBIDE-22243
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Fix For: 4.4.1.AM3
>
> Attachments: refreshing-wont-help.ogv
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22999) Red Hat Central Rebranding
by James Cobb (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22999?page=com.atlassian.jira.plugi... ]
James Cobb commented on JBIDE-22999:
------------------------------------
[~maxandersen] ^^^
> Red Hat Central Rebranding
> --------------------------
>
> Key: JBIDE-22999
> URL: https://issues.jboss.org/browse/JBIDE-22999
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central
> Affects Versions: 4.4.1.AM2
> Reporter: Marián Labuda
> Assignee: James Cobb
> Fix For: 4.4.x
>
> Attachments: central-rhd-icon.png, fullIDE.png, tools_rebrand.png, tools_rebrand_r1v2.png, tools_rebrand_r1v3.png
>
>
> Quoting [~james.cobb], from JBIDE-22382
> {quote}
> I've pulled in the branding fro RHD into this IDE panel.
> 1. I've opted to use colors verses an grey monotones
> 2. I've used Red Hat icons from the icon set
> Thoughts?
> {quote}
> !tools_rebrand.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ERT-380) Add restart option to container context menu [EBZ#499607]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-380:
---------------------------------------
Summary: Add restart option to container context menu [EBZ#499607]
Key: ERT-380
URL: https://issues.jboss.org/browse/ERT-380
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
Priority: Trivial
Would love to have "Restart" option in context menu of containers in Docker Explorer, as it is somewhat cumbersome to always first stop and then start again the container when I just want to restart it. This would ease everyday working flow.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22992) OpenShift tools use wrong rest client bits
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22992?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22992:
------------------------------------
That build was published because of the check lower down in the console, which noted the SHAs had changed.
If you look in a subsequent build, it did NOT pass the p2diff check.
But really... if the whole idea here is that we should be publishing EVERY build (because the os.client plugin is ALWAYS new/upversioned/has-a-new-timestamp (even if the SHA isn't changed))... I can just remove all these if-changed-then-publish checks and just publish for ALL the builds.
Also, the grep -v to exclude generated update site IUs (because they're always different, unlike plugin and feature IUs) isn't working:
{code}
++ egrep -v '(<|>) (Alpha[0-9]+|AM[0-9]+|Beta[0-9]+|CR[0-9]+|Final|GA).+-B[0-9]+\.'
...
< v20160812-0237.JBoss Tools OpenShift Nightly Build Update Site [1.0.0.8V8U-cKm-e1ES0z0-Wy2dO8VdI7u]
...
> v20160811-2312.JBoss Tools OpenShift Nightly Build Update Site [1.0.0._09U-cKm-e1EbNVv6a-BN12qSqJQVVz0UyavVVyT]
{code}
> OpenShift tools use wrong rest client bits
> ------------------------------------------
>
> Key: JBIDE-22992
> URL: https://issues.jboss.org/browse/JBIDE-22992
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.1.AM3
> Environment: eclipse.buildId=10.1.0.AM3-v20160810-0441-B5735
> java.version=1.8.0_101
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os win32 -ws win32 -arch x86_64 -product com.jboss.devstudio.core.product
> Reporter: Denis Golovin
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.4.1.AM3
>
> Attachments: IU-unchanged-not-published.png, openshift-client-IU-new-timestamp.png, openshift-client-IU.png
>
>
> An internal error occurred during: "Loading service-manager to configure additional frameworks that CDK depends on.".{code}java.lang.NoSuchMethodError: com.openshift.restclient.ClientBuilder.withMaxRequests(I)Lcom/openshift/restclient/ClientBuilder;
> at org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:53)
> at org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:1)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKOpenshiftUtility.createOpenshiftConnection(CDKOpenshiftUtility.java:77)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKOpenshiftUtility.createOpenshiftConnection(CDKOpenshiftUtility.java:55)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureOpenshift(ConfigureDependentFrameworksListener.java:91)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureFrameworks(ConfigureDependentFrameworksListener.java:56)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener$1.run(ConfigureDependentFrameworksListener.java:44)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55){code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months