Artem Zatsarynnyi
e7ec0376d0
Merge branch 'master' into spi
2017-06-16 10:25:14 +03:00
Roman Nikitenko
7b90ec595f
CHE-5020. Add ability to cancel rename operation by Escape button
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-06-15 15:50:27 +03:00
Artem Zatsarynnyi
cce79bf469
Merge branch 'master' into spi
...
# Conflicts:
# assembly/assembly-wsmaster-war/pom.xml
# infrastructures/docker/pom.xml
# plugins/plugin-docker/che-plugin-docker-compose/pom.xml
# plugins/plugin-github/che-plugin-github-pullrequest/src/main/java/org/eclipse/che/plugin/pullrequest/client/GitHubHostingService.java
# plugins/plugin-testing-java/plugin-testing-junit/che-plugin-testing-junit-ide/src/main/java/org/eclipse/che/plugin/testing/junit/ide/action/RunAllTestAction.java
# plugins/plugin-testing-java/plugin-testing-junit/che-plugin-testing-junit-ide/src/main/java/org/eclipse/che/plugin/testing/junit/ide/action/RunClassTestAction.java
# plugins/plugin-testing-java/plugin-testing-testng/che-plugin-testing-testng-ide/src/main/java/org/eclipse/che/plugin/testing/testng/ide/action/RunAllTestAction.java
# plugins/plugin-testing-java/plugin-testing-testng/che-plugin-testing-testng-ide/src/main/java/org/eclipse/che/plugin/testing/testng/ide/action/RunClassTestAction.java
# plugins/plugin-testing-java/plugin-testing-testng/che-plugin-testing-testng-ide/src/main/java/org/eclipse/che/plugin/testing/testng/ide/action/RunTestXMLAction.java
# pom.xml
# wsmaster/che-core-api-machine/pom.xml
2017-06-15 10:35:47 +03:00
shan1024
ac2f395627
Fix incorrect exception message
...
This commit changes the exception message from CSharp to Python.
Signed-off-by: shan1024 <gambit1024@gmail.com>
2017-06-14 21:20:49 +02:00
Florent BENOIT
62f550bccd
Change the way the invalid symbols in command are handled. By default this is appended to the testng-results.xml file
...
and then this file is not valid (parser error)
Change-Id: I4d05bff724321da9df9f3bda1537d7804aa28f8f
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-06-14 17:32:43 +02:00
Roman Iuvshin
eb2fa0eeed
RELEASE: Set next development version
2017-06-14 07:13:04 +00:00
Dmitry Kuleshov
0fc83c5df9
Fixed freezing of IDE in case of LS initialization timeout or failure ( #5341 )
2017-06-13 17:45:24 +03:00
Yevhen Vydolob
e4f0f23724
#5356 use java for maven server which ws-agent use ( #5363 )
...
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-06-13 15:45:45 +03:00
Max Shaposhnik
89896f6c7f
Handling bootstrapper & installer events. ( #5345 )
2017-06-13 11:42:20 +00:00
Aleksandr Andrienko
8720dedc12
Fix NPE for junit and testng test actions. ( #5308 )
...
Detail:
Fix NPE in case if user open context menu in the jar nodes in the ProjectExplorer.
Fix NPE when user click to RUN menu in the main toolbar in the workspace without projects.
Fix NPE when user launch step into action in the java debugger which should open java files from some jar.
Clean up unused injections and imports.
Main goal of this pull request: fix NPE and nothing to break :)
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-06-13 12:36:05 +03:00
Igor Vinokur
fe60e9f143
CHE-4007: Remove deprecated methods in GitHubClientService ( #5322 )
2017-06-13 09:26:24 +00:00
Yevhen Vydolob
2d260702d8
#5311 fix NPE, send JSON schemas to JSON LS ( #5343 )
...
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-06-13 10:00:49 +03:00
Artem Zatsarynnyi
1d5648fd6e
Fix building project with maven ( #5354 )
2017-06-12 23:48:28 +03:00
Artem Zatsarynnyi
11abb61488
Merge branch 'master' into spi
2017-06-12 10:48:59 +03:00
Anatoliy Bazko
a5dec289bd
Fix build ( #5315 )
2017-06-09 14:00:52 +03:00
Aleksandr Andrienko
517036028a
Fix failing tests on build. ( #5291 )
...
After update lib jackson-core from version 2.5.0 to 2.7.0 some tests
fails on build. Our yaml parser uses inside jackson.databind library and this library has the same version property like jackson-core, so
this lib was updated from 2.5.0 to 2.7.0 too. In newer version library changed behavior for parser and tests fails.
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-06-08 09:53:23 +03:00
Valeriy Svydenko
6a4e3831cd
CHE-5154: use new implementation of the Language Server Protocol for python ( #5267 )
2017-06-07 10:07:04 +00:00
Florent BENOIT
9b6546c5a7
Use internal IP if specified. Else on Linux it is not matching the expecting interface name.
...
Change-Id: I62c766a3ef8dd1dac6831a5fbc986e555b14586b
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-06-04 10:29:25 +02:00
Sergii Leshchenko
ac8d44e579
CHE-4058 Removed usage name of a current user as a namespace ( #5207 )
...
Also, it contains fixing logging errors while fetching user by namespace
2017-06-02 11:56:34 +03:00
Artem Zatsarynnyi
212bbc7808
Merge branch 'master' into spi
2017-06-01 10:45:08 +03:00
Igor Vinokur
f2047ea01a
CHE-3614: Rework Git commit window ( #5081 )
...
Reworked Git commit window with changed files panel and check-boxes to select witch file or folder to commit or not
2017-05-31 22:00:12 +03:00
Roman Nikitenko
1c7818f14e
CHE-3570. Add ability to turn on/off autosave mode for editor content
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-05-31 13:29:01 +00:00
Artem Zatsarynnyi
b3180ff5d8
Deprecate DevMachine and ActiveRuntime classes ( #5248 )
2017-05-31 14:48:46 +03:00
David Festal
d082b32eeb
Rework top test menu items
...
https://issues.jboss.org/browse/CHE-227
Signed-off-by: David Festal <dfestal@redhat.com>
2017-05-31 08:39:06 +02:00
Sergii Kabashniuk
c84b261a87
Revert changes from 8ad21b4638 where string FAILED was replaced by ERROR
2017-05-30 12:27:43 +03:00
Vladyslav Zhukovskii
c2990aeeed
Interpolate correctly resource paths in maven project inside maven server implementation ( #5179 )
...
* Interpolate correctly resource paths in maven project inside maven server implementation
* Code refactoring
* Code cleanup
* New line
* Return reading maven attributes from maven project manager
* Code refactoring
2017-05-30 12:17:19 +03:00
Artem Zatsarynnyi
ad3bc4d739
Use Workdspace's and Factory's model objects in IDE ( #5221 )
2017-05-29 16:19:43 +03:00
Artem Zatsarynnyi
fa91db1f4e
Merge branch 'master' into spi
2017-05-29 11:25:30 +03:00
Aleksandr Andrienko
4bcc56436f
CHE-5156: Fix ability start new debug session after disconnect from previous session. ( #5167 )
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-05-26 15:16:25 +03:00
Valeriy Svydenko
d01606d7ad
CHE-4757: update only parent project when changes were made in the parent pom ( #5193 )
2017-05-26 08:15:44 +00:00
Gennady Azarenkov
8ad21b4638
SPI messaging and code clean
2017-05-25 21:12:12 +03:00
Vitalii Parfonov
a2174799df
Wait and check LS process ( #5176 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-05-25 17:46:56 +03:00
Dmitry Kuleshov
cc8fd2473a
Switch TestDocument (LSP) service to the websocket JSON-RPC ( #5186 )
2017-05-25 16:44:42 +03:00
Mykola Morhun
60488adc3c
CODENVY-2199: Do not snapshot /tmp folder ( #5168 )
2017-05-25 15:20:48 +03:00
Artem Zatsarynnyi
993e8df52e
Merge branch 'master' into spi
2017-05-24 12:16:17 +03:00
Roman Iuvshin
9fbf173eb9
RELEASE: Set next development version
2017-05-24 07:30:41 +00:00
Anatoliy Bazko
0c0110a6e7
CODENVY-1949: Create PR to owner's origin reporistory ( #5158 )
2017-05-24 06:48:05 +00:00
Vladyslav Zhukovskii
243ed8ad60
Add ability to interpolate target directory from maven project model ( #5173 )
2017-05-23 21:11:33 +03:00
Vitalii Parfonov
37581634d8
Temporary disable test after pr#5180 ( #5181 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-05-23 21:07:28 +03:00
Vladyslav Zhukovskii
6703575120
Interpolate correctly resource paths in maven project inside maven server implementation ( #5180 )
2017-05-23 19:11:24 +03:00
Artem Zatsarynnyi
69b1d1583c
Merge branch 'master' into spi
2017-05-23 10:07:00 +03:00
Aleksandr Andrienko
756239e86a
CODENVY-2095: Fix Eclipse CHE-logo. Add to the ProductInfoProvider method to get water-mark-logo. ( #5138 )
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-05-22 20:37:36 +00:00
Yevhenii Voevodin
7d8360cb1c
csrf init ( #5120 )
2017-05-22 16:20:28 +03:00
Artem Zatsarynnyi
d44a2a87a9
Repair of Processes panel ( #5153 )
2017-05-22 14:53:53 +03:00
Artem Zatsarynnyi
e6cb33117b
Merge branch 'master' into spi
2017-05-22 10:03:29 +03:00
Alexander Garagatyi
335a67cf3d
CHE-5095: cleanup Docker SPI impl
...
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2017-05-18 17:47:46 +03:00
Artem Zatsarynnyi
92eb80fd03
update IDE code in accordance to the updated workspace model
2017-05-18 17:35:06 +03:00
Valeriy Svydenko
6a427e3b64
CHE-4920: Analyze maven profiles ( #5122 )
2017-05-18 12:53:09 +00:00
Florent BENOIT
a13068e140
Enable single port exposure on Che ( #5115 )
...
* Toggle Che single port by enabling CHE_SINGLE_PORT in the che.env file. (CHE_SINGLE_PORT=true, default is false)
By enabling single-port, all browser traffic to Che or any workspace will be routed through the value that you have set to CHE_PORT`, or 8080 if not set. Setting this property will transform the launch sequence of Che to launch a Traefik reverse proxy. The reverse proxy will act as the traffic endpoint for all browser communications. When a new workspace is started or stopped, Che will update Traefik's configuration
with rules for how browser traffic should be routed to Che or a workspace.
It’s now using an official Traefik image (before I was using a custom made image)
There is an interceptor with a kill switch. It means interceptor is applied only if plug-in is enabled (not only if plug-in is added at compilation)
It is automatically enabled when CHE_SINGLE_PORT is turned on
docker-compose file is handling if the single_port is turned on or off and then add the traefik container and redirect port only if the property is enabled. (not enabled by default)
using —debug flag when launching che is also turning on the traffic web console to view traefik routes
It is not enabled by default, so it means that without user change, there is no overhead, no useless container started, etc.
Change-Id: I12644d9202dadc0b10104f78bb055425ca6611ac
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-05-18 14:52:41 +02:00
Mykola Morhun
064fdcb449
CHE-4197: Apply CHE_DOCKER_ALWAYS__PULL__IMAGE to container creation ( #5112 )
2017-05-18 13:05:08 +03:00