[JBoss JIRA] (JBIDE-16444) Connection wizard: save accepted certificates in the Eclipse preferences and allow users to inspect/revoke them
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16444?page=com.atlassian.jira.plugi... ]
Fred Bricon closed JBIDE-16444.
-------------------------------
Resolution: Done
> Connection wizard: save accepted certificates in the Eclipse preferences and allow users to inspect/revoke them
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16444
> URL: https://issues.jboss.org/browse/JBIDE-16444
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Viacheslav Kabanovich
> Labels: connection_wizard, new_and_noteworthy
> Fix For: 4.3.1.CR1
>
> Attachments: accept-certificate.png
>
>
> In JBIDE-14768 we introduced a dialog that allows users to accept/refuse untrusted SSL certificates.
> !accept-certificate.png!
> The authorization is currently stored for the current Eclipse session. We should store those authorizations in the Eclipse preferences and add a preferences page which shows these and allows users to revoke the given authorizations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21627) Enable exposure of OpenShift resources in tooling
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21627?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21627:
-----------------------------------------------
To expose a service we have to run two commands:
1) oc project <project_name>
2) oc expose service <service_name>
I think we have to run them in one process, or effect of the first command will be lost for the second.
For Linux, it can be done with
bash -c ' oc project <project_name> && oc expose service <service_name>'
but different OS need different commands.
[~jcantrill], can AbstractOpenShiftBinaryCapability be modified to achive that?
> Enable exposure of OpenShift resources in tooling
> -------------------------------------------------
>
> Key: JBIDE-21627
> URL: https://issues.jboss.org/browse/JBIDE-21627
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Labels: openshift_v3
> Fix For: 4.4.x
>
>
> It would be nice if we would have something similar as oc binary to expose an existing resource. To expose existing pods or services.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3806) Installer - reduce footer height to reveal more content
by Joshua Wilson (JIRA)
[ https://issues.jboss.org/browse/JBDS-3806?page=com.atlassian.jira.plugin.... ]
Joshua Wilson resolved JBDS-3806.
---------------------------------
Resolution: Done
Fixed height, now you can see part of a component and know that you can scroll to find more.
> Installer - reduce footer height to reveal more content
> -------------------------------------------------------
>
> Key: JBDS-3806
> URL: https://issues.jboss.org/browse/JBDS-3806
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Reporter: Joshua Wilson
> Assignee: Joshua Wilson
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.GA
>
>
> The footer on the confirm page would look better if it cut into the display of one of the components to be installed. Also, remove the transparency.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3806) Installer - reduce footer height to reveal more content
by Josephine Qian (JIRA)
[ https://issues.jboss.org/browse/JBDS-3806?page=com.atlassian.jira.plugin.... ]
Josephine Qian commented on JBDS-3806:
--------------------------------------
Agree with what's said in the description. The size of footer has been determined and the outcome is better than what we had before.
The key point here is that it should be clear to our users that there is additional content below the page fold, so they will know they can scroll down.
> Installer - reduce footer height to reveal more content
> -------------------------------------------------------
>
> Key: JBDS-3806
> URL: https://issues.jboss.org/browse/JBDS-3806
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Reporter: Joshua Wilson
> Assignee: Joshua Wilson
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.GA
>
>
> The footer on the confirm page would look better if it cut into the display of one of the components to be installed. Also, remove the transparency.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3805) Swap Back and Cancel buttons
by Josephine Qian (JIRA)
[ https://issues.jboss.org/browse/JBDS-3805?page=com.atlassian.jira.plugin.... ]
Josephine Qian commented on JBDS-3805:
--------------------------------------
According to most of Red Hat products' design, the back and next button are always located next to each other. The cancel button, is sort of like a different type of action, so it should not be grouped with either back or next.
> Swap Back and Cancel buttons
> ----------------------------
>
> Key: JBDS-3805
> URL: https://issues.jboss.org/browse/JBDS-3805
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Reporter: Joshua Wilson
> Assignee: Joshua Wilson
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.GA
>
>
> The Back button should be near the "next" button. This is the standard UI for Red Hat.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years