[JBoss JIRA] (JBDS-4069) BreadCrumb should be fixed on top of the page
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4069?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4069:
-------------------------------------
Breadcrumb height should be a little smaller.
See screenshot below:
!devsuite-fixed-bc-vs-not-fixed.png!
> BreadCrumb should be fixed on top of the page
> ---------------------------------------------
>
> Key: JBDS-4069
> URL: https://issues.jboss.org/browse/JBDS-4069
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.1.0.GA
> Reporter: Denis Golovin
> Assignee: Mohit Suman
> Labels: ui
> Fix For: 11.1.0.AM2
>
> Attachments: devsuite-fixed-bc-vs-not-fixed.png
>
>
> Confirmation and Install pages have scrolling. BreadCrumb should always stay on to of the page to let user see current steps and overall installation progress without scrolling back up.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4069) BreadCrumb should be fixed on top of the page
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4069?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4069:
--------------------------------
Attachment: devsuite-fixed-bc-vs-not-fixed.png
> BreadCrumb should be fixed on top of the page
> ---------------------------------------------
>
> Key: JBDS-4069
> URL: https://issues.jboss.org/browse/JBDS-4069
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.1.0.GA
> Reporter: Denis Golovin
> Assignee: Mohit Suman
> Labels: ui
> Fix For: 11.1.0.AM2
>
> Attachments: devsuite-fixed-bc-vs-not-fixed.png
>
>
> Confirmation and Install pages have scrolling. BreadCrumb should always stay on to of the page to let user see current steps and overall installation progress without scrolling back up.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24966) linuxtools.reddeer should depend on eclipse.reddeer 2.0, not jboss.reddeer 1.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24966?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24966:
-------------------------------
Description:
Turns out we have a blocker here.
org.eclipse.linuxtools.docker.reddeer depends on the old namespace org.jboss.reddeer.* plugins, but the plan for JBoss Tools 4.5.1 is to move to Red Deer 2.0, which has migrated to the org.eclipse.reddeer namespace.
Therefore this manifest needs to be changed, if we want to include Red Deer 2.0 in jbosstools 4.5.1.AM2 / devstudio 11.1.0.AM2:
{code:title=org.eclipse.linuxtools.docker.reddeer_1.0.0.201708220400.jar/META-INF/MANIFEST.MF}
Require-Bundle: org.junit,org.eclipse.swt,
org.eclipse.ui,
org.eclipse.osgi,org.eclipse.core.runtime,
org.jboss.reddeer.eclipse;bundle-version="1.2.1", <<
org.jboss.reddeer.common;bundle-version="1.2.1", <<
org.jboss.reddeer.swt;bundle-version="1.2.1", <<
org.jboss.reddeer.core;bundle-version="1.2.1", <<
org.jboss.reddeer.workbench;bundle-version="1.2.1", <<
org.apache.commons.lang;bundle-version="2.6.0",
org.eclipse.linuxtools.docker.core,
org.hamcrest.library;bundle-version="1.3.0",
org.hamcrest.core;bundle-version="1.3.0"{code}
Note that the target platform freeze for the upcoming AM2 milestone is next Tuesday, Sept 12. Ideally, this would be fixed a few days before, so that I can apply other changes in advance.
was:
Turns out we have a blocker here.
org.eclipse.linuxtools.docker.reddeer depends on the old namespace org.jboss.reddeer.* plugins, but the plan for JBoss Tools 4.5.1 is to move to Red Deer 2.0, which has migrated to the org.eclipse.reddeer namespace.
Therefore this manifest needs to be changed:
{code:title=org.eclipse.linuxtools.docker.reddeer_1.0.0.201708220400.jar/META-INF/MANIFEST.MF}
Require-Bundle: org.junit,org.eclipse.swt,
org.eclipse.ui,
org.eclipse.osgi,org.eclipse.core.runtime,
org.jboss.reddeer.eclipse;bundle-version="1.2.1", <<
org.jboss.reddeer.common;bundle-version="1.2.1", <<
org.jboss.reddeer.swt;bundle-version="1.2.1", <<
org.jboss.reddeer.core;bundle-version="1.2.1", <<
org.jboss.reddeer.workbench;bundle-version="1.2.1", <<
org.apache.commons.lang;bundle-version="2.6.0",
org.eclipse.linuxtools.docker.core,
org.hamcrest.library;bundle-version="1.3.0",
org.hamcrest.core;bundle-version="1.3.0"{code}
> linuxtools.reddeer should depend on eclipse.reddeer 2.0, not jboss.reddeer 1.2
> ------------------------------------------------------------------------------
>
> Key: JBIDE-24966
> URL: https://issues.jboss.org/browse/JBIDE-24966
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, docker, target-platform
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: Jeff Johnston
> Priority: Blocker
> Fix For: 4.5.1.AM2
>
>
> Turns out we have a blocker here.
> org.eclipse.linuxtools.docker.reddeer depends on the old namespace org.jboss.reddeer.* plugins, but the plan for JBoss Tools 4.5.1 is to move to Red Deer 2.0, which has migrated to the org.eclipse.reddeer namespace.
> Therefore this manifest needs to be changed, if we want to include Red Deer 2.0 in jbosstools 4.5.1.AM2 / devstudio 11.1.0.AM2:
> {code:title=org.eclipse.linuxtools.docker.reddeer_1.0.0.201708220400.jar/META-INF/MANIFEST.MF}
> Require-Bundle: org.junit,org.eclipse.swt,
> org.eclipse.ui,
> org.eclipse.osgi,org.eclipse.core.runtime,
> org.jboss.reddeer.eclipse;bundle-version="1.2.1", <<
> org.jboss.reddeer.common;bundle-version="1.2.1", <<
> org.jboss.reddeer.swt;bundle-version="1.2.1", <<
> org.jboss.reddeer.core;bundle-version="1.2.1", <<
> org.jboss.reddeer.workbench;bundle-version="1.2.1", <<
> org.apache.commons.lang;bundle-version="2.6.0",
> org.eclipse.linuxtools.docker.core,
> org.hamcrest.library;bundle-version="1.3.0",
> org.hamcrest.core;bundle-version="1.3.0"{code}
> Note that the target platform freeze for the upcoming AM2 milestone is next Tuesday, Sept 12. Ideally, this would be fixed a few days before, so that I can apply other changes in advance.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24985) Test test_pull_from_insecure_repository is failing
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24985?page=com.atlassian.jira.plugi... ]
Lukáš Valach edited comment on JBIDE-24985 at 9/5/17 11:44 AM:
---------------------------------------------------------------
PR: https://gitlab.mw.lab.eng.bos.redhat.com/dev-platform/mwqa-env-suite/merg...
CC: [~jkopriva]
was (Author: lvalach):
PR: https://gitlab.mw.lab.eng.bos.redhat.com/dev-platform/mwqa-env-suite/merg...
> Test test_pull_from_insecure_repository is failing
> --------------------------------------------------
>
> Key: JBIDE-24985
> URL: https://issues.jboss.org/browse/JBIDE-24985
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests
> Affects Versions: 4.5.1.AM2
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Fix For: 4.5.1.AM2
>
>
> The test test_pull_from_insecure_repository is failing with this output:
> {console}
> [branch_rhel7-x64-jbds-releng-lvalach] docker:
> [branch_rhel7-x64-jbds-releng-lvalach] test_docker_installed_and_running
> [branch_rhel7-x64-jbds-releng-lvalach] test_fetch_and_run_remote_image
> [branch_rhel7-x64-jbds-releng-lvalach] Unable to find image 'debian:latest' locally
> [branch_rhel7-x64-jbds-releng-lvalach] Trying to pull repository registry.access.redhat.com/debian ...
> [branch_rhel7-x64-jbds-releng-lvalach] Trying to pull repository docker.io/library/debian ...
> [branch_rhel7-x64-jbds-releng-lvalach] sha256:6ccbcbf362dbc4add74711cb774751b59cdfd7aed16c3c29aaecbea871952fe0: Pulling from docker.io/library/debian
> [branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Pulling fs layer
> [branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Verifying Checksum
> [branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Download complete
> [branch_rhel7-x64-jbds-releng-lvalach] 06b22ddb1913: Pull complete
> [branch_rhel7-x64-jbds-releng-lvalach] Digest: sha256:6ccbcbf362dbc4add74711cb774751b59cdfd7aed16c3c29aaecbea871952fe0
> [branch_rhel7-x64-jbds-releng-lvalach] Status: Downloaded newer image for docker.io/debian:latest
> [branch_rhel7-x64-jbds-releng-lvalach] test_pull_from_insecure_repository
> [branch_rhel7-x64-jbds-releng-lvalach] Trying to pull repository ce-registry.usersys.redhat.com/jboss-eap-6/eap64 ...
> [branch_rhel7-x64-jbds-releng-lvalach] Pulling repository ce-registry.usersys.redhat.com/jboss-eap-6/eap64
> [branch_rhel7-x64-jbds-releng-lvalach] invalid character '<' looking for beginning of value
> [branch_rhel7-x64-jbds-releng-lvalach] ASSERT:docker should be able to pull from insecure repositories
> [branch_rhel7-x64-jbds-releng-lvalach] test_daemon_uses_default_tcp_port
> [branch_rhel7-x64-jbds-releng-lvalach] test_talk_to_the_outer_world
> [branch_rhel7-x64-jbds-releng-lvalach]
> [branch_rhel7-x64-jbds-releng-lvalach] Ran 5 tests.
> [branch_rhel7-x64-jbds-releng-lvalach]
> [branch_rhel7-x64-jbds-releng-lvalach] FAILED (failures=1)
> {console}
> Whole log:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/update-s...
> We probably need to update a repository URL.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24983) Application wizard: Details panel for template items with scrollable description are not rendered correctly
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24983?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24983:
------------------------------------------
This could be the upstream bug reported here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=475670
Other than that I have no clue what could be causing this.
[~snjeza] do you have any idea?
> Application wizard: Details panel for template items with scrollable description are not rendered correctly
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24983
> URL: https://issues.jboss.org/browse/JBIDE-24983
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM2
> Environment: MacOS 10.11.5 (15F34)
> Red Hat JBoss Developer Studio
> Version: 11.1.0.AM2
> Build id: AM2-v20170905-0703-B967
> Build date: 20170905-0703
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: application_wizard, openhift_v3
> Fix For: 4.5.1.AM2
>
> Attachments: Screen Shot 2017-09-05 at 14.21.03.png
>
>
> Text in Detail view is not correctly rendered for templates with longer description.
> # EXEC: launch new application wizard
> # EXEC: select "jenkins-pipeline-example" (or any other item which has multiple lines that dont match the available space and vertical scrollbars appear
> # EXEC: scroll the details pane several times up and done with the mouse
> Result:
> !Screen Shot 2017-09-05 at 14.21.03.png!
> Content of details pane is displayed in a way that one cannot read it
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months