[JBoss JIRA] (JBIDE-21563) Explorer: Multiple application deletion does not work anymore
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21563?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21563:
-------------------------------------
This is likely caused by the consolidation of global commands in JBIDE-20603. [~scabanovich], do you mind taking a look?
> Explorer: Multiple application deletion does not work anymore
> -------------------------------------------------------------
>
> Key: JBIDE-21563
> URL: https://issues.jboss.org/browse/JBIDE-21563
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Labels: explorer, openshift_v2
>
> Previously it was possible to select multiple OpenShift 2 applications and delete them at once via context menu Delete application(s).... Currently there is no such context menu anymore and it is a pain to delete several applications one by one.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21532) OpenShift tooling is not compatible with EGit UI 4.1.1 from Mars.2.RC1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21532?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-21532.
--------------------------------
Resolution: Done
Deleted last comment, I'm blind. Sorry.
> OpenShift tooling is not compatible with EGit UI 4.1.1 from Mars.2.RC1
> ----------------------------------------------------------------------
>
> Key: JBIDE-21532
> URL: https://issues.jboss.org/browse/JBIDE-21532
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.3.1.Beta2
>
>
> org.jboss.tools.openshift.egit.ui.util.EGitUIUtils calls Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR) to retrieve the defaut git repository defined in EGit. In Egit UI 4.1.1, used by Mars.2, UIPreferences.DEFAULT_REPO_DIR was removed, so the code no longer compile / will fail to run.
> Simply replacing this call with Activator.getDefault().getPreferenceStore().getString("default_repository_dir") doesn't work either, because it'll return an null value
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21532) OpenShift tooling is not compatible with EGit UI 4.1.1 from Mars.2.RC1
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21532?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21532:
------------------------------------------
merged to jbosstools-4.3.x
> OpenShift tooling is not compatible with EGit UI 4.1.1 from Mars.2.RC1
> ----------------------------------------------------------------------
>
> Key: JBIDE-21532
> URL: https://issues.jboss.org/browse/JBIDE-21532
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.3.1.Beta2
>
>
> org.jboss.tools.openshift.egit.ui.util.EGitUIUtils calls Activator.getDefault().getPreferenceStore().getString(UIPreferences.DEFAULT_REPO_DIR) to retrieve the defaut git repository defined in EGit. In Egit UI 4.1.1, used by Mars.2, UIPreferences.DEFAULT_REPO_DIR was removed, so the code no longer compile / will fail to run.
> Simply replacing this call with Activator.getDefault().getPreferenceStore().getString("default_repository_dir") doesn't work either, because it'll return an null value
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months