[JBoss JIRA] (JBIDE-25092) Edit resource limits wizard: Move labels
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25092?page=com.atlassian.jira.plugi... ]
Jeff MAURY reassigned JBIDE-25092:
----------------------------------
Assignee: Andre Dietisheim
> Edit resource limits wizard: Move labels
> -----------------------------------------
>
> Key: JBIDE-25092
> URL: https://issues.jboss.org/browse/JBIDE-25092
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.1.AM2
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.x
>
> Attachments: edit-resource-limits.png
>
>
> Please move labels for CPU and memory a little bit up (reduce the vertical space btw. the text field & label and the upper border of the group they're in). The labels also miss the ":", which is the standard for widget labels in Eclipse.
> !edit-resource-limits.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25263) OSIO Error refreshing token
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25263?page=com.atlassian.jira.plugi... ]
Jeff MAURY reassigned JBIDE-25263:
----------------------------------
Assignee: Jeff MAURY
> OSIO Error refreshing token
> ---------------------------
>
> Key: JBIDE-25263
> URL: https://issues.jboss.org/browse/JBIDE-25263
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Lucia Jelinkova
> Assignee: Jeff MAURY
> Labels: OSIO
> Fix For: 4.5.x
>
>
> When I called the OSIO service from Fabric8 plugin, the following error occurred.
> {code:java}
> org.jboss.tools.openshift.io.core.exception.OpenshiftIORefreshException: Error refreshing token for ljelinko(a)redhat.com on cluster OpenShift.io
> at org.jboss.tools.openshift.io.core.AccountService.performRefresh(AccountService.java:168)
> at org.jboss.tools.openshift.io.core.AccountService.getToken(AccountService.java:101)
> at org.jboss.tools.openshift.io.internal.core.DefaultTokenProvider.apply(DefaultTokenProvider.java:24)
> at org.jboss.tools.openshift.io.internal.core.DefaultTokenProvider.apply(DefaultTokenProvider.java:1)
> at com.redhat.fabric8analytics.lsp.eclipse.ui.TokenCheck.getToken(TokenCheck.java:60)
> at com.redhat.fabric8analytics.lsp.eclipse.ui.Fabric8AnalyticsStreamConnectionProvider.checkPreferences(Fabric8AnalyticsStreamConnectionProvider.java:67)
> at com.redhat.fabric8analytics.lsp.eclipse.ui.Fabric8AnalyticsStreamConnectionProvider.<init>(Fabric8AnalyticsStreamConnectionProvider.java:54)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at java.lang.Class.newInstance(Class.java:442)
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
> at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.lsp4e.LanguageServersRegistry$ExtensionLanguageServerDefinition.createConnectionProvider(LanguageServersRegistry.java:102)
> at org.eclipse.lsp4e.ProjectSpecificLanguageServerWrapper.<init>(ProjectSpecificLanguageServerWrapper.java:142)
> at org.eclipse.lsp4e.LanguageServiceAccessor.getLSWrapperForConnection(LanguageServiceAccessor.java:199)
> at org.eclipse.lsp4e.LanguageServiceAccessor.getLSWrappers(LanguageServiceAccessor.java:163)
> at org.eclipse.lsp4e.LanguageServiceAccessor.getLSPDocumentInfosFor(LanguageServiceAccessor.java:261)
> at org.eclipse.lsp4e.ConnectDocumentToLanguageServerSetupParticipant$1.run(ConnectDocumentToLanguageServerSetupParticipant.java:74)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> {code}
> Well, I can see from the code that there was some unexpected response from OSIO server but it would be helpful if you could provide some more information, at least the server's true response code. In this case the user is absolutely clueless as what happend.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25267) ITests: run by default if you build openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25267?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25267:
-------------------------------------
Description:
steps:
EXEC: run "mvn clean verify" in openshift root directory
Result:
openshift integration tests are run
Expected result:
openshift integration tests should not run
was:
steps:
EXEC: run "mvn clean verify" in openshift root directory
Result:
openshift integration tests are run
> ITests: run by default if you build openshift
> ----------------------------------------------
>
> Key: JBIDE-25267
> URL: https://issues.jboss.org/browse/JBIDE-25267
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.Final
> Reporter: Andre Dietisheim
> Assignee: Ondrej Dockal
> Priority: Blocker
> Labels: integration_tests
> Fix For: 4.5.1.Final
>
>
> steps:
> EXEC: run "mvn clean verify" in openshift root directory
> Result:
> openshift integration tests are run
> Expected result:
> openshift integration tests should not run
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25267) ITests: run by default if you build openshift
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-25267:
----------------------------------------
Summary: ITests: run by default if you build openshift
Key: JBIDE-25267
URL: https://issues.jboss.org/browse/JBIDE-25267
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.1.Final
Reporter: Andre Dietisheim
Priority: Blocker
steps:
EXEC: run "mvn clean verify" in openshift root directory
Result:
openshift integration tests are run
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25050) Prepare windows image with hyperv
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25050?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-25050:
----------------------------------
Description:
Prepare windows-based images with hyperv allowed and capable of running cdk in Central-ci and add new jenkins label.
* Provision win10-x64-jbds (as some changes were made to jbds script)
* Install manually HyperV in fresh windows image
* Add new virtual switch
* Set env. variable HYPERV_VIRTUAL_SWITCH
* Add user into Hyper-V Administrators group
* Test whether cdk can be run on the slave
was:
Prepare windows-based images with hyperv allowed and capable of running cdk in Central-ci and add new jenkins label.
* Install manually HyperV in fresh windows image
* Add new virtual switch
* Set env. variable HYPERV_VIRTUAL_SWITCH
* Add user into Hyper-V Administrators group
* Test whether cdk can be run on the slave
> Prepare windows image with hyperv
> ---------------------------------
>
> Key: JBIDE-25050
> URL: https://issues.jboss.org/browse/JBIDE-25050
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.5.1.AM2
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Labels: jenkins
> Fix For: 4.5.1.Final
>
>
> Prepare windows-based images with hyperv allowed and capable of running cdk in Central-ci and add new jenkins label.
> * Provision win10-x64-jbds (as some changes were made to jbds script)
> * Install manually HyperV in fresh windows image
> * Add new virtual switch
> * Set env. variable HYPERV_VIRTUAL_SWITCH
> * Add user into Hyper-V Administrators group
> * Test whether cdk can be run on the slave
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months