[JBoss JIRA] (JBIDE-13096) SSH key wizard: Add Existing SSH key: automatically provide sensible default-name
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13096?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13096:
-------------------------------------
Assignee: (was: Andre Dietisheim)
> SSH key wizard: Add Existing SSH key: automatically provide sensible default-name
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13096
> URL: https://issues.jboss.org/browse/JBIDE-13096
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.0.0.Beta2
> Reporter: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.x
>
>
> When adding an existing ssh key the user is required to provide a name for the key he's adding (uploading). To the newbie user it is not obvious what he shall provide as name. We should help here a provide some sensible default name.
> How to reproduce:
> # ASSERT: make sure you have an account on OpenShift and in the OpenShift Explorer
> # EXEC: in the OpenShift Explorer: pick "Manage SSH Keys..." from the context-menu of your user
> # EXEC: in the upcoming dialog: hit "Add"
> Result:
> You get a dialog that asks you to browse and select your key and provide a name for it.
> Expected:
> Automatically provide some meaningful default name so that the newbie user may just pick his key and upload.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-13096) SSH key wizard: Add Existing SSH key: automatically provide sensible default-name
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13096?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13096:
-------------------------------------
Labels: sshkeys_wizard (was: )
> SSH key wizard: Add Existing SSH key: automatically provide sensible default-name
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13096
> URL: https://issues.jboss.org/browse/JBIDE-13096
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.0.0.Beta2
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: sshkeys_wizard
> Fix For: 4.2.x
>
>
> When adding an existing ssh key the user is required to provide a name for the key he's adding (uploading). To the newbie user it is not obvious what he shall provide as name. We should help here a provide some sensible default name.
> How to reproduce:
> # ASSERT: make sure you have an account on OpenShift and in the OpenShift Explorer
> # EXEC: in the OpenShift Explorer: pick "Manage SSH Keys..." from the context-menu of your user
> # EXEC: in the upcoming dialog: hit "Add"
> Result:
> You get a dialog that asks you to browse and select your key and provide a name for it.
> Expected:
> Automatically provide some meaningful default name so that the newbie user may just pick his key and upload.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-13096) SSH key wizard: Add Existing SSH key: automatically provide sensible default-name
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13096?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13096:
-------------------------------------
Estimated Difficulty: Low
> SSH key wizard: Add Existing SSH key: automatically provide sensible default-name
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-13096
> URL: https://issues.jboss.org/browse/JBIDE-13096
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.0.0.Beta2
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: sshkeys_wizard
> Fix For: 4.2.x
>
>
> When adding an existing ssh key the user is required to provide a name for the key he's adding (uploading). To the newbie user it is not obvious what he shall provide as name. We should help here a provide some sensible default name.
> How to reproduce:
> # ASSERT: make sure you have an account on OpenShift and in the OpenShift Explorer
> # EXEC: in the OpenShift Explorer: pick "Manage SSH Keys..." from the context-menu of your user
> # EXEC: in the upcoming dialog: hit "Add"
> Result:
> You get a dialog that asks you to browse and select your key and provide a name for it.
> Expected:
> Automatically provide some meaningful default name so that the newbie user may just pick his key and upload.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16108) Preferences: Timeout preferences should not set system properties but operation specific timeout
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16108?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16108:
-------------------------------------
Estimated Difficulty: Medium
> Preferences: Timeout preferences should not set system properties but operation specific timeout
> ------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16108
> URL: https://issues.jboss.org/browse/JBIDE-16108
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Andre Dietisheim
> Labels: preferences
> Fix For: 4.2.x
>
>
> In JBIDE-16046 we introduced an Eclipse Preferences to set the openshift-java-clilent timeouts. These preferences currently set the lib specific system property which is not good. Consider the following usecase:
> 1) User launches Eclipse and has system property set to 10000 (-D): Eclipse Preferences display 10000
> 2) User sets preference to 1234
> 3) restarts Ecllipse: Preferences display 1234
> 3) happens because we load the value from eclipse preferences and override the system property
> We should keep both separate: System property and Eclipse preferences:
> We use operation specific timeouts in all Eclipse code and make the Eclipse preferences provide some value for this. Leaving the system property alone.
> We should also:
> * add a checkbox for "[ ] use default"
> * change openshift-java-client to differentiate "no value" (<0) and value set (>=0)
> * remove current hard-coded safe default in openshift-java-client, replace it by system-property we already have).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months