Artem Zatsarynnyi
|
b851196df5
|
Merge branch 'master' into spi
|
2017-07-20 12:30:15 +03:00 |
Roman Iuvshyn
|
185273f8b9
|
RELEASE: Set next development version (#5734)
* RELEASE: Set next development version
|
2017-07-19 12:45:32 +03:00 |
Artem Zatsarynnyi
|
51cd595497
|
Merge branch 'master' into spi
|
2017-07-14 16:03:43 +03:00 |
Oleksandr Andriienko
|
7b9c2a189a
|
Update lsp4J lib to newer version. (#5292)
* #5360 Upgrade LSP4J library version to 0.2.0
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
|
2017-07-14 11:05:20 +03:00 |
Artem Zatsarynnyi
|
72fd6d0b6e
|
Merge branch 'master' into spi
|
2017-07-04 11:54:17 +03:00 |
Thomas Mäder
|
9027aa4780
|
Ability to register language servers for file names instead of extensions #5107 (#5156)
* Register languages by file name
Signed-off-by: Thomas Mäder <tmader@redhat.com>
|
2017-07-03 17:18:25 +02:00 |
Artem Zatsarynnyi
|
1ba5f63d8f
|
Merge branch 'master' into spi
|
2017-06-29 17:45:59 +03:00 |
Roman Iuvshin
|
eab04ddd6b
|
RELEASE: Set next development version
|
2017-06-29 07:59:05 +00:00 |
Artem Zatsarynnyi
|
ad2460999e
|
Merge branch 'master' into spi
|
2017-06-22 08:27:59 +03:00 |
Roman Iuvshin
|
513aa19ebd
|
RELEASE: Set next development version
|
2017-06-21 13:04:16 +00: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 |
Roman Iuvshin
|
eb2fa0eeed
|
RELEASE: Set next development version
|
2017-06-14 07:13:04 +00:00 |
Artem Zatsarynnyi
|
1d5648fd6e
|
Fix building project with maven (#5354)
|
2017-06-12 23:48:28 +03:00 |
Dmitry Kuleshov
|
cc8fd2473a
|
Switch TestDocument (LSP) service to the websocket JSON-RPC (#5186)
|
2017-05-25 16:44:42 +03:00 |
Roman Iuvshin
|
9fbf173eb9
|
RELEASE: Set next development version
|
2017-05-24 07:30:41 +00:00 |
Roman Iuvshin
|
b3ae33acf5
|
RELEASE: Set next development version
|
2017-05-10 10:54:42 +00:00 |
Roman Iuvshin
|
6d88cf8c73
|
[maven-release-plugin] prepare for next development iteration
|
2017-04-25 18:19:17 +00:00 |
Roman Iuvshin
|
d7f023fd89
|
[maven-release-plugin] prepare release 5.9.0
|
2017-04-25 18:19:10 +00:00 |
Vitalii Parfonov
|
f57a4f2cf0
|
Fixing failed release: set correct folder for generated source
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
|
2017-04-25 20:51:37 +03:00 |
Sergii Kabashniuk
|
86809b9ad0
|
Fix compilation issues that is preventing release
|
2017-04-25 19:12:12 +03:00 |
Sergii Kabashniuk
|
2ee007fa48
|
Fix compilation issues that is preventing release
|
2017-04-25 18:57:29 +03:00 |
Sergii Kabashniuk
|
43112cf746
|
Fix compilation issues that is preventing release
|
2017-04-25 18:38:15 +03:00 |
Sergii Kabashniuk
|
c4de2266da
|
Fix compilation issues that is preventing release
|
2017-04-25 17:58:12 +03:00 |
Sergii Kabashniuk
|
5546c8649a
|
Fix compilation issues that is preventing release
|
2017-04-25 17:29:06 +03:00 |
Roman Iuvshin
|
927aef3b32
|
fix build
|
2017-04-25 13:34:33 +00:00 |
Sergii Kabashniuk
|
b016d619cb
|
3656 Port Languages Server Support to lsp4j (#4765)
* Initial import from https://github.com/eclipse/che/pull/4160
* Added formatting for changed files
* Organize imports
* Added missing logback and removed unused dependency
* Fix plugin-languageserver compilation issue
* Move lsp4j dependency to lsp plugin
|
2017-04-19 17:33:59 +03:00 |
Thomas Mäder
|
1ba9c73125
|
3957 code action (#4345)
* CHE-3957: Code Action
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Exclude new file from license check.
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Addressing PR comments (style & formatting issues)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Extracted anonymous to inner class
Signed-off-by: Thomas Mäder <tmader@redhat.com>
|
2017-04-13 17:21:55 +03:00 |
Roman Iuvshin
|
7805c146e6
|
[maven-release-plugin] prepare for next development iteration
|
2017-04-13 11:07:13 +00:00 |
Roman Iuvshin
|
e8107fd96c
|
[maven-release-plugin] prepare release 5.8.0
|
2017-04-13 11:07:06 +00:00 |
Roman Iuvshin
|
840ae853f8
|
Revert "RELEASE: set minor change version"
This reverts commit e23b9257a3.
|
2017-04-11 20:55:24 +03:00 |
Roman Iuvshin
|
e23b9257a3
|
RELEASE: set minor change version
|
2017-04-11 18:10:45 +03:00 |
Roman Iuvshin
|
08d4d0f25c
|
[maven-release-plugin] prepare for next development iteration
|
2017-04-06 14:28:39 +00:00 |
Roman Iuvshin
|
53a0325213
|
[maven-release-plugin] prepare release 5.7.0
|
2017-04-06 14:28:33 +00:00 |
Roman Iuvshin
|
342f103654
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-30 12:25:35 +00:00 |
Roman Iuvshin
|
e6e4a652cc
|
[maven-release-plugin] prepare release 5.6.0
|
2017-03-30 12:25:28 +00:00 |
Evgen Vidolob
|
27125263d0
|
#4430 move orion editor plugin to ide core (#4539)
* #4430 move orion editor plugin to ide core
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
|
2017-03-28 10:19:24 +03:00 |
Artem Zatsarynnyi
|
bbd0c1abb2
|
Introduce Intelligent Commands (#4389)
Introduce Intelligent Commands
|
2017-03-23 18:23:17 +02:00 |
Roman Iuvshin
|
e7588aa2b3
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-15 14:59:35 +00:00 |
Roman Iuvshin
|
69cf9f5528
|
[maven-release-plugin] prepare release 5.5.0
|
2017-03-15 14:59:28 +00:00 |
Roman Iuvshin
|
ceff3938ff
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-02 18:33:12 +00:00 |
Roman Iuvshin
|
8ed6e10476
|
[maven-release-plugin] prepare release 5.4.0
|
2017-03-02 18:33:06 +00:00 |
Roman Iuvshin
|
e71c7b5671
|
[maven-release-plugin] prepare for next development iteration
|
2017-02-17 11:04:07 +00:00 |
Roman Iuvshin
|
c071c65aa2
|
[maven-release-plugin] prepare release 5.3.0
|
2017-02-17 11:03:59 +00:00 |
Roman Iuvshin
|
0dd0dea686
|
[maven-release-plugin] prepare for next development iteration
|
2017-02-01 13:31:32 +00:00 |
Roman Iuvshin
|
d138c3623f
|
[maven-release-plugin] prepare release 5.2.0
|
2017-02-01 13:31:25 +00:00 |
Roman Iuvshin
|
05a7cd53b5
|
[maven-release-plugin] prepare for next development iteration
|
2017-01-18 16:33:24 +00:00 |
Roman Iuvshin
|
41d3739928
|
[maven-release-plugin] prepare release 5.1.0
|
2017-01-18 16:33:17 +00:00 |
Roman Iuvshin
|
9904460818
|
[maven-release-plugin] prepare for next development iteration
|
2017-01-06 11:48:49 +00:00 |
Roman Iuvshin
|
b5a7d04ca2
|
[maven-release-plugin] prepare release 5.0.0
|
2017-01-06 11:48:42 +00:00 |
Mihail Kuznyetsov
|
0e8b21ad3f
|
Set new license year
|
2017-01-04 17:10:31 +02:00 |