[JBoss JIRA] (JBIDE-16517) SSL Certificate dialog: need to show to what server we're connecting
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16517?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16517:
-------------------------------------
Labels: connection_wizard openshift_v2 openshift_v3 (was: connection_wizard)
> SSL Certificate dialog: need to show to what server we're connecting
> --------------------------------------------------------------------
>
> Key: JBIDE-16517
> URL: https://issues.jboss.org/browse/JBIDE-16517
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Labels: connection_wizard, openshift_v2, openshift_v3
> Fix For: 4.4.x
>
> Attachments: certificate-dialog.png
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> The current dialog does not show explicitly to what server we're talking:
> !certificate-dialog.png!
> We should add some text like
> ...untrusted SSL certificate *presented by server <server-url>*
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-16517) SSL Certificate dialog: need to show to what server we're connecting
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16517?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16517:
-------------------------------------
Fix Version/s: 4.4.x
(was: LATER)
> SSL Certificate dialog: need to show to what server we're connecting
> --------------------------------------------------------------------
>
> Key: JBIDE-16517
> URL: https://issues.jboss.org/browse/JBIDE-16517
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Labels: connection_wizard, openshift_v2, openshift_v3
> Fix For: 4.4.x
>
> Attachments: certificate-dialog.png
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> The current dialog does not show explicitly to what server we're talking:
> !certificate-dialog.png!
> We should add some text like
> ...untrusted SSL certificate *presented by server <server-url>*
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-16517) SSL Certificate dialog: need to show to what server we're connecting
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16517?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16517:
-------------------------------------
Comment: was deleted
(was: setting fixVersion to LATER since the main focus now is to create tooling for OpenShift v3.)
> SSL Certificate dialog: need to show to what server we're connecting
> --------------------------------------------------------------------
>
> Key: JBIDE-16517
> URL: https://issues.jboss.org/browse/JBIDE-16517
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Labels: connection_wizard, openshift_v2, openshift_v3
> Fix For: 4.4.x
>
> Attachments: certificate-dialog.png
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> The current dialog does not show explicitly to what server we're talking:
> !certificate-dialog.png!
> We should add some text like
> ...untrusted SSL certificate *presented by server <server-url>*
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22159) Docker image is empty after selecting it from Image search wizard
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22159?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-22159:
------------------------------------------
Sprint: devex #115 May 2016
> Docker image is empty after selecting it from Image search wizard
> -----------------------------------------------------------------
>
> Key: JBIDE-22159
> URL: https://issues.jboss.org/browse/JBIDE-22159
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha3
>
>
> As discovered in https://github.com/jbosstools/jbosstools-openshift/pull/1106#issuecomment..., provided you have a docker and an OpenShift connection:
> - In OpenShift Explorer, select the Deploy Image menu
> - select the docker connection
> - type a docker image name already pulled in the docker daemon
> - delete it and click the search... button
> - select the same docker image as previously typed
> - once the search wizard closes, the docker Image name field is still empty.
> See http://screencast.com/t/iTJX7SjB
> As per [~scabanovich]:
> {quote}
> it is possible that validator does not let empty string to model, so model remains with valid previous value. Then, when you select that same value in the dialog, model is notified, but it already has that value and it does not notify ui because it did not change
> {quote}
> and his fix proposal:
> {quote}
> before calling setImageName(newValue) check if it has the same value, then call setImageName(""); and only after this check and adjustment call setImageName(newValue).
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22159) Docker image is empty after selecting it from Image search wizard
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22159?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-22159:
------------------------------------------
Fix Version/s: 4.4.0.Alpha3
(was: 4.4.x)
> Docker image is empty after selecting it from Image search wizard
> -----------------------------------------------------------------
>
> Key: JBIDE-22159
> URL: https://issues.jboss.org/browse/JBIDE-22159
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha3
>
>
> As discovered in https://github.com/jbosstools/jbosstools-openshift/pull/1106#issuecomment..., provided you have a docker and an OpenShift connection:
> - In OpenShift Explorer, select the Deploy Image menu
> - select the docker connection
> - type a docker image name already pulled in the docker daemon
> - delete it and click the search... button
> - select the same docker image as previously typed
> - once the search wizard closes, the docker Image name field is still empty.
> See http://screencast.com/t/iTJX7SjB
> As per [~scabanovich]:
> {quote}
> it is possible that validator does not let empty string to model, so model remains with valid previous value. Then, when you select that same value in the dialog, model is notified, but it already has that value and it does not notify ui because it did not change
> {quote}
> and his fix proposal:
> {quote}
> before calling setImageName(newValue) check if it has the same value, then call setImageName(""); and only after this check and adjustment call setImageName(newValue).
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-19095) Console: All env. vars are listed as "Snapshot Restore/Deploy for application ..."
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19095?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19095:
-------------------------------------
Fix Version/s: LATER
(was: 4.4.x)
> Console: All env. vars are listed as "Snapshot Restore/Deploy for application ..."
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-19095
> URL: https://issues.jboss.org/browse/JBIDE-19095
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.2.Final
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: environment_variables, openshift_v2
> Fix For: LATER
>
> Attachments: erroneous-snapshot-restore-title.png
>
>
> While having an application on OpenShift and listing all environment variable on it, there is incorrect label in ConsoleView. While choosing specific console, the listed environment variables for specific application are labeled there as "Snapshot Restore/Deploy for application ... (domainname):".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-19095) Console: All env. vars are listed as "Snapshot Restore/Deploy for application ..."
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19095?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-19095:
----------------------------------------
Assignee: (was: Andre Dietisheim)
> Console: All env. vars are listed as "Snapshot Restore/Deploy for application ..."
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-19095
> URL: https://issues.jboss.org/browse/JBIDE-19095
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.2.Final
> Reporter: Marián Labuda
> Priority: Minor
> Labels: environment_variables, openshift_v2
> Fix For: LATER
>
> Attachments: erroneous-snapshot-restore-title.png
>
>
> While having an application on OpenShift and listing all environment variable on it, there is incorrect label in ConsoleView. While choosing specific console, the listed environment variables for specific application are labeled there as "Snapshot Restore/Deploy for application ... (domainname):".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months