[JBoss JIRA] (JBIDE-19839) Cannot proceed to New OpenShift Application wizard via shell menu
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19839?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19839:
-------------------------------------
Attachment: file-new-no_openshift.png
file-new-other-openshift.png
> Cannot proceed to New OpenShift Application wizard via shell menu
> -----------------------------------------------------------------
>
> Key: JBIDE-19839
> URL: https://issues.jboss.org/browse/JBIDE-19839
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: application_wizard
> Fix For: 4.3.0.Beta1
>
> Attachments: file-new-no_openshift.png, file-new-other-openshift.png, new-application-wizard-via-file-new.png
>
>
> While trying to open a New OpenShift Application wizard via shell menu (File -> New -> OpenShift Application) it is not possible to get behind connection dialog. At first connection dialog is opened to chose desired connection where to create a new OpenShift application. After filling details and hitting the Finish button, New OpenShift Application should be opened. Issue is that it is not possible to click Finish button at all, because it is disabled all the time (grayed).
> Same thing is in Central. Opening New OpenShift Application wizard via hyperlink in Central blocks user to proceed through connection dialog.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19812) Refactor IConnection to be agnostic of authorization specifics
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19812?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19812:
------------------------------------------
postponing to 4.3.x since this is nothing that's strongly required for 4.3.0.Beta1
> Refactor IConnection to be agnostic of authorization specifics
> --------------------------------------------------------------
>
> Key: JBIDE-19812
> URL: https://issues.jboss.org/browse/JBIDE-19812
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: v3
> Fix For: 4.3.x
>
>
> The auth scheme can change in v3. A plain IConnection should be able to be refactored to support the auth details as an interface and details like get/set password, username, etc should be moved to those interface implementations.
> {code}
> public interface IConnection {
> ...
> public String getUsername();
> public void setUsername(String username);
> public String getPassword();
> public void setPassword(String password);
> public void setRememberPassword(boolean rememberPassword);
>
> public boolean isRememberPassword();
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19812) Refactor IConnection to be agnostic of authorization specifics
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19812?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19812:
-------------------------------------
Fix Version/s: 4.3.x
(was: 4.3.0.Beta1)
> Refactor IConnection to be agnostic of authorization specifics
> --------------------------------------------------------------
>
> Key: JBIDE-19812
> URL: https://issues.jboss.org/browse/JBIDE-19812
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: v3
> Fix For: 4.3.x
>
>
> The auth scheme can change in v3. A plain IConnection should be able to be refactored to support the auth details as an interface and details like get/set password, username, etc should be moved to those interface implementations.
> {code}
> public interface IConnection {
> ...
> public String getUsername();
> public void setUsername(String username);
> public String getPassword();
> public void setPassword(String password);
> public void setRememberPassword(boolean rememberPassword);
>
> public boolean isRememberPassword();
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months