Commit Graph

1412 Commits (badd042aa13432d5ccbea0ba77568dbd830d285f)

Author SHA1 Message Date
Sergii Kabashniuk 1fdc6a1d7e
Remove deprecated resources (#7336) 2017-11-14 08:47:29 +02:00
Eugene Ivantsov 5b16fecbda
Add tsx file type for TS LSP (#7325) 2017-11-13 11:56:09 +02:00
Mykola Morhun 46ddf5e840
Base of Git Panel (#7235) 2017-11-13 09:24:40 +02:00
Igor Vinokur d5280f84b9
CHE-6741: Fix Git JsonRPC chanel initialization (#7275) 2017-11-09 14:11:33 +00:00
Igor Vinokur 1fcfd01097
CHE-6237: Add icon to pull-request panel tab (#7175)
1. Add icon to pull-request panel tab:
2. Make pull-request panel tab active, if no active parts are present.
2017-11-07 14:09:13 +00:00
Anatoliy Bazko 40ff60038d
CHE-6845: Disable breakpoints (#7204) 2017-11-07 09:32:08 +00:00
Vladyslav Zhukovskyi 53172e37bf Fix unit test 2017-11-06 14:10:04 +02:00
Artem Zatsarynnyi 6182139896
Bind GWT CodeServer to 127.0.0.1 at a host machine but to 0.0.0.0 inside a container (dev-machine) (#7201)
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-11-06 12:52:07 +02:00
Vladyslav Zhukovskyi cb475d1931 Temporary disable synchronization call
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2017-11-03 12:24:05 +02:00
Artem Zatsarynnyi 44187dcd1f
Add DTO generation for Pull Request IDE extension (#7147)
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-11-02 13:14:03 +02:00
Kamesh Sampath 8887cc56a2 using group name in regex
Signed-off-by: Kamesh Sampath <kamesh.sampath@hotmail.com>
2017-10-31 21:50:50 +02:00
Kamesh Sampath 4b39f7f581 Corrected sign-off email
* Change the default image from `codeenvy/ubuntu_jdk` to `eclipse/ubuntu_jdk8`
* Santize urls ending with .git to enable loading of factory files from git repos

Signed-off-by: Kamesh Sampath <kamesh.sampath@hotmail.com>
2017-10-31 21:50:42 +02:00
Roman Iuvshyn 19f5fd1f5a
RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
Artem Zatsarynnyi f15fbf1cb1
IDE agnostic way to launch GWT Super DevMode (#7084)
Adapted modules to gwt-lib/gwt-app lifecycle;
shared libs have been cleaned up from the GWT related stuff;
enabled launching Super DevMode with a reactor goal gwt:codeserver;
enabled launching Super DevMode inside a dev-machine (for Che in Che development);
separate compiling IDE GWT app from packaging IDE Web app.

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-10-31 15:27:22 +02:00
Sergii Leshchenko 4a4a4eb271 CHE-6577 Add usage of machine token while connecting to exec, terminal, workspace agents via websocket 2017-10-30 17:50:12 +02:00
Igor Vinokur 5e434faac1
CHE-6645: Add new icons instead of file name colors in Git changes list (#6998)
- Added new icons instead of file name colors in Git changes list.
- Changed icons and style of buttons.
- Removed colors table that described item colors.
2017-10-30 15:25:57 +02:00
Anatoliy Bazko 0e4ffb7f87
CHE-6547: Run to cursor (#7053)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2017-10-30 06:49:33 +00:00
Sergii Leshchenko a4b9ecad90 CHE-6972 Uncomment and adapt URLFactoryBuilder (#7032) 2017-10-27 12:07:44 +03:00
Vitalii Parfonov e9627eba3d Fix maven command template (#7023)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-10-26 17:23:09 +03:00
Oleksandr Garagatyi cd1301d115 CHE-6124: Do not publish exposed ports in Docker machines
Publish port in Docker machines only in case there is a server
in the workspace config that represents the port.
Refactor OpenShift infrastructure code.
Refactor Docker infrastructure code.
Add constant of memory attribute and reuse it everywhere it is
hardcoded.
Add constant for installer environment attribute and reuse it
everywhere it is hardcoded.
Add machine memory attribute validation to workspace validation.
Move provisioning of servers, environment variables from
infrastructure implementations to runtime SPI abstract level.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-10-26 12:10:36 +03:00
Vitalii Parfonov d0e7297d3c Check class instance before cast it (#6996)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-10-25 17:31:19 +03:00
Anatoliy Bazko c1463d3be9 CHE-6843: Navigate to breakpoint (#6960)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2017-10-25 13:53:53 +00:00
Vitaliy Guliy 8763110b2f CHE-6820 UI elements are hard to recognize (#6988)
* CHE-6820 IDE UI elements are hard to recognize
2017-10-25 16:49:07 +03:00
Oleksandr Andriienko e9726221c5 Add debugger watch expressions. (#6950)
Add debugger watch expressions. Use smart tree widget for debugger variables tree. Remove some unused code.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2017-10-25 12:38:01 +00:00
Florent BENOIT 3f262e620e Cleanup some Mockito deprecated usage (che6) (#6864)
* Cleanup some Mockito deprecated usage
org.mockito.Matchers —> org.mockito.ArgumentMatchers
org.mockito.runners.MockitoJUnitRunner —> org.mockito.junit.MockitoJUnitRunner

Change-Id: Icf7351cb58e0f42fa95885c2d2cf6b5e98206c35
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-21 09:07:43 +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
Sergii Kabashniuk f4cc97acce Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
Yevhen Vydolob ed2433e415 Provide Action interface, use DOM Element for Action image (#6811)
* #6788 Add Action interface and declare all needed methods from absctract class Action in BaseAction class

Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-10-19 11:25:03 +02:00
Florent BENOIT 13f7ebe9c2 Add dependency on tools.jar automatically but only if JDK is < 1.9 as after 1.8 the tools.jar is not required
Change-Id: I1b19ed8f5a5f1ed5de5f2727f6baa020ad72bfcd
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-18 17:23:23 +02:00
Florent BENOIT b9300dba80 Use version from che-parent repository, we should not define version in project.
Change-Id: I3cf8dc6875c29b649328c92792214b2b447a1315
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-18 17:23:14 +02:00
Anatoliy Bazko 7a84f130f6 FixUp (#6801) 2017-10-18 13:01:55 +00:00
Oleksandr Garagatyi 90142e268c Move Docker client to Docker infrastructure packaging (#6779)
Also, remove OpenShiftConnector as it is replaced with OpenShift
infrastructure.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-10-18 15:08:55 +03:00
Anatoliy Bazko d3278187fb CHE-6545: Add condition for breakpoints (#6763) (#6786) 2017-10-18 11:46:00 +00:00
Florent BENOIT eee2bb681f Apply sort pom
Change-Id: I88aa8e8b34772357faf203eb9d1a1fdafc53226c
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-18 00:18:38 +02:00
Florent BENOIT 7a3bb3f5b7 Apply fixes to update maven plugins
- errorprone : ignore test methods that are using testxyz() pattern but are not annotated by @Test
- Remove  deprecated stuff (for example use descriptors/descriptor for maven-assembly plugin
- Remove unnecessary stubbing
- fix dependencies

Change-Id: I16f512fc3bfd542463d3b0d3c062f45ceb5ac6b2
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-17 21:44:00 +02:00
Sergii Kabashniuk f34021b968 Remove svn plugin (#6745)
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2017-10-17 15:19:04 +03:00
Sergii Kabashniuk e321ab00b1 Merge with master 2017-10-15 14:33:47 +03:00
Florent BENOIT 9581a9bbef Move to mockito 2.10
Some changes are required like
 - anyString() --> nullable(String.class) for many tests as in fact we provide null values
 - add class for VerificationMode as there are more than one method now (can't use lambdas)
 - remove cast on ArgumentMatcher (now we can use lambdas as there is generics)
 - remove unecessary stubbing (mockito is now reporting un-needed stubs)

Change-Id: I69c7ccc86bc85a4401d5e33671229ae0ce560dbb
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-15 10:34:15 +02:00
Roman Iuvshyn abe3271908 RELEASE: Set next development version (#6692)
* RELEASE: Set next development version
2017-10-14 20:17:04 +03:00
Oleksandr Garagatyi 03cb20ad64 Merge branch 'master' into che6
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-10-14 17:00:09 +03:00
Roman Nikitenko fe6d621302 Clean up 'YamlExtensionManagerViewImpl'
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-10-13 15:25:40 +03:00
Sergii Kabashniuk 70ac13c008 Merge remote-tracking branch 'origin/master' into che6 2017-10-12 16:14:51 +03:00
Dmytro Kulieshov c35d27e7eb Removing deprecated FileTreeWatcher (#6688) 2017-10-12 15:21:55 +03:00
Artem Zatsarynnyi 5041b59e6e Merge branch 'master' into spi 2017-10-12 11:54:46 +03:00
Josh Pinkney 1870d7dd83 Integrated yaml language server (#6371)
Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
2017-10-11 17:05:16 +02:00
Artem Zatsarynnyi 22c21265aa Merge branch 'master' into spi 2017-10-11 10:16:43 +03:00
Igor Vinokur 4f09d1d00f CHE-5340: Rework 'VcsChangeMarkerRenderFactory' initialization (#6658)
Add ability to implement VcsChangeMarkerRenderFactory from multiple places
2017-10-10 17:00:46 +03:00
Valeriy Svydenko e2439d78d9 Send events from server to client about project's changes (#6628) 2017-10-10 15:46:27 +03:00
Yevhen Vydolob f65836ac43 #6624 send subscribe message when ws agent started (#6634)
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-10-10 09:22:52 +02:00
Yevhen Vydolob 59abab922c Language Server Protocol Rename implementation (#6615)
* #1806 add service and UI for rename feature
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-10-09 16:06:53 +02:00