Artem Zatsarynnyi
a2f7d40d2f
Remove unused dependency
2017-07-24 17:02:30 +03:00
Artem Zatsarynnyi
38c9d2d26a
Clean up IDE API: remove obsolete events ( #5793 )
...
* Remove obsolete events from IDE API
* Remove obsolete #getWorkspace method from WorkspaceStartingEvent and WorkspaceStoppedEvent
2017-07-24 14:43:18 +03:00
Artem Zatsarynnyi
5fda7b42f0
Merge branch 'master' into spi
2017-07-24 09:47:06 +03:00
Mykola Morhun
84a4de633d
CHE-5235: Fix step into when source cannot be obtained ( #5768 )
...
CHE-5235: Fix step into when source cannot be obtained.
2017-07-21 15:43:06 +03:00
Yevhenii Voievodin
0d6c7795fa
Recover runtimes on workspace master startup
2017-07-21 11:32:18 +03:00
Artem Zatsarynnyi
32de1e7447
Rename methods ( #5762 )
...
AppContext#getMasterEndpoint -> AppContext#getMasterApiEndpoint
AppContext#getDevAgentEndpoint -> AppContext#getWsAgentServerApiEndpoint
2017-07-21 10:15:20 +03:00
Artem Zatsarynnyi
cf34dfc5ea
Clean up IDE API: remove obsolete workspace model classes ( #5757 )
2017-07-20 16:11:16 +03:00
Artem Zatsarynnyi
2577d524b6
Enable Composer plugin
2017-07-20 15:59:22 +03:00
Dmytro Kulieshov
888da450e6
fixed formatting ( #5755 )
...
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
2017-07-20 12:32:42 +03:00
Artem Zatsarynnyi
b851196df5
Merge branch 'master' into spi
2017-07-20 12:30:15 +03:00
Artem Zatsarynnyi
fdcb210bfb
Remove obsolete IDE events ( #5751 )
2017-07-20 11:46:00 +03:00
Thomas Mäder
6e743678ea
Fix LSP didChange parameters #4978 ( #5002 )
...
* Add document changing listener support
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Use document changin notification to compute correct didChange
parameters
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Make sure to use the proper document instance.
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Renamed DocumentChangeEvent->DocumentChangedEvent
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-20 11:45:02 +03:00
Mykola Morhun
084c66c4e4
CHE-5152: Apply pagination in Git Reset window ( #5726 )
...
* CHE-5152: Apply pagination in Git Reset window
* CHE-5152: Apply max scroll fix for Git History window
* CHE-5152: Fix selection bug in GIt Reset window
2017-07-20 10:01:52 +03:00
Valeriy Svydenko
6c6e00e2bd
Adapt JUnit4 runner according new API ( #5710 )
2017-07-20 09:49:34 +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
a0656da6b5
Merge branch 'master' into spi
2017-07-19 10:59:07 +03:00
Florent BENOIT
4e872e0ed4
Adds a /workspace-logs folder linked to the persistent volume
...
Each pod has a dedicated folder matching the workspace id
for the project's source, it is currently using :
/projects ---> <PV>/<workspace-name>
and for the logs it's now using as well
/workspace-logs ---> <PR>/<workspace-name>-logs/
example : /workspace-logs/dev-machine-ws-agent/logs/catalina.log for the log of the dev-machine workspace agent.
Change-Id: I2b9d533ba3df2cf55857d8c30d2de5df463a5902
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-07-18 15:23:49 +02:00
Yevhen Vydolob
3c2aa13b59
fix build ( #5666 )
...
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-07-17 10:25:51 +03:00
Artem Zatsarynnyi
e346d42050
Fix merge
2017-07-17 08:16:29 +03:00
Artem Zatsarynnyi
a3a91c820c
Merge branch 'master' into spi
2017-07-17 07:50:32 +03:00
Thomas Mäder
2a57ca8cf2
Use LSP for pom editor ( #5641 )
...
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-14 17:15:14 +02:00
Artem Zatsarynnyi
51cd595497
Merge branch 'master' into spi
2017-07-14 16:03:43 +03:00
Korneta Anton
5e1b40b87e
Remove che-core-api-machine-shared module moved execagent client dtos
2017-07-14 12:09:06 +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
Korneta Anton
fb75edb1ca
Move OldRecipe from machine to workspace api module
2017-07-14 10:25:43 +03:00
Yevhen Vydolob
91b543547e
#5380 use Orion annotation model instead 'showProblems' method ( #5518 )
...
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-07-14 09:09:57 +03:00
Kaloyan Raev
e1868db831
Rework Composer plugin to avoid using Everrest based Websocket calls ( #5629 )
...
* Rework Composer plugin to avoid using Everrest based Websocket calls
Fixes #5348
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
* Fix dependencies
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-13 22:06:24 +03:00
Sun Seng David Tan
e0c9d06ac3
PR Panel: refactoring
...
Signed-off-by: Sun Seng David Tan <sutan@redhat.com>
2017-07-13 15:20:33 +02:00
Vitalii Parfonov
95a09d6544
Avoid using ProjectManager only for taking project root dir instead of we will use special properties ( #5636 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-13 15:39:50 +03:00
Artem Zatsarynnyi
c49aeb0977
Merge branch 'master' into spi
2017-07-13 10:24:36 +03:00
Vitalii Parfonov
af4248f810
Fix using project path and fileUri ( #5625 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-13 10:03:33 +03:00
Artem Zatsarynnyi
fa29ac0f6e
Removes EverREST over WebSocket feature from IDE ( #5622 )
2017-07-12 16:39:25 +03:00
Alexander Garagatyi
2b45703841
Move mvn and svn tests execution to integration profile ( #5596 )
...
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-07-12 12:25:17 +03:00
Artem Zatsarynnyi
da2b92c66e
Merge branch 'master' into spi
2017-07-12 11:37:57 +03:00
Artem Zatsarynnyi
14790b609c
Move JSON-RPC endpoints ids to constants ( #5612 )
2017-07-12 10:21:19 +03:00
Artem Zatsarynnyi
b833e965cf
Improve Processes panel loading sequence: enable Terminal as soon as terminal server starts. ( #5598 )
2017-07-11 16:45:58 +03:00
Dmytro Kulieshov
20b4948b08
Rework Find Usages feature to avoid using Everrest based Websocket calls ( #5550 )
2017-07-11 10:57:58 +03:00
Vitalii Parfonov
599bd6b287
Fix dependencies ( #5590 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-11 10:02:45 +03:00
Oleksandr Garagatyi
b7b756ca14
CHE-5555: try to fix occasionally failing tests on CI
...
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-07-10 22:29:11 +03:00
Vitalii Parfonov
3d25154964
Replace Window.open() with JS native call ( #5584 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-10 19:39:33 +03:00
Vitalii Parfonov
96498a7af9
Maven Server tests execution on integration phase ( #5574 )
...
* Maven Server tests execution on integration phase
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-10 14:46:50 +03:00
Thomas Mäder
9f88048572
Add support for using multiple language servers to be registered for the same files #4609 ( #5442 )
...
Add support for using multiple language servers for the same files.
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-10 10:20:30 +02:00
Florent BENOIT
8c25c2ac7d
Sort imports
...
Change-Id: Ia8e2b2facb565458a972f0bd42da6cc4a1d525c1
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-07-07 14:10:32 +02:00
Thomas Mäder
092505d915
Support for multiple highlights
...
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-07 13:36:36 +02:00
Korneta Anton
1519136caa
Remove traefik from build
2017-07-07 14:10:55 +03:00
Valeriy Svydenko
a5b3b7b612
New runner for TestNG tests ( #5472 )
2017-07-06 16:20:58 +03:00
Korneta Anton
59aa09ac6b
Remove plugin docker machine
2017-07-06 15:23:34 +03:00
Valeriy Svydenko
2e8d802789
CHE-5350: change names of methods for WebSocket communication ( #5543 )
2017-07-06 14:38:09 +03:00
Artem Zatsarynnyi
a1dfdfb04e
Merge branch 'master' into spi
2017-07-05 18:25:50 +03:00
Vitalii Parfonov
c22466c269
Move binding ServerIdleDetctor to the assembly module ( #5541 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-05 18:24:14 +03:00