Roman Iuvshyn
e60598bdaf
RELEASE: Set next development version ( #13102 )
2019-04-10 17:13:01 +03:00
Mykhailo Kuznietsov
e4763e1dac
Add ability to provide additional build-info in Che ( #12919 )
2019-03-28 15:46:32 +02:00
Roman Iuvshyn
0abdc77ea0
RELEASE: Set next development version ( #12922 )
2019-03-19 15:56:30 +02:00
Roman Iuvshyn
0881493644
RELEASE: Set next development version ( #12777 )
2019-02-27 16:02:33 +02:00
Sergii Kabashniuk
a5b06d444f
Introduced two web-socket endpoints for workspace master to split JSON-RPC messages ( #12673 )
...
* Introduced two web-socket endpoints for workspace master to split JSON-RPC messages
Based on Dmytro's Kulieshov work https://github.com/eclipse/che/pull/12252
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2019-02-27 13:29:43 +02:00
Roman Iuvshyn
3778f01220
RELEASE: Set next development version ( #12768 )
2019-02-27 11:50:40 +02:00
Max Shaposhnik
88959d006f
API info service to use meta-info from war-s manifest instead of jar
...
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2019-02-19 15:47:18 +02:00
Roman Iuvshyn
a694c4f971
RELEASE: Set next development version ( #12596 )
2019-02-06 18:22:35 +02:00
Sergii Kabashniuk
84b5a68bd9
Correctly determine server from which IDE was loaded
...
Provider of "cors.allowed.origins" setting for CORS Filter of WS Agent. Provides the value such algorithm:
1. If set che.wsagent.cors.allowed_origins
2. Server with "ide" attribute in workspace config
3. Server from url of "ide" link in workspace config
4. che.api
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2019-01-16 16:01:52 +02:00
Roman Iuvshyn
4ad10f2218
RELEASE: Set next development version ( #12441 )
2019-01-16 11:51:02 +02:00
Roman Iuvshyn
b872b317cb
RELEASE: Set next development version ( #12277 )
2018-12-26 13:04:51 +02:00
Mykhailo Kuznietsov
bac76ac5ee
Fix WS Agent not setting appropriate CORS allowed origin on Docker ( #12265 )
2018-12-24 13:49:46 +02:00
Mykhailo Kuznietsov
69288516c8
Upgrade Tomcat and change default CORS configuration ( #12144 )
2018-12-22 10:56:27 +02:00
Mykhailo Kuznietsov
b7e1918e32
Upgrade dependencies ( #11944 )
2018-12-11 11:34:48 +02:00
Roman Iuvshyn
45490d2a3b
RELEASE: Set next development version ( #12115 )
2018-12-05 18:33:02 +02:00
Mykhailo Kuznietsov
3d366a1c19
Add ability to change CORS configuration on Che Server through env vars ( #12046 )
2018-12-04 14:56:38 +02:00
Roman Iuvshyn
99afaef87f
RELEASE: Set next development version ( #11930 )
2018-11-14 12:29:03 +02:00
Roman Iuvshyn
365d25f275
RELEASE: Set next development version ( #11710 )
2018-10-24 16:38:03 +03:00
Sergii Kabashniuk
be8a867c4e
More information for ServerSideRequestProcessor.RejectedExecutionHandler ( #11681 )
...
More information for ServerSideRequestProcessor.RejectedExecutionHandler (#11681 )
2018-10-24 11:27:30 +03:00
Anatoliy Bazko
5a965706c6
CHE-6733: Implement User Preferences for jdt.ls ( #8346 )
...
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2018-10-17 15:05:02 +02:00
Anatoliy Bazko
d636a907d0
CHE-8049: Update simple java project when jdt.ls is ready ( #8198 )
...
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2018-10-17 15:05:02 +02:00
Sergii Kabashniuk
4d78766f08
Add index in thread names ( #11608 )
2018-10-13 14:28:15 +03:00
Sergii Kabashniuk
65bd65e23b
Upgrade to new dependency mockito-testng ( #10647 )
2018-10-10 13:58:33 +03:00
Sergii Kabashniuk
ad8fd5e8df
Limit pool size used to process Json/rpc requests ( #11456 )
...
Limit pool size used to process Json/RPC requests (#11456 )
2018-10-05 16:56:39 +03:00
Roman Iuvshyn
63b389c2fe
RELEASE: Set next development version ( #11434 )
...
* RELEASE: Set next development version
2018-10-04 18:25:39 +03:00
Sergii Leshchenko
5b848a6b02
CHE-10991 Add creating of workspace service account in Che Kubernetes Helm chart
2018-09-13 11:03:09 +03:00
Roman Iuvshyn
ea410c3340
RELEASE: Set next development version ( #11169 )
2018-09-12 11:53:42 +03:00
Sergii Leshchenko
194e2c5eff
CHE-10861 Add an ability to register permissions check for remote subscription
2018-09-04 11:07:00 +03:00
Sergii Leshchenko
dc25b5a5fc
CHE-10861 Add concept of JsonRpcMethodInvokerFilter
2018-09-04 11:07:00 +03:00
Sergii Leshchenko
fd57238c08
Fix putting Che Subject into ServerEndpointConfig if http session is null ( #10993 )
2018-08-31 10:10:38 +03:00
Sergii Leshchenko
cf5d03718e
CHE-10861 Add settings subject into EnvironmentContext for WebSocket connections
2018-08-30 10:17:10 +03:00
Roman Iuvshyn
d99b2ed73d
RELEASE: Set next development version ( #10867 )
...
* RELEASE: Set next development version
2018-08-22 12:06:38 +03:00
Igor Vinokur
349cbe094d
CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected ( #10718 )
...
Hide the 'From Archetype' input field in the Maven project type wizard if 'Parent' witch contains pom.xml is selected in the import project Wizard due to the maven archetype generation plugin restrictions.
2018-08-22 09:34:11 +03:00
Victor V. Rubezhny
57c43ac8cd
Update fmt plugin to latest to enable skipping check #10554 ( #10667 )
...
The files are reformatted in order to suit the requirements of coveo maven fmt plug-in of v.2.5.1
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2018-08-08 07:20:05 +00:00
Roman Iuvshyn
60da580c92
RELEASE: Set next development version ( #10603 )
2018-08-02 12:38:48 +03:00
Mykhailo Kuznietsov
07263f1e30
Fix license header text ( #10629 )
2018-08-02 11:18:04 +03:00
Mykhailo Kuznietsov
15d23edc91
Update license to EPL 2.0 ( #10531 )
2018-07-31 11:24:36 +03:00
Roman Iuvshyn
985d368f2d
RELEASE: Set next development version ( #10345 )
...
* RELEASE: Set next development version
2018-07-10 15:56:52 +03:00
Eugene Ivantsov
c4c4ab2421
Merge pull request #10088 from vrubezhny/che10083
...
NPEs on workspace start-up #10083
2018-07-02 08:12:13 +03:00
Roman Iuvshyn
d7e1c73cf8
RELEASE: Set next development version ( #10110 )
2018-06-19 17:24:50 +03:00
Victor Rubezhny
d307c23da9
NPEs on workspace start-up #10083
...
Fixes #10083
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2018-06-18 14:29:43 +02:00
Roman Iuvshyn
7231585f4b
RELEASE: Set next development version ( #9862 )
2018-05-30 12:01:54 +03:00
Dmytro Kulieshov
7a52c83f4d
Several improvements to the way remote language servers may be configured through workspace configuration ( #9387 )
2018-05-18 12:17:30 +03:00
Roman Iuvshyn
6677e27a6b
RELEASE: Set next development version ( #9669 )
2018-05-11 10:27:31 +03:00
Max Shaposhnik
8c3d2ead36
Fixed removal of remote subscriptions in manager ( #9560 )
2018-05-02 14:30:36 +03:00
Roman Iuvshyn
edb0e15e6f
RELEASE: Set next development version ( #9473 )
2018-04-18 08:31:24 +02:00
Max Shaposhnik
66f9d0bed9
Add replicated storage for remote websocket subscriptions ( #9311 )
2018-04-11 14:33:52 +03:00
Roman Iuvshyn
e006334aad
RELEASE: Set next development version ( #9268 )
2018-03-28 10:58:30 +03:00
Roman Iuvshyn
dbdac2a604
RELEASE: Set next development version ( #9038 )
2018-03-07 17:53:03 +07:00
Max Shaposhnik
e40a2902bb
Perform liveness checks of wsagent by dedicated URL
2018-02-21 12:15:12 +02:00