Commit Graph

108 Commits (324b6d28a35cb4318fa640d8bf8fcbec2aac2fbf)

Author SHA1 Message Date
Valeriy Svydenko 27f41c1a3d CHE-917: add a command for compiling and running plain java project
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-05-11 10:30:47 +03:00
Artem Zatsarynnyi ca7612bfbc Clean-up Part API: remove not used methods #getTitleSVGImage, #decorateIcon, #getTitleWidget; renamed method #getTitleSVGImage -> #getTitleImage 2016-05-06 18:14:50 +03:00
Artem Zatsarynnyi 07d341f4e3 CHE-390: Simplify Editor API (#1197)
* CHE-390: Simplify Editor API by adding abstract EditorProvider

* Remove unused EditorTypeMapping

* Remove obsolete, useless classes

* Remove editor types

* Fix typo in interface name

* Remove EditorAdapter

* Refactor: EmbeddedTextEditorPresenter -> TextEditorPresenter

* Refactor code

* Clean-up

* Remove mime-types

* Refactor JsEditor

* Remove redundatnd dependency

* Rename codenvyDefaultEditor -> cheDefaultEditor
2016-05-06 16:54:34 +03:00
Vitaly Parfonov 3f569ae0b6 Add checking on current project == null
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-06 16:35:54 +03:00
Vitaly Parfonov 866a8dbfad Merge branch 'master' into CHE-1071 2016-05-05 12:25:56 +03:00
Vitaly Parfonov 3bbdf852a5 Move Contants to shared
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-05 12:25:20 +03:00
Wajihulhassan ed8d871286 Fixing more StaticAccessedFromInstance warnings
Signed-off-by: Wajih ul hassan <wajih.lums@gmail.com>
2016-05-01 03:17:11 -05:00
Vitaly Parfonov 2c41214725 Features:
Maven plugin
Classpath configuration
Effective pom
Plain java plugin

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-29 15:32:24 +03:00
Roman Nikitenko 8d63d65d07 CHE-362. Add different display modes for StatusNotification
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-04-28 17:20:46 +03:00
Max Shaposhnik 4bd95c8667 CHE-1065 CHE-1066 CHE-1067 CHE-1068 Decouple shared modules or user, machine, workspace, factory (#1146) 2016-04-28 11:16:38 +03:00
Oleksii Orel b88c162186 CHE-1080: improve CSS for command preview on console panel
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-04-27 18:04:07 +03:00
Vitaliy Guliy 79ea2f7c1a CHE-1073 Deleting a running device does not delete it from Consoles and Machines widget
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-27 15:49:18 +03:00
Igor Vinokur 03cf4f65d5 CHE-1069: Decouple server and shared part of che-core-api-ssh 2016-04-27 14:19:16 +03:00
Max Shaposhnik 109bc4b57d CODENVY-425: do not show terminal in factory workspaces, use newTerminal action instead. (#1128)
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-04-26 10:11:09 +03:00
Roman Iuvshin 0978f5c655 [maven-release-plugin] prepare for next development iteration 2016-04-25 16:08:21 +00:00
Roman Iuvshin b0df01a0c1 [maven-release-plugin] prepare release 4.2.0 2016-04-25 16:08:18 +00:00
Vitaliy Guliy 1a6f40b9d7 CHE-1002 Add target UX improvements
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-25 12:49:16 +03:00
Ann Shumilova 003a529ba0 Reduce the space between cmd line and preview url
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-04-22 11:36:22 +03:00
Vitaliy Guliy 35ec2a9e68 Remove Command and Machine selectors from project explorer context menu
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-22 11:21:11 +03:00
Ann Shumilova 134053619b CHE-1005: proper display of machine types
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-04-21 23:57:56 +03:00
Vitaliy Guliy 8e276a9baa CHE-1002 Add target UX improvements
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-21 16:13:39 +03:00
Dmitry Shnurenko 74a3749bca CHE-1048: Open terminal just after workspace starting 2016-04-21 10:39:32 +03:00
Vitaliy Guliy 2b916cd202 CHE-999 SSH machines: handle exceptions on connections: properly subscribe to events
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-04-20 15:19:59 +03:00
Alexander Garagatyi 9a36823044 Merge pull request #1082 from eclipse/CHE-995
CHE-995: discover ssh machines architecture automatically
2016-04-20 11:25:16 +03:00
Dmitry Shnurenko 320542d23c CHE-990: Change MachineDto type to model type 2016-04-20 10:50:06 +03:00
Alexander Garagatyi 3f89306d76 CHE-995: discover ssh machines architecture automatically
Discover ssh machines architecture automatically.
Remove beta field in machine conf that provides architecture.
Move server-side classes to appropriate package.
Removed workarounds in ssh client and properly wait until command finishes.

Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-04-20 10:44:50 +03:00
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