Dmytro Kulieshov
c23c5408bd
Fixed error logging for Go LS when going to definition ( #10315 )
...
Signed-off-by: Dmytro Kulieshov <dkuliesh@redhat.com>
2018-07-06 17:41:17 +03:00
Gennady Azarenkov
00ca1592c7
Make it possible to have distributed ProjectRegistry ( #9848 )
...
* Adding pipeline
* del jenkinsfile
* Make exec agent not to use setsid for other than Linux envs
* revert pom.xml
* goformat
* get projects folder from workkspace configuration
* Merge remote-tracking branch 'upstream/master'
* clean code
* clean code
* Fix calculation Projects Root so it wont cause NPE if there are no 'project' volume defined
* Revert "Fix calculation Projects Root so it wont cause NPE if there are no 'project' volume defined"
This reverts commit 127a79e54c3e7f97a74f0103506025eb5e181777.
* Fix calculation Projects Root so it wont cause NPE if there are no 'project' volume defined
* replace provided attribute values with stored (src, out) in PlainJavaProjectType
* fix PlainJavaProjectType for getting rid and deprecate using SettableValueProvider
* remove comented code
* hide brouse source folder button, set source folder field as disabled
* hide the browse source button, set source folder field to read only mode, remove highlighter from the source folder field
* adapt test for current changes on UI, set save button to enable state
* apply formatting
* fs cache PT
* fix order of steps in the test
* Refactor RegisteredProject to make it possible to cache it (as DTO) to local file
* cache Projects and PTs to files
* Make it possible to have several impls for ProjectRegistry preparing it to be distributed across multi machines env
* merge upstream
* merge upstream
* merge upstream
* Update MavenServerService.java
* clean code
* small fix
* small fix
* small fix
2018-05-31 15:26:42 +03:00
Vladyslav Zhukovskyi
89b9cf679a
Correct process situation when project has been renamed ( #9582 )
...
* Correct process situation when project has been renamed
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-05-15 14:07:58 +03:00
Mykhailo Kuznietsov
2c2bd6637c
Set new year in license headers ( #8244 )
2018-01-11 16:04:49 +02:00
Dmytro Kulieshov
0f635cf122
Added JSON-RPC back-end to Project API and removed deprecated VFS classes ( #7380 )
2017-11-20 12:02:46 +02:00
Florent BENOIT
6a95b6d74a
Apply google format v1.4 https://github.com/google/google-java-format/releases/tag/google-java-format-1.4
...
Change-Id: I5df30c23165df1fd39eef4c57893bebd1d681c1d
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-19 22:23:04 +02:00
Artem Zatsarynnyi
9866284b67
Merge branch 'master' into spi
2017-09-12 11:36:21 +03:00
Artem Zatsarynnyi
7e29f7b526
Merge branch 'master' into spi
2017-09-11 12:23:40 +03:00
Florent BENOIT
688c73f079
GWT dependency should not be there. It's running on server side.
...
Change-Id: Ic67763b18e5edcf99ea562e1a061ea8e2a03ddc8
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-11 10:52:37 +02:00
Valeriy Svydenko
5231059555
CHE-5721: Importing java formatter for the project or workspace ( #6077 )
2017-09-08 16:19:31 +03:00
Oleksandr Garagatyi
041aff648c
Merge branch 'master' into spi
...
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-08-23 09:49:33 +03:00
Roman Nikitenko
0343393028
CHE-5829. Fix non-exhaustive switch statements
...
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-08-22 18:16:33 +03:00
Sergii Kabashniuk
6e9825c699
Used Google Java Codestyle
2017-08-18 17:16:54 +03:00
Sergii Kabashniuk
5b373e6cf5
Used Google Java Codestyle ( #5851 )
2017-08-18 17:00:58 +03:00
Sergii Kabashniuk
1ca8cecad5
Merge with master
2017-08-17 18:13:10 +03:00
Mykhailo Kuznietsov
ce41b4a71d
Change copyright owner to "Red Hat, Inc" on remaining files ( #6032 )
...
* Change copyright owner on remaining files
* fixup! Change copyright owner on remaining files
* fixup! fixup! Change copyright owner on remaining files
2017-08-17 18:05:53 +03:00
Artem Zatsarynnyi
a552e67a76
Merge branch 'master' into spi
2017-08-17 16:40:48 +03:00
Mykhailo Kuznietsov
69d5148385
Changed copyright owner to "Red Hat, Inc." in license headers ( #5964 )
...
Change license header contributor to Red Hat, Inc.
2017-08-11 10:46:58 +03:00
Artem Zatsarynnyi
da2b92c66e
Merge branch 'master' into spi
2017-07-12 11:37:57 +03:00
Valeriy Svydenko
a5b3b7b612
New runner for TestNG tests ( #5472 )
2017-07-06 16:20:58 +03:00
Artem Zatsarynnyi
212bbc7808
Merge branch 'master' into spi
2017-06-01 10:45:08 +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
Sergii Kabashniuk
c84b261a87
Revert changes from 8ad21b4638 where string FAILED was replaced by ERROR
2017-05-30 12:27:43 +03:00
Gennady Azarenkov
8ad21b4638
SPI messaging and code clean
2017-05-25 21:12:12 +03:00
Evgen Vidolob
1d10171906
#4699 fix URL for JavaDoc service ( #4792 )
...
* #4699 fix url for JavaDoc service
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-04-18 17:34:54 +03:00
Valeriy Svydenko
a1080703e9
CHE-1860: make it possible to move packages ( #4659 )
2017-03-31 14:09:42 +00:00
Mihail Kuznyetsov
0e8b21ad3f
Set new license year
2017-01-04 17:10:31 +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
Max Shaposhnik
fe0cb3bd0f
CHE-1248; remove workspace information from EnvironmentContext ( #1658 )
2016-07-20 17:30:10 +03:00
Vitalii Parfonov
0ca2d182ce
CHE-1323: Fix default classpath generation ( #1494 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-06-14 11:02:02 +03:00
Anton Korneta
cf74fced61
CHE-1316: Temporary fix for to avoid cyclic dependencies of components
2016-06-13 18:59:03 +03:00
Evgen Vidolob
cae7a9c716
CHE-1108 remove creating ExternalFolderChange instance, add log for exception
2016-05-16 12:30:33 +03:00
Evgen Vidolob
39b6759c98
CHE-1141 fix java search in multimodule projects, fix test
2016-05-12 17:12:07 +03:00
Vitaly Parfonov
abe9237f74
Use Constants from shared
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-05-06 11:11:30 +03:00
Evgen Vidolob
e50136140d
fix refactoring, remove unused code
2016-05-05 17:38:38 +03: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
Valeriy Svydenko
187e7f2afe
CHE-783: add Python plugin
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-03-30 11:35:39 +03:00
Valeriy Svydenko
fd2902fb53
CHE-157: show attached documentation in method hierarchy
2016-03-24 18:18:33 +02:00
Valeriy Svydenko
af3bcd3874
CHE-139: add 'Organize Imports' functionality
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-03-14 14:46:12 +02:00
Dmitry Shnurenko
b28abee193
CHE-70: Fix wrong behaviour during rename packages.
...
Signed-off-by: Dmitry Shnurenko <dshnurenko@codenvy.com>
2016-02-16 13:31:53 +02:00
Sergii Kabashniuk
2795099d2b
Added difference between IC and master
...
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:38 +02:00
Eclipse Che Initial Contribution
867ec65242
Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458
...
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:36 +02:00