[JBoss JIRA] (JBIDE-12144) EGitUtils#push is throwing an exception if push fails. It should use the same semantics as EGit
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12144?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-12144.
---------------------------------
Resolution: Won't Fix
Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.
> 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
> 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.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-17741) Embed wizard: Cartridge descriptions are not styled text (ex. light grey like in openshift explorer)
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17741?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-17741.
---------------------------------
Resolution: Won't Fix
Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.
> Embed wizard: Cartridge descriptions are not styled text (ex. light grey like in openshift explorer)
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17741
> URL: https://issues.jboss.org/browse/JBIDE-17741
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Priority: Minor
> Labels: embed_wizard
> Fix For: LATER
>
> Attachments: cartridges_decorator.png
>
>
> Description label of the embeddable cartridges are not styled (decorated). This text should be styled (decorated) as on other places for tree items (e.g. cartridges). E.g. in following table could be for Cron cartridge label like "Cron 1.4" as non-styled text (classic font, black color) and "(cron-1.4)" could be brown/grey/... as styled text, bcs. it´s description/inner representation of cartridge.
> !cartridges_decorator.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-15940) Application wizard: Not appropriate error message for cancel authentication
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15940?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-15940.
---------------------------------
Resolution: Won't Fix
Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.
> Application wizard: Not appropriate error message for cancel authentication
> ---------------------------------------------------------------------------
>
> Key: JBIDE-15940
> URL: https://issues.jboss.org/browse/JBIDE-15940
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: LATER
>
> Attachments: authenticate.png, ssh_err_msg.png
>
>
> While creating process of application there is prompt to authenticate before cloning project . See attached image.
> After canceling this operation (let's say, i won't local copy, hypothetically) by pressing the Cancel button I gave the following (see next attached image) message.
> There should be something more convenient, bcs. telling user to check whether private ssh key is assigned is misleading.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-16884) Application Details: Git URL is cropped (not fully visible)
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16884?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-16884.
---------------------------------
Resolution: Won't Fix
Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.
> Application Details: Git URL is cropped (not fully visible)
> -----------------------------------------------------------
>
> Key: JBIDE-16884
> URL: https://issues.jboss.org/browse/JBIDE-16884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_details
> Fix For: LATER
>
> Attachments: small_scroll_bar.png
>
>
> Details shell (context menu of application in OpenShift explorer) is too small and not resizable and scroll bar does not fir to the whole width = some information are cut off and it is not possible to read them. See attached screenshot.
> There are even longer names etc. = more information - less information.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-17743) SSH Keys wizard: columns are incorrectly aligned
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17743?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-17743.
---------------------------------
Resolution: Won't Fix
Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.
> SSH Keys wizard: columns are incorrectly aligned
> ------------------------------------------------
>
> Key: JBIDE-17743
> URL: https://issues.jboss.org/browse/JBIDE-17743
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: LATER
>
> Attachments: after-resize.png, initially.png, problems-view.png, properties-view.png, Screen Shot 2014-09-04 at 10.18.20.png, ssh-keys.png, ssh_alignement.png
>
>
> Specific SSH keys data in the table containing SSH keys in Manage SSH Keys are aligned to the right. It should be aligned to the left or the best to the center. See Type or Content columns.
> !ssh_alignement.png!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-16714) Embed wizard, Application wizard: Embed same cartridge with different version should show warning
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16714?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-16714.
---------------------------------
Resolution: Won't Fix
Closing because there is not going to be any time to fix openshift related JIRAs with fixVersion set to LATER.
> Embed wizard, Application wizard: Embed same cartridge with different version should show warning
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16714
> URL: https://issues.jboss.org/browse/JBIDE-16714
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: application_wizard, embed_wizard
> Fix For: LATER
>
>
> Nowadays, when on OpenShift Online are available multiple cartridges differentiated only by version (e.g. PostgreSQL 8.4 and 9.2) there should be some kind of warning about embedding both (what could happen accidentally or by ignorance...).
> How it works now? If user choose 2 cartridges of the same type, then just the first one is embedded and while trying to embed second cartridge user get error that application has already embedded that kind of cartridge (that they cannot coexist).
> I suggest to have similar dialog as in embedding e.g. Jenkins cartridge to application without having Jenkins Application (server) etc.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months