[JBoss JIRA] (JBDS-3877) can't import bigger maven/git project to jbds
by Josef Ludvicek (JIRA)
[ https://issues.jboss.org/browse/JBDS-3877?page=com.atlassian.jira.plugin.... ]
Josef Ludvicek commented on JBDS-3877:
--------------------------------------
I was watching "progress bar" and for some time it looked like it was scanning available projects and later the Auto share git projects popup showed and then it freezed.
I'm sorry but I don't know eclipse internals and don't have better/precise description.
> can't import bigger maven/git project to jbds
> ---------------------------------------------
>
> Key: JBDS-3877
> URL: https://issues.jboss.org/browse/JBDS-3877
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: maven
> Affects Versions: 9.1.0.GA
> Reporter: Josef Ludvicek
> Assignee: Viacheslav Kabanovich
> Attachments: jbds-import-camel-stuck.png, jbds-import-camel1.png
>
>
> JBDS can't import sources of Apache Camel (maven project)
> https://github.com/apache/camel
> Steps to reproduce:
> Clone it's git repo
> {code}
> git clone git@github.com:apache/camel.git
> {code}
> In jbds File -> Import Existing maven project
> Unselect "resolve workspace projects"
> Watch all CPU cores load on 100 % (tested on lenovo T440s / Intel i7 / Fedora 23)
> Wait for error message (~20 minutes)
> {code}
> An internal error occurred during: "Importing Maven projects".
> Java heap space
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20937) Create resource(s) from json
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20937?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20937:
------------------------------------------
merged into master.
> Create resource(s) from json
> ----------------------------
>
> Key: JBIDE-20937
> URL: https://issues.jboss.org/browse/JBIDE-20937
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.CR2
> Reporter: Marián Labuda
> Assignee: Jeff MAURY
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.4.0.Alpha2
>
> Attachments: cakephp-example-imagestream.json, cakephp-example-service.json, New Resource Wizard Mockup.bmml, New Resource Wizard Mockup.png
>
>
> It would be nice to have feature to create a new resource, e.g. image stream or pod, from provided json. Similar to "oc create -f some_resource.json"
> Currently it would be very usable for MW application templates, because jboss-eap basic s2i template requires image stream which is defined in another json. Also there are applications which are consisting of separately defined resources (e.g. in openshift origin repo is hello world application and its having defined pod in separated json).
> This could be available via context menu New - Resource (like we have for application, projects and connections). And it could be accessible via context menu of a project and specific resource type (e.g. for tree item Image Streams).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20937) Create resource(s) from json
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20937?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20937 at 5/4/16 9:29 AM:
------------------------------------------------------------------
Unfortunately you hit the know issue with decorations in groups: an erroneous 2nd decoration is painted and updates dont work at time: https://bugs.eclipse.org/bugs/show_bug.cgi?id=478618
!erroneous-duplicate-decoration.png!
The bug was fixed (they say) in M7 which according to @mickaelistria will make it to our target platform. I'd therefore opt to NOT work around it as we usually do :)
Commenting here so that we know about it if QE finds this upstream bug.
was (Author: adietish):
merged into master.
> Create resource(s) from json
> ----------------------------
>
> Key: JBIDE-20937
> URL: https://issues.jboss.org/browse/JBIDE-20937
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.CR2
> Reporter: Marián Labuda
> Assignee: Jeff MAURY
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.4.0.Alpha2
>
> Attachments: cakephp-example-imagestream.json, cakephp-example-service.json, New Resource Wizard Mockup.bmml, New Resource Wizard Mockup.png
>
>
> It would be nice to have feature to create a new resource, e.g. image stream or pod, from provided json. Similar to "oc create -f some_resource.json"
> Currently it would be very usable for MW application templates, because jboss-eap basic s2i template requires image stream which is defined in another json. Also there are applications which are consisting of separately defined resources (e.g. in openshift origin repo is hello world application and its having defined pod in separated json).
> This could be available via context menu New - Resource (like we have for application, projects and connections). And it could be accessible via context menu of a project and specific resource type (e.g. for tree item Image Streams).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20937) Create resource(s) from json
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20937?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20937:
------------------------------------------
merged into master.
> Create resource(s) from json
> ----------------------------
>
> Key: JBIDE-20937
> URL: https://issues.jboss.org/browse/JBIDE-20937
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.CR2
> Reporter: Marián Labuda
> Assignee: Jeff MAURY
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.4.0.Alpha2
>
> Attachments: cakephp-example-imagestream.json, cakephp-example-service.json, New Resource Wizard Mockup.bmml, New Resource Wizard Mockup.png
>
>
> It would be nice to have feature to create a new resource, e.g. image stream or pod, from provided json. Similar to "oc create -f some_resource.json"
> Currently it would be very usable for MW application templates, because jboss-eap basic s2i template requires image stream which is defined in another json. Also there are applications which are consisting of separately defined resources (e.g. in openshift origin repo is hello world application and its having defined pod in separated json).
> This could be available via context menu New - Resource (like we have for application, projects and connections). And it could be accessible via context menu of a project and specific resource type (e.g. for tree item Image Streams).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22275) oc version is not recognized
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22275?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-22275:
-----------------------------------
Assignee: Fred Bricon
> oc version is not recognized
> ----------------------------
>
> Key: JBIDE-22275
> URL: https://issues.jboss.org/browse/JBIDE-22275
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: oc_warning.png
>
>
> Using latest oc binary (1.2.0.RC2) there is an invalid warning message in OpenShift 3 preference page. It says my version is 0.0.0 and I need at least 1.1:1, although binary is 1.2.0.
> !oc_warning.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22275) oc version is not recognized
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22275?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22275:
--------------------------------
Sprint: devex #114 May 2017
> oc version is not recognized
> ----------------------------
>
> Key: JBIDE-22275
> URL: https://issues.jboss.org/browse/JBIDE-22275
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: oc_warning.png
>
>
> Using latest oc binary (1.2.0.RC2) there is an invalid warning message in OpenShift 3 preference page. It says my version is 0.0.0 and I need at least 1.1:1, although binary is 1.2.0.
> !oc_warning.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-21783) Duplicates of environment variables should be forbidden
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21783?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21783.
---------------------------------
Verified in Red Hat Developer Studio 10.0.0.Alpha1 B5264.
> Duplicates of environment variables should be forbidden
> -------------------------------------------------------
>
> Key: JBIDE-21783
> URL: https://issues.jboss.org/browse/JBIDE-21783
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: docker, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> On 2nd wizard page of Deploy docker image is a table containing env. variables passed to OpenShift deployment config when docker image is deployed. Currently it is allowed to create duplicates of environment variables (more variables with same name), but only the last one is processed = it is passed to deployment config. E.g. I created env. vars. envvar1=val1 and envvar1=val2, but in deployment config only val2 is located. We should forbidden created duplicates of environment variables with same name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22296) Provide on-hover tooltip for repo URL in openshift import wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22296?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22296:
--------------------------------
Sprint: devex #114 May 2017
> Provide on-hover tooltip for repo URL in openshift import wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-22296
> URL: https://issues.jboss.org/browse/JBIDE-22296
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Radim Hopp
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.4.0.Alpha2
>
> Attachments: snapshot1.png
>
>
> This is a followup of JBIDE-21841. In JBIDE-21841, there was added the build config pane, but even with this pane, there is no easy way how to _see_ whole URL of repository (only way is to enlarge whole wizard dialog).
> !snapshot1.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months