[JBoss JIRA] (JBIDE-25092) Edit resource limits wizard: Move labels
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25092:
------------------------------------------
merged into master
> 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.1.Final
>
> 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-25092) Edit resource limits wizard: Move labels
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25092?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25092:
-------------------------------------
Story Points: 2
> 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.1.Final
>
> 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-25091) Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25091 at 10/19/17 11:29 AM:
---------------------------------------------------------------------
The reason for this is that the code translates units in the model to labels in the combo. It translates the following units in the model (resource)
{code}
public static final String[] MEMORY_SUFFIXES = {"M", "G", "Mi", "Gi", ""};
{code}
to the following labels in the combo:
{code}
public static final String[] MEMORY_SUFFIXES_LABELS = {"MB", "GB", "MiB", "GiB", "MiB"};
{code}
In other terms, a missing unit in the resource model gets displayed as "MiB" in the combo, thus the duplication of units in the combo.
was (Author: adietish):
The reason for this behavious is that the code does translate units. It translates the following units in the model
{code}
public static final String[] MEMORY_SUFFIXES = {"M", "G", "Mi", "Gi", ""};
{code}
to the following labels in the combo:
{code}
public static final String[] MEMORY_SUFFIXES_LABELS = {"MB", "GB", "MiB", "GiB", "MiB"};
{code}
in other terms, a missing unit in the resource model gets displayed as "MiB" in the combo, thus the duplication of units in the combo.
> Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
> ----------------------------------------------------------------------------
>
> Key: JBIDE-25091
> URL: https://issues.jboss.org/browse/JBIDE-25091
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM2
> Reporter: Josef Kopriva
> Priority: Minor
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.x
>
> Attachments: edit-resource-limits.png, image-2017-09-22-13-02-35-216.png
>
>
> When editing memory settings in dialog "Edit resource limits", there is a duplicate value MiB in the Combos for Memory > "Request" and Memory > "Limit":
> !edit-resource-limits.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25091) Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25091?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25091:
------------------------------------------
The reason for this behavious is that the code does translate units. It translates the following units in the model
{code}
public static final String[] MEMORY_SUFFIXES = {"M", "G", "Mi", "Gi", ""};
{code}
to the following labels in the combo:
{code}
public static final String[] MEMORY_SUFFIXES_LABELS = {"MB", "GB", "MiB", "GiB", "MiB"};
{code}
in other terms, a missing unit in the resource model gets displayed as "MiB" in the combo, thus the duplication of units in the combo.
> Edit resource limits wizard: Duplicate value "MiB" in Memory Limit & Request
> ----------------------------------------------------------------------------
>
> Key: JBIDE-25091
> URL: https://issues.jboss.org/browse/JBIDE-25091
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM2
> Reporter: Josef Kopriva
> Priority: Minor
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.x
>
> Attachments: edit-resource-limits.png, image-2017-09-22-13-02-35-216.png
>
>
> When editing memory settings in dialog "Edit resource limits", there is a duplicate value MiB in the Combos for Memory > "Request" and Memory > "Limit":
> !edit-resource-limits.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBDS-4579) devstudio rpm should depend on upstream org.eclipse.jst
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4579?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4579.
------------------------------
Verified, rh-eclipse47-devstudio-11.1-0.20171019.0637.el7.x86_64.rpm includes only one version of org.eclipse.jst.j2ee.ejb.annotations.ui.
> devstudio rpm should depend on upstream org.eclipse.jst
> -------------------------------------------------------
>
> Key: JBDS-4579
> URL: https://issues.jboss.org/browse/JBDS-4579
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: rpm
> Affects Versions: 11.1.0.AM3
> Environment: rh-eclipse47-devstudio.x86_64 - 11.1-0.20171005.1344.el7
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 11.1.0.GA
>
> Attachments: rh-eclipse47.log.20171006-1218_strict.txt
>
>
> The org.eclipse.jst.j2ee.ejb.annotations.ui plugin is twice in the /opt/rh/rh-eclipse47 folder. They have the same x.y.z but different timestamps. It causes BundleExceptions. This problem seems to be similar to JBDS-4567.
> org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.300.v201710031656.jar
> org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.300.v201701262105.jar
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBDS-4567) devstudio rpm should depend on upstream eclipse-dtp
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4567?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4567.
------------------------------
Verified in rh-eclipse47-devstudio-11.1-0.20171019, closing.
> devstudio rpm should depend on upstream eclipse-dtp
> ---------------------------------------------------
>
> Key: JBDS-4567
> URL: https://issues.jboss.org/browse/JBDS-4567
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: rpm
> Affects Versions: 11.1.0.AM3
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 11.1.0.GA
>
>
> [~lvalach] said: {quote}
> Hi Nick. There are some bundle conflict in latest Devstudio RPM. It seems that since Mat updated rh-eclipse to Oxygen 1 [1] the eclipse includes newer builds of org.eclipse.datatools. and org.eclipse.recommenders..
> For example:
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/dtp/eclipse/plugins/org.eclipse.datatools.sqltools.tabledataeditor_1.2.0.v201709211000.jar
> (this comes with rh-eclipse47)
> and
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.eclipse.datatools.sqltools.tabledataeditor_1.2.0.201701131441.jar
> (this comes with rh-eclipse47-devstudio)
> So the version is same but timestamp differs. {quote}
> Nick replied:
> {quote}this could just be a "feature-not-a-bug" of rpm builds
> in that the versions don't align because the timestamp in the rpm is generated at the time of the build rather than being attached to the github commit date
> so... to solve these "same x.y.z but different timestamp" problems we just have to blacklist more plugins/features from the rpm build, and add more *Requires:* to the spec file
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBDS-4581) rh-eclipse47-devstudio should depend on rh-eclipse47-eclipse-recommenders
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4581?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4581.
------------------------------
Verified, 11.1-0.20171019.0637 requires rh-eclipse47-eclipse-recommenders, closing.
> rh-eclipse47-devstudio should depend on rh-eclipse47-eclipse-recommenders
> -------------------------------------------------------------------------
>
> Key: JBDS-4581
> URL: https://issues.jboss.org/browse/JBDS-4581
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: rpm
> Affects Versions: 11.1.0.AM3
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 11.1.0.GA
>
>
> {quote}
> Hi Nick. There are some bundle conflict in latest Devstudio RPM. It seems that since Mat updated rh-eclipse to Oxygen 1 [1] the eclipse includes newer builds of org.eclipse.datatools.* and org.eclipse.recommenders.*.
> For example:
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/dtp/eclipse/plugins/org.eclipse.datatools.sqltools.tabledataeditor_1.2.0.v201709211000.jar
> (this comes with rh-eclipse47)
> and
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.eclipse.datatools.sqltools.tabledataeditor_1.2.0.201701131441.jar
> (this comes with rh-eclipse47-devstudio)
> So the version is same but timestamp differs.
> Clean Oxygen 1 RC3 includes 1.2.0.201701131441 - the same as the devstudio includes. It mean that it is upstream issue, right?
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1491793
> LOG: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/user/lvalach...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBDS-4580) devstudio rpm should (probably) depend on rh-eclipse47-jffi-native
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4580?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4580.
------------------------------
Verified, closing.
> devstudio rpm should (probably) depend on rh-eclipse47-jffi-native
> -------------------------------------------------------------------
>
> Key: JBDS-4580
> URL: https://issues.jboss.org/browse/JBDS-4580
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: rpm
> Affects Versions: 11.1.0.AM3
> Environment: Devstudio RPM 11.1.0.AM3 staging, devtools 2.1, rhel7
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 11.1.0.GA
>
>
> The RPMLint found some issues, see the log bellow:
> {code}
> rh-eclipse47-devstudio.x86_64: E: binary-or-shlib-defines-rpath /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/sparcv9-SunOS/libjffi-1.2.so ['/sw/lib/64']
> rh-eclipse47-devstudio.x86_64: E: library-not-linked-against-libc /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/sparcv9-SunOS/libjffi-1.2.so
> rh-eclipse47-devstudio.x86_64: E: missing-PT_GNU_STACK-section /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/sparcv9-SunOS/libjffi-1.2.so
> rh-eclipse47-devstudio.x86_64: E: binary-or-shlib-defines-rpath /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/i386-SunOS/libjffi-1.2.so ['/usr/ccs/lib', '/lib', '/usr/lib', '/usr/sfw/lib']
> rh-eclipse47-devstudio.x86_64: E: library-not-linked-against-libc /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/i386-SunOS/libjffi-1.2.so
> rh-eclipse47-devstudio.x86_64: E: missing-PT_GNU_STACK-section /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/i386-SunOS/libjffi-1.2.so
> rh-eclipse47-devstudio.x86_64: E: binary-or-shlib-defines-rpath /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/x86_64-SunOS/libjffi-1.2.so ['/lib/64', '/usr/lib/64', '/usr/sfw/lib/64']
> rh-eclipse47-devstudio.x86_64: E: library-not-linked-against-libc /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/x86_64-SunOS/libjffi-1.2.so
> rh-eclipse47-devstudio.x86_64: E: missing-PT_GNU_STACK-section /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/com.github.jnr.jffi.native_1.2.11.v20170413-2020/jni/x86_64-SunOS/libjffi-1.2.so
> 1 packages and 0 specfiles checked; 9 errors, 0 warnings.
> {code}
> [~vkadlcik] helped me decrypt these rows. A plugin com.github.jnr.jffi.native includes libjffi-1.2.so which wants to override LD_LIBRARY_PATH and use some dynamic library form another location.
> It is not actually a problem because these errors are comming form ...*SunOS binaries which are intended for Solaris and are not used on Linux.
> Vašek proposed to use rh-eclipse47-jffi-native as a dependency. It should be almoust the same as com.github.jnr.jffi.native but it doesn't include unnecessary stuff as Solaris binaries.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBDS-4533) RPM should depend on upstream m2e-wtp rpms, including jaxrs, jpa, jsf (update to 1.3.3)
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4533?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4533.
------------------------------
Verified, closing.
> RPM should depend on upstream m2e-wtp rpms, including jaxrs, jpa, jsf (update to 1.3.3)
> ---------------------------------------------------------------------------------------
>
> Key: JBDS-4533
> URL: https://issues.jboss.org/browse/JBDS-4533
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: 3rd-party-dependencies, rpm, target-platform, upstream
> Affects Versions: 11.1.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 11.1.0.GA
>
>
> RPM should depend on upstream m2e rpms, including jaxrs, jpa, jsf. Depends on getting this done in Fedora and devtools channel first.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months