[JBoss JIRA] (JBIDE-21598) Properties: OpenShift resource properties are shrinked in case of small view
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21598?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21598:
-------------------------------------
Fix Version/s: LATER
(was: 4.5.0.AM1)
> Properties: OpenShift resource properties are shrinked in case of small view
> ----------------------------------------------------------------------------
>
> Key: JBIDE-21598
> URL: https://issues.jboss.org/browse/JBIDE-21598
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: openshift_v3, properties
> Fix For: LATER
>
> Attachments: shrinked_tabbed_props.png
>
>
> In properties view when browsing OpenShift resources (e.g. project in OpenShift explorer is selected and properties view is opened) and properties view is too small (height - y axis), the tabbed properties are shrinked and it is necessary to click button on top/bottom of them to get to other tabbed properties representing OpenShift resources. See following screenshot
> !shrinked_tabbed_props.png!"
> This is usability issues because it is pain to click all the time instead of scrolling (suggested solution would be to have a scroll bar) and it causes problem for automatized tests when working with widgets.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (JBIDE-21598) Properties: OpenShift resource properties are shrinked in case of small view
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21598?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21598:
------------------------------------------
Even though providing this would help there isnt any realistic chance that we'd be able to provide the efforts that are required to implement this.
> Properties: OpenShift resource properties are shrinked in case of small view
> ----------------------------------------------------------------------------
>
> Key: JBIDE-21598
> URL: https://issues.jboss.org/browse/JBIDE-21598
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: openshift_v3, properties
> Fix For: LATER
>
> Attachments: shrinked_tabbed_props.png
>
>
> In properties view when browsing OpenShift resources (e.g. project in OpenShift explorer is selected and properties view is opened) and properties view is too small (height - y axis), the tabbed properties are shrinked and it is necessary to click button on top/bottom of them to get to other tabbed properties representing OpenShift resources. See following screenshot
> !shrinked_tabbed_props.png!"
> This is usability issues because it is pain to click all the time instead of scrolling (suggested solution would be to have a scroll bar) and it causes problem for automatized tests when working with widgets.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (JBIDE-21602) Sonar build for openshift is failing
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21602?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21602:
------------------------------------------
More than a year since we requested an upgrade of our internal sonar instance. No progress since then. We are now using the public sonar instance at https://sonarcloud.io/
The public server works well for us, giving up on the internal to be usable any time soon and worth the migration.
> Sonar build for openshift is failing
> ------------------------------------
>
> Key: JBIDE-21602
> URL: https://issues.jboss.org/browse/JBIDE-21602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Andre Dietisheim
> Assignee: Mickael Istria
> Fix For: 4.5.0.AM1
>
> Attachments: sonar-build-output.txt
>
>
> Sonar for openshift is currently failing in our jenkins at https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBo...
> I see it complaining in the build about an incompatible bytecode version:
> {code}
> Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/tycho/core/p2/P2ArtifactRepositoryLayout : Unsupported major.minor version 51.0
> {code}
> The full build output is attached [^sonar-build-output.txt]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (JBIDE-21612) Explorer: Properly Handle deployer and pre/post hook pods
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21612?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21612:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.AM1)
> Explorer: Properly Handle deployer and pre/post hook pods
> ---------------------------------------------------------
>
> Key: JBIDE-21612
> URL: https://issues.jboss.org/browse/JBIDE-21612
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Jeff Cantrill
> Fix For: 4.5.x
>
>
> Special pods are not associated with the deployment. We should be able to do that by looking at the annotation:
> {{{
> "kind": "Pod",
> "apiVersion": "v1",
> "metadata": {
> "name": "database-1-deploy",
> "namespace": "aaa",
> "selfLink": "/api/v1/namespaces/aaa/pods/database-1-deploy",
> "uid": "0162415c-c6c6-11e5-80fd-080027c5bfa9",
> "resourceVersion": "55087",
> "creationTimestamp": "2016-01-29T20:22:23Z",
> "labels": {
> "openshift.io/deployer-pod-for.name": "database-1"
> },
> "annotations": {
> "openshift.io/deployment.name": "database-1",
> "openshift.io/scc": "restricted"
> }
> },
> }}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months