[JBoss JIRA] (JBIDE-18037) Server Adapter wizard, Connection wizard: Cannot select other connection in creating a new server adapter than the first one in case of not connected connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18037?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-18037:
-------------------------------------
Labels: connection_wizard openshift_v2 server_adapter_wizard (was: connection_wizard server_adapter_wizard)
> Server Adapter wizard, Connection wizard: Cannot select other connection in creating a new server adapter than the first one in case of not connected connection
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18037
> URL: https://issues.jboss.org/browse/JBIDE-18037
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Priority: Minor
> Labels: connection_wizard, openshift_v2, server_adapter_wizard
> Fix For: LATER
>
> Attachments: openshift_explorer.png, server_adapter_wizard.png
>
>
> When creating a new server adapter there is a wizard where user can choose existing connection in case of not connected connection (e.g. after restarting Eclipse/JBDS).
> !server_adapter_wizard.png!
> Problem is when you are not connected to the first connection in OpenShift explorer. Than the wizard preselect the first one connection from OpenShift Explorer and others are missing in the selection - mine OpenShift explorer contains 3 connections but in the wizard mentioned above is only first one listed in the combo box.
> !openshift_explorer.png!
> There should be option to choose any connection and on the next wizard pages this connection could be preselected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-12144) EGitUtils#push is throwing an exception if push fails. It should use the same semantics as EGit
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12144?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12144:
-------------------------------------
Labels: cleanup openshift_v2 (was: cleanup)
> EGitUtils#push is throwing an exception if push fails. It should use the same semantics as EGit
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-12144
> URL: https://issues.jboss.org/browse/JBIDE-12144
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Andre Dietisheim
> Priority: Minor
> Labels: cleanup, openshift_v2
> Fix For: LATER
>
>
> EgitUtils#push throws an exception if the push failed because of ex. "non fastforward push".
> {code}
> private static PushOperationResult push(Repository repository, RemoteConfig remoteConfig, boolean force, IProgressMonitor monitor) throws CoreException {
> ...
> PushOperationResult pushResult = op.getOperationResult();
> if (hasFailedEntries(pushResult)) {
> throw new CoreException(
> EGitCoreActivator.createErrorStatus(
> NLS.bind("Could not push repository {0}: {1}",
> repository.toString(), getErrors(pushResult))
> , null));
> }
> return pushResult;
> {code}
> EGit is not throwing an exception in this case. You simply get the failure in the PushResult object you'll have to look at.
> EGitUtils#push is thus changing the API semantics of EGit and it shouldn't.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-12571) Connection wizard: Eclipse preferences: allow users to define a default server
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12571?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12571:
-------------------------------------
Labels: connection_wizard new_and_noteworthy openshift_v2 (was: connection_wizard new_and_noteworthy)
> Connection wizard: Eclipse preferences: allow users to define a default server
> ------------------------------------------------------------------------------
>
> Key: JBIDE-12571
> URL: https://issues.jboss.org/browse/JBIDE-12571
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.Final
> Reporter: Andre Dietisheim
> Labels: connection_wizard, new_and_noteworthy, openshift_v2
> Fix For: LATER
>
> Attachments: 2012-09-10 13.10.bmml, 2012-09-10 13.10.bmml, 2012-09-10 13.10.png
>
>
> Add UI to the preferences that allows users to provide a default OpenShift server to connect to. In terms of widget we need a text-field for the server url and a checkbox that allows people to refer to the default server that is defined in the openshift configfurations (~/.openshift/express.conf and /etc/openshift/express.conf). If the checkbox is checked, the text-field is disabled, prefilled with the server that is present in the (rhc cli-tooling) openshift configuration. Once unchecked the user can enter a default server and override the openshift server that is configured in the configuration.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-17974) Add contextual help to OpenShift modals
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17974?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17974:
-------------------------------------
Labels: openshift_v2 openshift_v3 uxtest (was: uxtest)
> Add contextual help to OpenShift modals
> ---------------------------------------
>
> Key: JBIDE-17974
> URL: https://issues.jboss.org/browse/JBIDE-17974
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Max Rydahl Andersen
> Labels: openshift_v2, openshift_v3, uxtest
> Fix For: LATER
>
>
> Many of the openshift modals do not provide contextual help that JBDS users expect throughout the application.
> Create OpenShift Application modal:
> Help button/Icon provided in bottom left of modal. Upon clicking, the help panel does not actually provide anything that helps the user understand what they need to do with the various screens throughout this wizard.
> https://www.evernote.com/shard/s230/sh/3c712331-988c-4531-9b3b-b706973a9f...
> The following OpenShift related dialogs do not provide a help icon/button at all and probably should:
> - Configure OpenShift Markers (right click project -> OpenShift -> Configure Markers...)
> - Domains (OpenShift Explorer pane -> right click OpenShift account -> Manage domains...)
> - SSH Keys (OpenShift Explorer pane -> right click OpenShift account -> Manage SSH keys...)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-17974) Add contextual help to OpenShift modals
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17974?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-17974:
----------------------------------------
Assignee: (was: Max Rydahl Andersen)
> Add contextual help to OpenShift modals
> ---------------------------------------
>
> Key: JBIDE-17974
> URL: https://issues.jboss.org/browse/JBIDE-17974
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Labels: openshift_v2, openshift_v3, uxtest
> Fix For: LATER
>
>
> Many of the openshift modals do not provide contextual help that JBDS users expect throughout the application.
> Create OpenShift Application modal:
> Help button/Icon provided in bottom left of modal. Upon clicking, the help panel does not actually provide anything that helps the user understand what they need to do with the various screens throughout this wizard.
> https://www.evernote.com/shard/s230/sh/3c712331-988c-4531-9b3b-b706973a9f...
> The following OpenShift related dialogs do not provide a help icon/button at all and probably should:
> - Configure OpenShift Markers (right click project -> OpenShift -> Configure Markers...)
> - Domains (OpenShift Explorer pane -> right click OpenShift account -> Manage domains...)
> - SSH Keys (OpenShift Explorer pane -> right click OpenShift account -> Manage SSH keys...)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-17903) Explorer, Server Adapter: add show in > project explorer for openshift apps
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17903?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17903:
-------------------------------------
Labels: explorer openshift_v2 server_adapter (was: explorer server_adapter)
> Explorer, Server Adapter: add show in > project explorer for openshift apps
> ---------------------------------------------------------------------------
>
> Key: JBIDE-17903
> URL: https://issues.jboss.org/browse/JBIDE-17903
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Labels: explorer, openshift_v2, server_adapter
> Fix For: LATER
>
>
> couldn't we have "show in" project explorer enabled for openshift applications ?
> If 0 found -> open dialog "Application 'xyz' not found in workspace. Do you want to import it ?"
> if 1 found -> have it selected in project explorer
> if >1 found -> open dialog "Multiple projects found mapped to application 'xyz' which one do you want ?" (is this even technically possible since the project names would be the same...? - I guess if they are on different branches with different .project names then yes)
> maybe just pick the first found in the >1 found case to keep it simple?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22371) Allow users easily manage environment variables of OpenShift application
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22371?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-22371:
------------------------------------------
Sprint: devex #115 May 2016
> Allow users easily manage environment variables of OpenShift application
> ------------------------------------------------------------------------
>
> Key: JBIDE-22371
> URL: https://issues.jboss.org/browse/JBIDE-22371
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> At the moment to add a new environment variable/edit an existing one. Environment variables are located at deployment configuration. At the moment it requires to open Properties view, select a deployment config, open context menu Edit... and find in json where the spot with env. vars is located and add more key:value pair or edit existing ones. It would be nice if we would have some dialog/wizard to easily manage variables.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months