[JBoss JIRA] (JBIDE-21083) 'Untrusted SSL Certificate' shell keeps extending when help is turned on and off again
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21083?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-21083:
------------------------------------------
Fix Version/s: 4.3.1.Beta2
4.4.0.Alpha1
(was: 4.4.x)
> 'Untrusted SSL Certificate' shell keeps extending when help is turned on and off again
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-21083
> URL: https://issues.jboss.org/browse/JBIDE-21083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Priority: Critical
> Labels: openshift_v2, openshift_v3
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
> Attachments: ssl-certificate-dialog-expanding.ogv
>
>
> Clicking the 'Help' button in 'Untrusted SSL Certificate' shell opens the help menu on the right. When I click it again, instead of just closing the help menu, it extends the shell to the size it would take with the help open. This can be repeated as long as there is enough space on the screen.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21083) 'Untrusted SSL Certificate' shell keeps extending when help is turned on and off again
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21083?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich updated JBIDE-21083:
------------------------------------------
Priority: Critical (was: Minor)
> 'Untrusted SSL Certificate' shell keeps extending when help is turned on and off again
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-21083
> URL: https://issues.jboss.org/browse/JBIDE-21083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Priority: Critical
> Labels: openshift_v2, openshift_v3
> Fix For: 4.4.x
>
> Attachments: ssl-certificate-dialog-expanding.ogv
>
>
> Clicking the 'Help' button in 'Untrusted SSL Certificate' shell opens the help menu on the right. When I click it again, instead of just closing the help menu, it extends the shell to the size it would take with the help open. This can be repeated as long as there is enough space on the screen.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21083) 'Untrusted SSL Certificate' shell keeps extending when help is turned on and off again
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21083?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21083:
-----------------------------------------------
This dialog, and several other dialogs are designed to have no 'Help' button at all.
However, they by mistake call static method TrayDialog.setDialogHelpAvailable(false) instead of non-static TrayDialog.setHelpAvailable(false).
Besides, they do it at a wrong time, and consequences are as follows:
1. On first run, 'Help' button is present, and problems of layout are observable.
2. On subsequent runs, 'Help' button is not available and this is good.
3. On subsequent run of any dialogs and wizards in Eclipse, 'Help' button is not available in them and that is a disaster that makes this issue a blocker.
As the problem is fixed trivially, I think it should be done as soon as possible.
> 'Untrusted SSL Certificate' shell keeps extending when help is turned on and off again
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-21083
> URL: https://issues.jboss.org/browse/JBIDE-21083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Priority: Minor
> Labels: openshift_v2, openshift_v3
> Fix For: 4.4.x
>
> Attachments: ssl-certificate-dialog-expanding.ogv
>
>
> Clicking the 'Help' button in 'Untrusted SSL Certificate' shell opens the help menu on the right. When I click it again, instead of just closing the help menu, it extends the shell to the size it would take with the help open. This can be repeated as long as there is enough space on the screen.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21165) Need to improve js tools (npm / bower) launch
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21165?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-21165:
-------------------------------------
Resolving. Merged into master
> Need to improve js tools (npm / bower) launch
> ----------------------------------------------
>
> Key: JBIDE-21165
> URL: https://issues.jboss.org/browse/JBIDE-21165
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: nodejs
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.4.0.Alpha1
>
>
> For now npm / bower is launched via node. Basically, this was done due to the fact that on Mac Os launched from desktop node PATH var not available:
> {quote}
> env: node: No such file or directory
> {quote}
> In order to handle it, it was suggested to launch npm / bower tools via node and have a preference for each tool. However, on thym project more elegant solution was found - execute the given command and returns a handle to the process.
> More details can be found here:
> - https://github.com/gorkem/thym/blob/use_cli/plugins/org.eclipse.thym.core...
> - https://github.com/gorkem/thym/blob/use_cli/plugins/org.eclipse.thym.core...
> Basically, this approach kills two birds with one stone:
> 1. No mac os Path issue
> 2. No need to have preferences for node / npm / bower
> Also, it will be quite easy to provide cheatsheets for this tools which will include sets of commands
> The plan is:
> - reimplement the launch process that will be generic for both jsdt and thym (maybe some other tools in future)
> - remove irrelevant code with preferences, detectors etc
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21165) Need to improve js tools (npm / bower) launch
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21165?page=com.atlassian.jira.plugi... ]
Ilya Buziuk resolved JBIDE-21165.
---------------------------------
Resolution: Done
> Need to improve js tools (npm / bower) launch
> ----------------------------------------------
>
> Key: JBIDE-21165
> URL: https://issues.jboss.org/browse/JBIDE-21165
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: nodejs
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.4.0.Alpha1
>
>
> For now npm / bower is launched via node. Basically, this was done due to the fact that on Mac Os launched from desktop node PATH var not available:
> {quote}
> env: node: No such file or directory
> {quote}
> In order to handle it, it was suggested to launch npm / bower tools via node and have a preference for each tool. However, on thym project more elegant solution was found - execute the given command and returns a handle to the process.
> More details can be found here:
> - https://github.com/gorkem/thym/blob/use_cli/plugins/org.eclipse.thym.core...
> - https://github.com/gorkem/thym/blob/use_cli/plugins/org.eclipse.thym.core...
> Basically, this approach kills two birds with one stone:
> 1. No mac os Path issue
> 2. No need to have preferences for node / npm / bower
> Also, it will be quite easy to provide cheatsheets for this tools which will include sets of commands
> The plan is:
> - reimplement the launch process that will be generic for both jsdt and thym (maybe some other tools in future)
> - remove irrelevant code with preferences, detectors etc
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21122) Port Forwarding: Start All button should be disabled if port forwarding is already active
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21122?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21122:
-----------------------------------------------
1. It seems that 2 independent binds to model for startButton (as well as for findFreesPortButton) does not work as planned.
I added a new property to model "portForwardingAllowed" that computes value as needed for startButton and findFreesPortButton and bound them to it. Maybe it is not the only way to solve the problem, but I find it appealing to have one simple property that implements the entire logic inside the model.
2. Since getPortForwarding() is based on REGISTRY, and computed in startPortForwarding() portForwardable object is added to REGISTRY _after_ call pod.accept(), firing property change inside visit() seems has no effect, so that I copied firing to the end of startPortForwarding().
[~jcantrill], [~fbricon], please take a look at the pull request.
> Port Forwarding: Start All button should be disabled if port forwarding is already active
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-21122
> URL: https://issues.jboss.org/browse/JBIDE-21122
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Marián Labuda
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.1.Beta2
>
>
> In Port Forwarding wizard is a button "Start All" which starts port forwarding for all services listed in a table. If user triggers the button and port forwarding is already active, Start All is still enabled and user can click on it again and again but nothing happens. Accessibility of this button should be similar as Stop All, which works as expected - if port forwarding is not active, it is disabled, otherwise it is enabled.
> There is also a checkbox to find free ports for port forwarding. Once port forwarding is active, checking and unchecking this checkbox do nothing. It should have same accessibility as Start All button - if there is active port forwarding, the checkbox should be disabled, otherwise it should be enabled.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21391) upstream IU version decreases
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-21391:
----------------------------------
Summary: upstream IU version decreases
Key: JBIDE-21391
URL: https://issues.jboss.org/browse/JBIDE-21391
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, target-platform
Affects Versions: 4.4.0.Alpha1
Reporter: Nick Boldt
As of Neon M4, three IUs have versions which decreased relative to their Mars.1 versions.
{code}
org.eclipse.equinox.p2.rcp.feature 1.2.101.v20150826-1318 Version must be higher than 1.2.101.v20150826-1318
org.eclipse.equinox.p2.user.ui 2.2.101.v20150826-1318 Version must be higher than 2.2.101.v20150826-1318
org.eclipse.ecf.provider.filetransfer.httpclient4 1.0.2000.v20150810-1719 Version must be higher than 1.0.2000.v20150810-1719
{code} -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years