Commit Graph

82 Commits (bb02aabd21c102c4e3f7da13d4cc0f807022c9b0)

Author SHA1 Message Date
Vitaliy Guliy b4fd1777b7 CHE-999 SSH machines: handle exceptions on connections: properly subscribe to events
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-18 16:27:10 +03:00
Vitalii Parfonov 5fdd423980 Merge pull request #1052 from eclipse/CHE-708_CHE-869
[WIP] Remove usage of MachineExtensionProxyServlet
2016-04-18 15:27:38 +03:00
Vitaly Parfonov 91f6a64e14 Remove usage of MachineExtensionProxyServlet
Add path to wsagent into wsagent server url to avoid doing that on client-side
Add class DevMachine on client-side what contain all needed information for communicate with wsagent and terminal
Remove @Named(cheExtensionPath)

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-18 15:22:57 +03:00
Oleksii Orel ce28456208 CODENVY-384: improve machine type labels
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-04-18 12:09:41 +03:00
Vitaliy Guliy ce19d4f95a CHE-994 Update the list of machines on toolbar and console panel
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-15 16:34:26 +03:00
Vitaliy Guliy 8f750b3613 CODENVY-256 Plugin Artik
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-14 11:53:17 +03:00
Alexander Garagatyi 4b155fa57a CHE-889: add ssh machine implementation
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-04-13 18:21:15 +03:00
Alexander Garagatyi 9c2460f183 CHE-930: fix terminal usage (#1030)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-04-13 10:45:41 +03:00
Artem Zatsarynnyi f8afabd088 CODENVY-281: make it possible to manage debug configurations 2016-04-11 17:08:39 +03:00
Roman Iuvshin 0344d76167 [maven-release-plugin] prepare for next development iteration 2016-04-08 16:43:02 +00:00
Roman Iuvshin d66d35f08a [maven-release-plugin] prepare release 4.1.0 2016-04-08 16:42:59 +00:00
Yevhenii Voevodin 481c65f5cd CHE-718: Adapt all the infrastructure to the API changes 2016-04-01 18:44:31 +03:00
Roman Iuvshin fc58fffb23 [maven-release-plugin] prepare for next development iteration 2016-03-29 14:27:19 +00:00
Roman Iuvshin a7e3a0c71b [maven-release-plugin] prepare release 4.0.0 2016-03-29 14:27:16 +00:00
Vitaly Parfonov 488458ed29 Hide terminal URL
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-28 19:15:07 +03:00
Roman Iuvshin 9c8213cd3e Remove GA label 2016-03-24 23:43:00 +02:00
Dmitry Shnurenko e99c5cbd04 Revert "CHE-708: Add CORS Filter" 2016-03-24 13:12:30 +02:00
Roman Nikitenko ed9b6925ac CHE-766. Correct handling of pressing 'enter' on some dialogs
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-24 10:44:09 +02:00
Dmitry Shnurenko 3a8b1c6d6d CHE-708: Add CORS filter. Remove MachineExtensionProxyServlet 2016-03-24 10:17:29 +02:00
Roman Iuvshin 7785d6e8d1 [maven-release-plugin] prepare for next development iteration 2016-03-23 14:12:01 +00:00
Roman Iuvshin adafe11189 [maven-release-plugin] prepare release 4.0.0-RC14 2016-03-23 14:11:58 +00:00
Sergii Kabashniuk 8ad855771d CHE-781 remove analytics 2016-03-23 06:44:09 +02:00
Vitaly Parfonov a6f8c1318b Fix failed build
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 19:05:21 +02:00
Vitalii Parfonov d8408bba01 Merge pull request #777 from eclipse/CHE-774-1
Fix imports
2016-03-22 18:03:36 +02:00
Vitaly Parfonov 88661b0d10 Fix imports
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 18:02:33 +02:00
Vitalii Parfonov 46b0f3726b Merge pull request #776 from eclipse/CHE-774-1
Move test according to https://github.com/eclipse/che/pull/775
2016-03-22 17:59:05 +02:00
Vitaly Parfonov 95e1ad3be6 Move test according to https://github.com/eclipse/che/pull/775
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 17:58:38 +02:00
Vitaly Parfonov ce7bf43016 CHE-774:fix perspective id & move Action to the better code base
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 17:02:25 +02:00
Vitaliy Guliy a48aa2a862 CHE-339 Review and rework the popups that do not extend Window
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-22 12:52:05 +02:00
Vitaly Parfonov 03aa98f19d CHE-233:Rework Project API with new VFS 2016-03-21 18:11:54 +02:00
Vladyslav Zhukovskii 4c088f7d9d Support exposed port with tcp suffix
Related issue: CHE-738

Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-03-21 17:31:22 +02:00
Roman Nikitenko 73ad9f56a3 CHE-730. Fix problems related to refusing WebSocket connection when machine is restarted
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-21 15:39:18 +02:00
Alexander Garagatyi 2cf84acc87 CHE-741: change model of machine server conf and runtime server
Add field 'path' to machine server conf.
Add fields 'path', 'protocol' to runtime machine server.
Field 'url' of runtime machine server now includes path if path is
not null.

Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-17 12:12:50 +02:00
Roman Nikitenko 6fff40e8c0 Fix NPE at cleaning selections in processes panel
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-16 09:40:38 +02:00
Roman Nikitenko 31a5fd5641 CHE-351. Move Preferences from Help menu to Profile menu
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-15 09:12:23 +02:00
Vitaliy Guliy 97bf08672d CHE-740 Connect via SSH button in Consoles has no tooltip
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-14 17:16:06 +02:00
Vitaliy Guliy 9f67748457 CHE-396 Rename perspective and Workspace agent
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-14 14:11:14 +02:00
Roman Nikitenko 4d6379d3de CHE-673. Correct handling buttons of Commands dialog when Enter is clicked
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-11 13:20:09 +02:00
Alexander Garagatyi 1cc53f05e4 CHE-457: add servers conf and env vars to model of machine config.
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-11 13:11:17 +02:00
Aleksandr Andrienko 5ecd601ec7 CHE-682: Enable debug buttons when debugger open file without source
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-10 11:41:25 +02:00
Roman Iuvshin 725c149608 [maven-release-plugin] prepare for next development iteration 2016-03-09 19:31:24 +00:00
Roman Iuvshin f491a9692b [maven-release-plugin] prepare release 4.0.0-RC13 2016-03-09 19:31:22 +00:00
Roman Iuvshin 485da69940 [maven-release-plugin] prepare for next development iteration 2016-03-06 17:22:54 +00:00
Roman Iuvshin 15571e4039 [maven-release-plugin] prepare release 4.0.0-RC12 2016-03-06 17:22:50 +00:00
Vitaliy Guliy f8a3aefba7 CHE-669 Make terminal easier to find
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-04 18:06:02 +02:00
Vitaliy Guliy b1fbe7f336 CHE-669 Make terminal easier to find
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-04 16:58:04 +02:00
Roman Iuvshin 17c07f31b7 [maven-release-plugin] prepare for next development iteration 2016-03-03 20:06:01 +00:00
Roman Iuvshin 31194172ac [maven-release-plugin] prepare release 4.0.0-RC11 2016-03-03 20:05:58 +00:00
Roman Iuvshin 7cf7c09cc2 [maven-release-plugin] prepare for next development iteration 2016-03-02 20:25:05 +00:00
Roman Iuvshin 1981202585 [maven-release-plugin] prepare release 4.0.0-RC10 2016-03-02 20:25:02 +00:00