Vitalii Parfonov
3d7f7f9c54
Add ability found artifacts in repositories described in pom.xml ( #8801 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-02-16 14:05:14 +02:00
Roman Iuvshyn
e2762411b3
RELEASE: Set next development version ( #8773 )
2018-02-14 15:00:52 +02:00
Vladyslav Zhukovskyi
ab6284519f
Refactored Window class ( #8374 )
...
* Refactored Window class
- Clean up the interface of Window class;
- Move GWT specific functionality to bridge (CompositeWindowView) which is responsible only for construct window object on the view;
- Better handling key press events on the windows;
- Adopted Window implementations to use new interface of Window class;
- Move utility methods such as detecting whether widget is in focus to DomUtils utility class.
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Merge branch 'master' into che#7200
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
# Conflicts:
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/factory/json/ImportFromConfigViewImpl.java
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/resources/selector/SelectPathViewImpl.java
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/upload/file/UploadFileViewImpl.java
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/upload/folder/UploadFolderFromZipViewImpl.java
# ide/che-core-ide-ui/src/main/resources/org/eclipse/che/ide/ui/window/CompositeWindowView.css
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/checkout/CheckoutReferenceViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/compare/CompareViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/fetch/FetchViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/history/HistoryViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/merge/MergeViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/pull/PullViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/push/PushToRemoteViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/remote/RemoteViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/reset/commit/ResetToCommitViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/reset/files/ResetFilesViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/revert/RevertCommitViewImpl.java
# plugins/plugin-help/che-plugin-help-ext-client/src/main/java/org/eclipse/che/ide/ext/help/client/about/AboutViewImpl.java
* Fix errors
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Code improvements
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Rename variable
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix npe
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Update locators
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Resolve conflicts
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Adopting the code after merge
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix test
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Remove commented code
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Used corrected method
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Use single import instead of wildcard
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* New line
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Code refinment
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix wildcard imports
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-02-12 15:23:28 +02:00
Roman Iuvshyn
f50c2ebbf5
RELEASE: Set next development version ( #8496 )
2018-01-31 17:53:10 +02:00
Mykhailo Kuznietsov
2c2bd6637c
Set new year in license headers ( #8244 )
2018-01-11 16:04:49 +02:00
Roman Iuvshyn
71704ab3a7
RELEASE: Set next development version ( #8135 )
2018-01-03 14:13:25 +02:00
Sergii Kabashniuk
5686615922
Allow overriding wsagent and maven server ram ( #8023 )
...
Removed limitation for environment variables values to be less than 255 characters.
User can set JAVA_OPTS in env variables of workspace
User can set MAVEN_OPTS in env variables of workspace
User can set CHE_WORKSPACE_WSAGENT_JAVA_OPTIONS java opts to adjust java opts of ws-agent
User can set CHE_WORKSPACE_MAVEN__SERVER__JAVA__OPTIONS java opts to adjust java opts of the maven server
Admin can set CHE_WORKSPACE_JAVA__OPTIONS to adjust default value of JAVA_OPTS of all workspaces
Admin can set CHE_WORKSPACE_MAVEN__OPTIONS to adjust default value of MAVEN_OPTS of all workspaces
Admin can set CHE_WORKSPACE_WSAGENT__JAVA__OPTIONS to adjust default value of JAVA_OPTS of all ws-agents
Admin can set CHE_WORKSPACE_MAVEN__SERVER__JAVA__OPTIONS to adjust default value of JAVA_OPTS of all maven servers
If admin will configure CHE_WORKSPACE_HTTP__PROXY this values will be used in JAVA_OPTS , MAVEN_OPTS , and jvm options for ws-agent and maven-server
che.workspace.java_options=-XX:MaxRAM=150m -XX:MaxRAMFraction=2 ...
che.workspace.maven_options=-XX:MaxRAM=150m -XX:MaxRAMFraction=2 ...
che.workspace.wsagent_java_options=-XX:MaxRAM=600m -XX:MaxRAMFraction=1 ...
che.workspace.maven_server_java_options=-XX:MaxRAM=128m -XX:MaxRAMFraction=1 ..
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2017-12-27 17:13:33 +02:00
Vitalii Parfonov
0a772ca76e
CHE-6848: Navigation to file improvement: Provide filtering binary files and sorting results by extensions ( #7983 )
2017-12-22 13:06:47 +02:00
Roman Iuvshyn
5a6d3910b2
RELEASE: set next dev version ( #7882 )
2017-12-14 15:51:34 +02:00
Vladyslav Zhukovskyi
f363f7ce72
Correct update hierarchy of folders when user modifies maven project structure ( #7696 )
...
Correct update hierarchy of folders when user modifies maven project structure
2017-12-08 11:32:44 +02:00
Dmytro Kulieshov
a34f6d43e6
Removed several everrest-websockets dependencies from ws-agent poms ( #7462 )
2017-11-27 14:31:27 +02:00
Roman Iuvshyn
506210325a
RELEASE: set next dev version ( #7523 )
2017-11-23 12:50:56 +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
Sergii Kabashniuk
1fdc6a1d7e
Remove deprecated resources ( #7336 )
2017-11-14 08:47:29 +02:00
Vladyslav Zhukovskyi
53172e37bf
Fix unit test
2017-11-06 14:10:04 +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
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
Vitalii Parfonov
e9627eba3d
Fix maven command template ( #7023 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-10-26 17:23:09 +03: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
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
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
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
22c21265aa
Merge branch 'master' into spi
2017-10-11 10:16:43 +03:00
Valeriy Svydenko
e2439d78d9
Send events from server to client about project's changes ( #6628 )
2017-10-10 15:46:27 +03:00
Artem Zatsarynnyi
685def4d29
Merge branch 'master' into spi
2017-09-21 09:24:39 +03:00
Roman Iuvshyn
8e03d56bfb
RELEASE: Set next development version ( #6345 )
2017-09-19 14:52:53 +03:00
Artem Zatsarynnyi
acce13f30c
Merge branch 'master' into spi
2017-09-15 11:21:33 +03:00
Oleksandr Andriienko
d847b4149f
CHE-5810: Improve client encoding for file or folder path to support special symbols ( #6166 )
2017-09-14 15:47:32 +03:00
Artem Zatsarynnyi
9866284b67
Merge branch 'master' into spi
2017-09-12 11:36:21 +03:00
Florent BENOIT
e56989159a
lazily init the local repository.
...
Change-Id: I7cf8aff6b655f4040426bf9152fe98c6f0d34ef4
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-11 11:03:41 +02:00
Artem Zatsarynnyi
04be689c69
Merge branch 'master' into spi
2017-09-04 11:51:57 +03:00
Roman Iuvshyn
2850a74a11
RELEASE: Set next development version ( #6067 )
2017-08-23 11:11:34 +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
ce3873af82
Merge branch 'master' into spi
2017-08-17 17:16:04 +03:00
Artem Zatsarynnyi
a552e67a76
Merge branch 'master' into spi
2017-08-17 16:40:48 +03:00
Artem Zatsarynnyi
51fed52707
Merge branch 'master' into spi
2017-08-17 15:21:26 +03:00
Igor Vinokur
c9b568dc47
Fix license headers ( #5984 )
2017-08-14 09:12:48 +03:00
Igor Vinokur
b77aeff2ab
CHE-5792: Add ability to adjust viewing 'maven module artifact id' in preferences window ( #5849 )
2017-08-14 08:22:14 +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