Commit Graph

732 Commits (dbbd20990cd693d197d94ca470e62ecc3b6685fa)

Author SHA1 Message Date
Valeriy Svydenko 6162ca1d87 ARTIK-249: Add run attribute to NodeJs project (#3368) 2016-12-13 16:14:16 +02:00
Valeriy Svydenko 8c6dc0967a Add run terminal command to ssh agent launcher (#3354) 2016-12-13 15:16:34 +02:00
Vladyslav Zhukovskyi d15915cf94 Remove deprecated getPath method and use getLocation instead (#3322) 2016-12-09 12:33:45 +02:00
Roman Nikitenko cd25cd7029 CHE-146. Add ability to suspend gdb debugger session and breakpoints for endless loop
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-12-09 12:21:03 +02:00
Evgen Vidolob fa47b55692 #3127 send language id in document open message, fix range in incremental synchronize (#3305)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-09 10:09:42 +02:00
Evgen Vidolob 4d45044fd1 #3121 add workspace sopped event listener to disable maven project resolver (#3311)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-09 10:07:22 +02:00
Evgen Vidolob 2557f5d6f9 #3119 change version to M9
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-08 17:22:38 +02:00
Valeriy Svydenko bb593418c0 ARTIK-217: kill a process from ssh session (#3293) 2016-12-08 16:40:06 +02:00
Evgen Vidolob b48fe2ddf5 add TypeScript language server (#3145)
* #3119 add TypeScript language server
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-08 16:38:40 +02:00
Yevhenii Voevodin ab9b0946ec Add exec-agent (#2163) 2016-12-08 16:18:25 +02:00
Anatoliy Bazko 25ae094ba7 Zend Debugger for PHP (#3202) 2016-12-08 12:25:31 +02:00
Vitaliy Guliy a7820faa96 CHE-3177 Properly maximize console and terminal tabs (#3304)
* CHE-3177 Properly maximize console and terminal tabs

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>

* CHE-3177 Properly maximize console and terminal tabs

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-12-07 19:50:24 +02:00
Vitaliy Guliy b768872294 CHE-2463 Improve Panels behaviors in IDE (#3151)
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-12-07 17:45:37 +02:00
Alexander Garagatyi 42272e4bd9 CHE-3199: add cpu limits configuration (#3278)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-12-07 17:39:59 +02:00
Mykola Morhun 6dd0c1245e CODENVY-1106: Add ability to prevent window closing in IDE. Handle closing of preferences window correctly. (#3203)
CODENVY-1106: Add ability to prevent window closing in IDE. Handle closing of preferences window correctly.
2016-12-07 17:15:18 +02:00
Roman Iuvshin 7850cc2908 [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
Roman Iuvshin 1c15a44844 [maven-release-plugin] prepare release 5.0.0-M8 2016-12-07 12:34:25 +00:00
Evgen Vidolob a62a56f333 #2353 fix style to prevent line wrap in terminal (#3284)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-06 12:40:46 +02:00
Xavier Coulon a3464548a8 Issue 1793: Language Server Protocol: ShowMessage Notification feature (#3124)
Added a ShowMessageProcessor and a ShowMessageMessager classes to process
incoming `window/showMessage` notification and display a notification
in `float` mode in the UI if the message type is `error` or `warning`, in
the events panel otherwise. Note that the notification type for `error`
messages is incorrectly set to `Log` because of a bug in the typefox
dependency: `io.typefox.lsapi.MessageType#Log` has the value `1` instead of
`4`.

This issue depends on https://github.com/eclipse/che/pull/3113
(Add a 'warning' state for the notifications)

To test the pull request, please follow the instructions on
https://github.com/eclipse/che/pull/3123 to run the 'test-lang' server.
Once in the workspace, create a project, add a `foo.test` file (the
Language Server support for the 'test-lang' will be activated), then
type the following line
> window/showMessage:error: a message
and wait for the editor to save the changes. This will trigger a
`window/showMessage` notification from the 'test-lang' server in the Che UI.

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
2016-12-05 16:57:05 +02:00
Evgen Vidolob 34279b1813 #2676 use theme color for editor meta tag style (#3254)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-02 10:33:45 +02:00
Roman Nikitenko 51cb17368c CHE-2391. File content synchronization after rename resource
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-12-02 10:13:57 +02:00
Roman Nikitenko 2339b0dd6e CHE-2937. Add ability to create batch of projects 2016-11-30 19:08:09 +02:00
Kaloyan Raev f1710e6a9b Performance improvements and other fixes in code completion (#3146)
* Avoid overloading the DOM tree of the ContentAssistWidget

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Ensure the code assist widget is closed when applying proposal

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Respect isIncomplete flag in the completion result

If the isIncomplete flag is false, i.e. the completion result is
complete, then additional typing for the same word should not trigger a
new completion request. The latest completion result should be reused.

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Fix flickering between keystrokes during code completion

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Fine tune the rules for making new completion request

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Set the correct offset when applying code completion

* Force a completion request message on Ctrl+Space

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>

* Fixed retrieval of CompletionItem document via Resolve request

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-11-30 16:17:14 +02:00
Alexander Garagatyi 8343929346 Fix maven warnings (#3201)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-11-29 16:57:21 +02:00
Vladyslav Zhukovskyi 3da5a96b3a Unexpected loss of focus on the project (#3170)
* Add ability to set up manual focus to the terminal panel

* Fix imports

* Add ability to auto select first node when tree becomes visible and it has at least one node

* Fixes

* Fixes
2016-11-28 12:30:44 +02:00
Max Shaposhnik afadcd24f3 CHE-3065 Add uncaught exceptions handler in threads being run by ExecutorService (#3174) 2016-11-28 11:50:50 +02:00
Dmitry Kuleshov 44b060bff8 che#1947: reorganized json rpc and websocket (#3143) 2016-11-25 14:43:47 +02:00
Vitalii Parfonov 53a28f96da Change C# icon in project wizard (#3153)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-23 13:20:02 +02:00
Vitalii Parfonov 9b7909153f che#2550: replaced .codenvy folder to .che (#2919)
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
2016-11-23 09:21:31 +02:00
Igor Vinokur c91257f46b CODENVY-657: Do not log SourceNotFoundException (#3084) 2016-11-22 22:55:25 +02:00
Vitalii Parfonov 4bad844864 CHE-2157: preparation for merge https://github.com/eclipse/che/pull/2157 (#3095)
* added java test runner plugin to the che project

Signed-off-by: Mirage Abeysekara <mirage.12@cse.mrt.ac.lk>
2016-11-22 15:47:11 +02:00
Max Shaposhnik 44b6e46361 CODENVY-1127; Avoid of concurrent snapshots on same node. (#3125) 2016-11-18 16:53:54 +02:00
Oleksii Orel a6bbd6f240 code cleanup
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-11-18 15:17:38 +02:00
Oleksii Orel 0e68755850 debugger improvement
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-11-18 15:17:38 +02:00
Dmitry Kuleshov 5d552906b6 che#2745: added suspend/resume calls for file status watcher during organize imports action (#3088) 2016-11-18 12:25:14 +02:00
Alexander Garagatyi 9a60f0744f CHE-3114: Fix projects mount permissions
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-11-18 09:38:59 +02:00
Aleksandr Andrienko 6100119a68 CHE-2365: Add deserializer for 'command' field ComposeServiceImpl. (#2807)
Move compose parser to separate module.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-11-17 19:18:36 +02:00
Snjezana Peco b7682ddde7 CHE-2874 Let users configure the 'Z' flag when mouting a volume
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
2016-11-17 14:51:40 +01:00
Anatoliy Bazko b0c4235f1e INFRA-14: Limits number of pids (#3075)
* INFRA-14: Limits number of pids
2016-11-15 12:34:58 +02:00
Evgen Vidolob 830ac58f9d #2923 fix tests 2016-11-15 12:08:33 +02:00
Evgen Vidolob 86414d2bdf #3030 add editor context menu (#3066)
* #3030 add editor context menu
2016-11-15 11:02:23 +02:00
Vitalii Parfonov 93985fffe1 Merge pull request #3074 from eclipse/che#2923
Remove events panel from operation perspective
2016-11-15 10:21:54 +02:00
Vitalii Parfonov a3be15d214 Fix WARN during GWT compilation (#3068)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-14 17:19:41 +02:00
Igor Vinokur 18a6711c2c CHE-638: Trim added new git remote url (#3014)
When adding a new git remote with URL that starts with spaces it will be wrongly displayed in the remotes list. Adding trim() to remote URL resolves this problem.
2016-11-14 17:05:24 +02:00
Igor Vinokur a22822ed96 CHE-1661: Fix deletion of ssh key by name with slash (#3000)
Changed path parameters in getPair and removePair methods in SshService to query parameters to be able to receive parameter 'name' that contains slashes.
Added host name validation in 'Generate SSH key' dialog.
2016-11-14 17:04:30 +02:00
Evgen Vidolob 1ef1da278e #3030 rename editor context menu action group variable 2016-11-14 16:53:49 +02:00
Evgen Vidolob 910a327a1b #3030 add editor context menu 2016-11-14 16:33:33 +02:00
Valeriy Svydenko 3bbdf1cccc CHE-2934: Add 'Link With Editor' action to the Project Explorer (#3026)
CHE-2934: Add 'Link With Editor' action in the project explorer
2016-11-14 13:08:22 +02:00
Vitalii Parfonov 747927840c Remove events panel from operation perspective
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-14 13:01:10 +02:00
Alexander Garagatyi 0c81935f21 [WIP] Hackathon merge (#3013)
Refactors workspace bootstrapping code:
Addition of projects volumes to ws-machines and 
applying of agents moved to infrastructure provisioner. 
It can be overwritten in any implementation of Che and 
will be responsible for providing all infrastructure needed for Che implementation functioning.
Allow to configure environment network driver.
Allow to add Agents from the code instead of special files. 
These agents can override agents configured in files if identifiers are equal.
Adds possibility to host agents binaries from CHE master.
Reworks agents in a way when they can be downloaded from CHE master if they are not found on FS.
Adds workspace ID to internal representation of environment to allow to use it for internal purposes of machine bootstrapping.
Renames some properties.
Refactors AgentConfigApplier to encapsulate additional code that was used with this class before.
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-11-11 18:21:28 +02:00