[jbosstools-issues] [JBoss JIRA] (JBIDE-21802) Content assist for image names in "Deploy Docker Image" wizard

Jeff Cantrill (JIRA) issues at jboss.org
Tue Mar 15 19:41:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-21802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177458#comment-13177458 ] 

Jeff Cantrill commented on JBIDE-21802:
---------------------------------------

This happens because we are trying to get the metadata for an image and since we have content assist that triggers a fetch of metadata after a delay, it is asking the server to get this info.  It obviously does not exist since the user has not completed the full docker image uri.  Maybe we should consider adding a 'fetch' button that once the uri has been confirmed to exist by one of the methods (local, dockerhub, imagestreamimport), only then allows you to continue.

> Content assist for image names in "Deploy Docker Image" wizard 
> ---------------------------------------------------------------
>
>                 Key: JBIDE-21802
>                 URL: https://issues.jboss.org/browse/JBIDE-21802
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.3.1.Beta2
>            Reporter: Xavier Coulon
>            Assignee: Xavier Coulon
>              Labels: deploy_docker_wizard, openshift_v3
>             Fix For: 4.3.1.CR1
>
>
> The {{Image Name}} field could be enhanced with content assist based on the list of image names+tags retrieved from the selected Docker connection. 
> If the user inputs a name that does not match the list, a warning on the page would inform him/her that a remote call to the registry would be performed upon page completion, ie, when clicking on the {{Next}} button.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list