[JBoss JIRA] (JBIDE-21559) Should can select a container to show logs when the pod contains more than 1 containers
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21559?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21559:
-----------------------------------------------
[~fbricon], my guess for containers number is IPod.getImages().size()
> Should can select a container to show logs when the pod contains more than 1 containers
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-21559
> URL: https://issues.jboss.org/browse/JBIDE-21559
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: JBoss OpenShift 3 Tools: 3.1.0.Beta2-v20160122-0251-B156
> Reporter: Chunyun Chen
> Labels: openshift_v3
>
> The existing issue:
> 1.EXEC: Deploy a pod which contains more than 1 containers
> 2.EXEC: Expand the related service tree view in "OpenShift Explorer"
> 3.EXEC: Right click above pod -> click "Pod Log..."
> 4.ASSERT: Will meet some errors in "Console" window like "Error from server: a container name must be specified for pod logging-kibana-1-icxl2"
> So, we need find a method for user to specify a container to show logs when the pod has more than 1 containers.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20986) JBoss EAP 7 Maven repository is not recognized
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20986?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-20986.
---------------------------------
Resolution: Done
Works with jboss-eap-7.0.0.ER4-maven-repository
> JBoss EAP 7 Maven repository is not recognized
> ----------------------------------------------
>
> Key: JBIDE-20986
> URL: https://issues.jboss.org/browse/JBIDE-20986
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.3.0.Final
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> - Unzip Maven repo from http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-7.0.0.DR11/
> - Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories... > Add Repository > Recognize JBoss Maven Enterprise Repositories... (point at unzipped maven DR11 repo dir)
> - ASSERT the Maven repo should be recognized as an EAP repo
> - FAILURE a "No new repository found" message is displayed
> This is caused by the repository identifier looking for a com/sun/faces/jsf-impl" folder containing a *-redhat-* jar, whereas the EAP 7 repo now contains *-jbossorg-*.jar files.
> The check can be updated in the code, but the best solution is to leverage the .maven-repository marker file, that should be added at the root of the repository. See JBIDE-18323.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20986) JBoss EAP 7 Maven repository is not recognized
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20986?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-20986:
--------------------------------
Fix Version/s: 4.3.1.Beta2
4.4.0.Alpha1
(was: 4.3.x)
(was: 4.4.x)
> JBoss EAP 7 Maven repository is not recognized
> ----------------------------------------------
>
> Key: JBIDE-20986
> URL: https://issues.jboss.org/browse/JBIDE-20986
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.3.0.Final
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> - Unzip Maven repo from http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-7.0.0.DR11/
> - Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories... > Add Repository > Recognize JBoss Maven Enterprise Repositories... (point at unzipped maven DR11 repo dir)
> - ASSERT the Maven repo should be recognized as an EAP repo
> - FAILURE a "No new repository found" message is displayed
> This is caused by the repository identifier looking for a com/sun/faces/jsf-impl" folder containing a *-redhat-* jar, whereas the EAP 7 repo now contains *-jbossorg-*.jar files.
> The check can be updated in the code, but the best solution is to leverage the .maven-repository marker file, that should be added at the root of the repository. See JBIDE-18323.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21521) Port Forwarding: Caching of checkbox for free port does not work properly
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21521?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21521:
-------------------------------------
Fix Version/s: 4.3.1.CR1
(was: 4.3.1.Beta2)
> Port Forwarding: Caching of checkbox for free port does not work properly
> -------------------------------------------------------------------------
>
> Key: JBIDE-21521
> URL: https://issues.jboss.org/browse/JBIDE-21521
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.1.CR1
>
>
> In JBIDE-21123 was fixed caching of the checkbox for usage of free ports in case of inactivity of port forwarding. But upon checking the checkbox to use free ports and start port forwarding, closing wizard and reopening port forwarding wizard, port forwarding is still active using free ports but the checkbox is unchecked.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21521) Port Forwarding: Caching of checkbox for free port does not work properly
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21521?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21521:
------------------------------------------
[~scabanovich] thanks for the patch! I punt this to CR1 since this is imho not critical enough to justify a respin.
> Port Forwarding: Caching of checkbox for free port does not work properly
> -------------------------------------------------------------------------
>
> Key: JBIDE-21521
> URL: https://issues.jboss.org/browse/JBIDE-21521
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.1.CR1
>
>
> In JBIDE-21123 was fixed caching of the checkbox for usage of free ports in case of inactivity of port forwarding. But upon checking the checkbox to use free ports and start port forwarding, closing wizard and reopening port forwarding wizard, port forwarding is still active using free ports but the checkbox is unchecked.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months