[JBoss JIRA] (JBIDE-26200) Server adapter wizard: Imported project is not filled into "Eclipse Project"
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-26200?page=com.atlassian.jira.plug... ]
Josef Kopriva commented on JBIDE-26200:
---------------------------------------
Taking my last comment back, Server Adapter settings wizard is not refreshed after success import of project.
Tested in:
Red Hat CodeReady Studio
Version: 12.14.0.GA
Build id: GA-v20200212-1017-B5897
Build date: 20200212-1017
> Server adapter wizard: Imported project is not filled into "Eclipse Project"
> ----------------------------------------------------------------------------
>
> Key: JBIDE-26200
> URL: https://issues.redhat.com/browse/JBIDE-26200
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Final
> Reporter: André Dietisheim
> Assignee: Josef Kopriva
> Priority: Major
> Labels: import_wizard, server_adapter_wizard
> Fix For: 4.15.x
>
> Attachments: image-2018-07-16-14-26-26-327.png, screenshot-1.png
>
>
> steps:
> # ASSERT: make sure you have a service running on your server but it's *NOT* present in your Eclipse workspace (ex. created via the nodejs-mongo-persistent template)
> # EXEC: in Explorer: select the service of your application (ex. nodejs-mongo-persisten service) and pick "Server Adapter..." in it's context menu
> # ASSERT: server adapter wizard shows up with "Eclipse Project" empty and marked with an error
> !image-2018-07-16-14-26-26-327.png!
> # EXEC: hit "Import" to the right of the "Eclipse Project" text field
> # ASSERT: "Select Build Config" wizard shows up listing a build config to import (ex. nodejs-mongo-persistent)
> # EXEC: select the build config and finish the wizard
> # ASSERT: "Select Build Config" wizard disappears, you're back in the "Server Adapter" wizard & the project is imported to your worksapce in the background and eventually shows up in the workspace
> Result:
> "Eclipse Project" is not filled out (even though I just imported it), text field is therefore still decorated with an error
> !screenshot-1.png!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27020) Cannot build jbosstools-openshift on our bare metal Mac OS CI machines
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27020?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-27020.
---------------------------------
Resolution: Done
Closing, PR is merged.
> Cannot build jbosstools-openshift on our bare metal Mac OS CI machines
> ----------------------------------------------------------------------
>
> Key: JBIDE-27020
> URL: https://issues.redhat.com/browse/JBIDE-27020
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, qa
> Affects Versions: 4.14.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Josef Kopriva
> Priority: Major
> Fix For: 4.14.0.Final
>
>
> Cannot build jbosstools-openshift on our Mac Os machines.
> Ends up with:
> {code}
> 13:24:43 [INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
> 13:24:43 [ERROR] Cannot resolve project dependencies:
> 13:24:43 [ERROR] You requested to install 'org.eclipse.equinox.p2.iu; com.basistech.m2e.code.quality.checkstyle.feature.feature.group 1.1.3' but it could not be found
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27026) Adjust Job DSL defined QE Jobs to be operational on RHEV Jenkins CSB Master
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-27026?page=com.atlassian.jira.plug... ]
Ondrej Dockal updated JBIDE-27026:
----------------------------------
Description:
Please, update Job DSL defined QE jobs to be aligned with Jenkins CSB Master on RHEV. Especially testing matrices of OSes, other configuration tools - Java axes, Groovy or maven, credentials IDs, etc.
Your jobs defined in job dsl have to run on RHEV Jenkins. Seed job can be found on dev-platform-jenkins -> DSL Jobs seed -> cci-config-seed, once you are done adjusting your jobs, you can test locally using CCI-JD and then using seed to get it into Jenkins master.
Be aware that:
* former jenkins labels for OSes and jdks were different from labels defined jenkins using jcasc -> It should be fixed, but you still need to check
* You need to sync your credentials IDs (hardcoded in RHEV Jenkins could differ from jcasc defined)
* Matrix combination filter should be updated to something like: {code}(label =~ "mac") && !(jdk =~ "open") || !(label =~ "mac") && (jdk =~ "open"){code}
* [~jkopriva] is updating and extracting matrices (axes function in job dsl language) to be general and you just use constants of arrays for each axes, ie. OS = ['rhel', 'win'], JDK = ['java11', 'jdk-39']
* After we have jobs running every component owner will disable former QE jobs and these will be erased in future
was:
Please, update Job DSL defined QE jobs to be aligned with Jenkins CSB Master on RHEV. Especially testing matrices of OSes, other configuration tools - Java axes, Groovy or maven, credentials IDs, etc.
Your jobs defined in job dsl have to run on RHEV Jenkins. Seed job can be found on dev-platform-jenkins -> DSL Jobs seed -> cci-config-seed, once you are done adjusting your jobs, you can test locally using CCI-JD and then using seed to get it into Jenkins master.
Be aware that:
* former jenkins labels for OSes and jdks were different from labels defined jenkins using jcasc -> It should be fixed, but you still need to check
* You need to sync your credentials IDs (hardcoded in RHEV Jenkins could differ from jcasc defined)
* Matrix combination filter should be updated to something like: {code}(label =~ "mac") && !(jdk =~ "open") || !(label =~ "mac") && (jdk =~ "open"){code}
* [~jkopriva] is updating and extracting matrices (axes function in job dsl language) to be general and you just use constants of arrays for each axes, ie. OS = ['rhel', 'win'], JDK = ['java11', 'jdk-39']
* After we have jobs running I will disable former QE jobs and these will be erased in next sprint
> Adjust Job DSL defined QE Jobs to be operational on RHEV Jenkins CSB Master
> ---------------------------------------------------------------------------
>
> Key: JBIDE-27026
> URL: https://issues.redhat.com/browse/JBIDE-27026
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.14.0.Final
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Fix For: 4.14.0.Final
>
>
> Please, update Job DSL defined QE jobs to be aligned with Jenkins CSB Master on RHEV. Especially testing matrices of OSes, other configuration tools - Java axes, Groovy or maven, credentials IDs, etc.
> Your jobs defined in job dsl have to run on RHEV Jenkins. Seed job can be found on dev-platform-jenkins -> DSL Jobs seed -> cci-config-seed, once you are done adjusting your jobs, you can test locally using CCI-JD and then using seed to get it into Jenkins master.
> Be aware that:
> * former jenkins labels for OSes and jdks were different from labels defined jenkins using jcasc -> It should be fixed, but you still need to check
> * You need to sync your credentials IDs (hardcoded in RHEV Jenkins could differ from jcasc defined)
> * Matrix combination filter should be updated to something like: {code}(label =~ "mac") && !(jdk =~ "open") || !(label =~ "mac") && (jdk =~ "open"){code}
> * [~jkopriva] is updating and extracting matrices (axes function in job dsl language) to be general and you just use constants of arrays for each axes, ie. OS = ['rhel', 'win'], JDK = ['java11', 'jdk-39']
> * After we have jobs running every component owner will disable former QE jobs and these will be erased in future
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26917) CDK runtime detection does not work for folder with minishift.exe on windows system
by André Dietisheim (Jira)
[ https://issues.redhat.com/browse/JBIDE-26917?page=com.atlassian.jira.plug... ]
André Dietisheim edited comment on JBIDE-26917 at 2/11/20 6:27 AM:
-------------------------------------------------------------------
[~jeffmaury] that's expected as in the above regex: it would match
* crc(.exe)
* cdk-<num><anyalphanum><num>(<alphanum>*)\-minishift-<linux>/<darwin>/windows-amd64(<alphanum>exe)
Since minishift(.exe) is not it in this list, it wont match.
To me the regex looks broken. If that's the reason for this bug (I can't reproduce, dont have windows, should be broken for mac too though), then it should be easy fix it by correcting the regex.
What makes me doubtful though is that this regex is expected to miss minishift(.exe) since 5Mt.
[~odockal], [~jeffmaury] is this runtime detection really broken for *minishift(.exe)* since 5Mt?
was (Author: adietish):
[~jeffmaury] that's expected as in the above regex: it would match
* crc(.exe)
* cdk-<num><anyalphanum><num>(<alphanum>*)\-minishift-<linux>/<darwin>/windows-amd64(<alphanum>exe)
Since minishift(.exe) is not it in this list, it wont match.
To me the regex looks broken. If that's the reason for this bug (I can't reproduce, dont have windows, should be broken for mac too though), then it should be easy fix it by correcting the regex.
What makes me doubtful though is that this regex is expected to miss minishift(.exe) since 5Mt. It is also missing my crc binaries which are as follows: crc-macos-1.0.0-amd64
[~odockal], [~jeffmaury] is this runtime detection really broken for *minishift(.exe)* since 5Mt? Is it really also broken for crc detection?
> CDK runtime detection does not work for folder with minishift.exe on windows system
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-26917
> URL: https://issues.redhat.com/browse/JBIDE-26917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift, runtime-detection
> Affects Versions: 4.13.0.Final
> Environment: Windows 10
> Reporter: Ondrej Dockal
> Assignee: André Dietisheim
> Priority: Critical
> Fix For: 4.14.0.Final
>
>
> Runtime detection does not find CDK server adapter when given folder with minishift.exe binary. It does not happen on linux systems.
> Steps:
> 1. Have studio opened and CDK binary downloaded
> 2. Preferences -> JBossTools -> Jboss Runtime Detection
> 3. Add
> 4. Choose folder with cdk binary -> Open
> 5. ASSERT: Searching for runtimes dialog is shown with offered CDK 3.2+ server adapter
> Acutally: on windows it does not recognize adapter. On linux this works.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-23581) Integration tests global refactoring: org.jboss.tools.examples.ui.bot.test
by Zbyněk Červinka (Jira)
[ https://issues.redhat.com/browse/JBIDE-23581?page=com.atlassian.jira.plug... ]
Zbyněk Červinka closed JBIDE-23581.
-----------------------------------
Fix Version/s: 4.14.0.Final
(was: 4.14.x)
Resolution: Out of Date
Issue is out of date - created in 2016, last updated almost 2 years ago. There is no more need for refactoring. I am closing this JIRA.
> Integration tests global refactoring: org.jboss.tools.examples.ui.bot.test
> --------------------------------------------------------------------------
>
> Key: JBIDE-23581
> URL: https://issues.redhat.com/browse/JBIDE-23581
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: project-examples
> Affects Versions: 4.4.2.Final
> Reporter: Jeff MAURY
> Assignee: Fred Bricon
> Priority: Major
> Labels: example, integration, integration_tests
> Fix For: 4.14.0.Final
>
>
> Maven command:
> {code}
> mvn clean verify -Dtest.module=org.jboss.tools.examples.ui.bot.test -DskipTests=false
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26917) CDK runtime detection does not work for folder with minishift.exe on windows system
by André Dietisheim (Jira)
[ https://issues.redhat.com/browse/JBIDE-26917?page=com.atlassian.jira.plug... ]
André Dietisheim edited comment on JBIDE-26917 at 2/11/20 4:34 AM:
-------------------------------------------------------------------
[~jeffmaury] that's expected as in the above regex: it would match
* crc(.exe)
* cdk-<num><anyalphanum><num>(<alphanum>*)\-minishift-<linux>/<darwin>/windows-amd64(<alphanum>exe)
Since minishift(.exe) is not it in this list, it wont match.
To me the regex looks broken. If that's the reason for this bug (I can't reproduce, dont have windows, should be broken for mac too though), then it should be easy fix it by correcting the regex.
What makes me doubtful though is that this regex is expected to miss minishift(.exe) since 5Mt. It is also missing my crc binaries which are as follows: crc-macos-1.0.0-amd64
[~odockal], [~jeffmaury] is this runtime detection really broken for *minishift(.exe)* since 5Mt? Is it really also broken for crc detection?
was (Author: adietish):
[~jeffmaury] that's expected as in the above regex: it would match
* crc(.exe)
* cdk-<num><anyalphanum><num>(<alphanum>*)\-minishift-<linux>/<darwin>/windows-amd64(<alphanum>exe)
Since minishift(.exe) is not it in this list, it wont match.
To me the regex looks broken. If that's the reason for this bug (I can't reproduce, dont have windows, should be broken for mac too though), then it should be easy fix it by correcting the regex.
What makes me doubtful though is that this regex is expected to miss minishift(.exe) since >1.5y. It is also missing my crc binaries which are as follows: crc-macos-1.0.0-amd64
[~odockal], [~jeffmaury] is this runtime detection really broken for *minishift(.exe)* since >1.5y? Is it really also broken for crc detection?
> CDK runtime detection does not work for folder with minishift.exe on windows system
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-26917
> URL: https://issues.redhat.com/browse/JBIDE-26917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift, runtime-detection
> Affects Versions: 4.13.0.Final
> Environment: Windows 10
> Reporter: Ondrej Dockal
> Assignee: André Dietisheim
> Priority: Critical
> Fix For: 4.14.0.Final
>
>
> Runtime detection does not find CDK server adapter when given folder with minishift.exe binary. It does not happen on linux systems.
> Steps:
> 1. Have studio opened and CDK binary downloaded
> 2. Preferences -> JBossTools -> Jboss Runtime Detection
> 3. Add
> 4. Choose folder with cdk binary -> Open
> 5. ASSERT: Searching for runtimes dialog is shown with offered CDK 3.2+ server adapter
> Acutally: on windows it does not recognize adapter. On linux this works.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26917) CDK runtime detection does not work for folder with minishift.exe on windows system
by André Dietisheim (Jira)
[ https://issues.redhat.com/browse/JBIDE-26917?page=com.atlassian.jira.plug... ]
André Dietisheim edited comment on JBIDE-26917 at 2/11/20 4:23 AM:
-------------------------------------------------------------------
[~jeffmaury] that's expected as in the above regex: it would match
* crc(.exe)
* cdk-<num><anyalphanum><num>(<alphanum>*)\-minishift-<linux>/<darwin>/windows-amd64(<alphanum>exe)
Since minishift(.exe) is not it in this list, it wont match.
To me the regex looks broken. If that's the reason for this bug (I can't reproduce, dont have windows, should be broken for mac too though), then it should be easy fix it by correcting the regex.
What makes me doubtful though is that this regex is expected to miss minishift(.exe) since >1.5y. It is also missing my crc binaries which are as follows: crc-macos-1.0.0-amd64
[~odockal], [~jeffmaury] is this runtime detection really broken for *minishift(.exe)* since >1.5y? Is it really also broken for crc detection?
was (Author: adietish):
[~jeffmaury] that's expected as in the above regex: it would match
* crc(.exe)
* cdk-<num><anyalphanum><num>(<alphanum>*)\-minishift-<linux>/<darwin>/windows-amd64(<alphanum>exe)
Since minishift(.exe) is not it in this list, it wont match.
To me the regex looks broken. If that's the reason for this bug (I can't reproduce, dont have windows, should be broken for mac too though), then it should be easy fix it by correcting the regex.
What makes me doubtful though is that this regex is expected to miss minishift(.exe) since >1.5y.
[~odockal], [~jeffmaury] is this runtime detection really broken for *minishift(.exe)* since >1.5y?
> CDK runtime detection does not work for folder with minishift.exe on windows system
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-26917
> URL: https://issues.redhat.com/browse/JBIDE-26917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift, runtime-detection
> Affects Versions: 4.13.0.Final
> Environment: Windows 10
> Reporter: Ondrej Dockal
> Assignee: André Dietisheim
> Priority: Critical
> Fix For: 4.14.0.Final
>
>
> Runtime detection does not find CDK server adapter when given folder with minishift.exe binary. It does not happen on linux systems.
> Steps:
> 1. Have studio opened and CDK binary downloaded
> 2. Preferences -> JBossTools -> Jboss Runtime Detection
> 3. Add
> 4. Choose folder with cdk binary -> Open
> 5. ASSERT: Searching for runtimes dialog is shown with offered CDK 3.2+ server adapter
> Acutally: on windows it does not recognize adapter. On linux this works.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month