[JBoss JIRA] (ERT-476) User can install software from market without acceptation license agreements [EBZ#509500]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-476?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-476:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.3 (4.6))
> User can install software from market without acceptation license agreements [EBZ#509500]
> -----------------------------------------------------------------------------------------
>
> Key: ERT-476
> URL: https://issues.jboss.org/browse/ERT-476
> Project: Eclipse Release Train
> Issue Type: Task
> Components: MPC
> Reporter: Friendly Jira Robot
> Labels: Marketplace, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> Created attachment 265962
> The "Review Licenses" window where the "Finish" button is available though the licence is not accepted.
> User can install Red Hat JBoss Developer Studio from Eclipse Marketplace without acceptation terms of the licence agreements.
> Step to reproduce:
> 1) Download, unpack and start Eclipse Neon 1
> http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...
> 2) Help -> Eclipse Marketplace -> Search for "Red Hat JBoss Developer Studio 10.2.0.GA" -> Install
> 3) The window "Review Licenses" looks like on the attached screenshot
> 4) Notice that "I do not accept..." is selected but Finish button is enabled and user is able to install Developer Studio.
> When I click "I accept..." radio button and then switch back to "I do not accept..." it starts work correctly. So, the availability of the 'Finish' button is evaluated badly only in initial state.
> I tried to remove ~/.eclipse directory and start Eclipse with new workspace but it didn't solve my problem.
> This problem doesn't occur when installing JBoss Tools.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ERT-165) Refactor the Connection Wizard [EBZ#492420]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-165?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-165:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Oxygen (4.7))
> Refactor the Connection Wizard [EBZ#492420]
> -------------------------------------------
>
> Key: ERT-165
> URL: https://issues.jboss.org/browse/ERT-165
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Assignee: Xavier Coulon
> Labels: 5.0.0, Docker, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> Refactor the connection wizard to provide:
> - a table with all existing Docker instances (native, Docker for Mac/Windows and Docker Machine)
> - a simplified form to specify custom settings, more directly based on the env variables that are used by the Docker CLI client (DOCKER_HOST, DOCKER_TLS_VERIFY and DOCKER_CERT_PATH)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ERT-33) [JFace] MessageDialog should use Link instead of Text [EBZ#484347]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-33?page=com.atlassian.jira.plugin.sys... ]
Nick Boldt updated ERT-33:
--------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Oxygen (4.7))
> [JFace] MessageDialog should use Link instead of Text [EBZ#484347]
> ------------------------------------------------------------------
>
> Key: ERT-33
> URL: https://issues.jboss.org/browse/ERT-33
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Platform
> Reporter: Max Rydahl Andersen
> Priority: Trivial
> Labels: 4.6_M6, UI, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> In Eclipse IDE, I see many message dialogs giving instruction about opening a wizard or the preference page. Giving such instructions to user is nice, but in many cases, it would be even better to allow user to perform such operations in one click. For example a message dialog with "configure proxy" would have a link to immediately open the proxy settings page.
> Those message dialog should also allow selectionListeners for those links.
> If MessageDialog provide links by default, it will encourage consumers to take advantage of them, and to be more helpful to their users.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ERT-327) Pull new version of an image [EBZ#497010]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-327?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-327:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Oxygen (4.7) M7)
> Pull new version of an image [EBZ#497010]
> -----------------------------------------
>
> Key: ERT-327
> URL: https://issues.jboss.org/browse/ERT-327
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Assignee: Jeff Johnston
> Labels: 5.1.0, Docker, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> The Docker tooling should allow for pull the new version of a selected image. For example, the image tagged 'latest' might have changed.
> In the UI, the "Tag selection" page on the Search wizard should provide with a state indicating that an image with the tag was already pulled but is out-dated
> Also, in the context menu, a command handle to pull an updated version could be added.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ERT-348) mouse hover over member variable does not show it value [EBZ#497965]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-348?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-348:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.2 (4.6))
> mouse hover over member variable does not show it value [EBZ#497965]
> --------------------------------------------------------------------
>
> Key: ERT-348
> URL: https://issues.jboss.org/browse/ERT-348
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> While debugging, if I hover with my mouse over “myVar” part of the expression “myVar.myProp.mySubProp.abc” in my JS editor, I see a tooltip with its current value. But if I hover over the last segment “abc” of the same expression nothing happens. If I want to see its value, I have to move the mouse to “myVar” and when the tooltip opens up I have to click to expand, scroll to “myProp”, click to expand, scroll to “mySubProp”, expand, etc. until I see “abc”. Would be a real time saver when I hover over “abc” to see its value.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (ERT-346) If I add a breakpoint to a project called "node_modules" the program is not suspended [EBZ#497703]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-346?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-346:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.2 (4.6))
> If I add a breakpoint to a project called "node_modules" the program is not suspended [EBZ#497703]
> --------------------------------------------------------------------------------------------------
>
> Key: ERT-346
> URL: https://issues.jboss.org/browse/ERT-346
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> We use feature in node that we can put out modules in a “node_modules” in a parent folder and it will be properly found: https://nodejs.org/api/modules.html#modules_loading_from_node_modules_fol...
> Node is working properly but if I add a breakpoint in a source file inside “node_modules” the breakpoint does not get hit.
> To reproduce the issue:
> 1. Create a JavaScript project “test”.
> 2. Add a file “test.js” to the project with content:
> var m1 = require("m1");
> console.log("m1.myFunc = " + m1.myFunc(3));
> 3. Create a JavaScript project called “node_modules”.
> 4. Add a folder “m1” to the project “node_modules”.
> 5. Add a file “index.js” to the folder “m1” with content:
> module.exports.myFunc = function( i) {
> return i*i;
> }
> 6. Debug “test.js” as Node – it works. Node is finding property “index.js”. 7. Add a breakpoint to “index.js”.
> 8. Debug “test.js” as Node – it runs, but the breakpoint does not suspend the target.
> Is there workaround for this issues?
> Most of our projects are relying on the “node_modules” being found in the parent folder. That is making most of our code hard to debug.
> I tested this on Ubuntu 14.04.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years