Commit Graph

1500 Commits (c19ccdcdee48d99437e15155612427417a638dcf)

Author SHA1 Message Date
Max Shaposhnik 02504d2470
Make workspace expiration data persistent & shareable. 2018-03-28 12:11:06 +03:00
Roman Iuvshyn e006334aad
RELEASE: Set next development version (#9268) 2018-03-28 10:58:30 +03:00
Roman Nikitenko d8d24aece6 CHE-9186. Fix handling messages from Maven server after workspace restart
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-03-23 14:57:42 +02:00
Igor Vinokur 3c9a9617f2
CHE-9067: Fix bug with git colors in editor tabs (#9088) 2018-03-16 16:34:20 +00:00
Jonah Graham c69cf5135c CHE-8557: No Dto available for FormattingOptions (#8784)
* CHE-8557: No Dto available for FormattingOptions

The Dto isn't needed for FormattingOptions as it is really a specialized
Map and the types that contain a FormattingOptions field handle
the field as a Map during JSON serialize/deserialize

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>

* CHE-8557: Test cases for Either deserializing

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>

* CHE-8557: Fix Either handling when deserializing on the server

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>

* CHE-8557: Use actual type for Map conversions

The is necessary to ensure handling types which are of type Map are
still instantiated in their real type. Consider
DocumentFormattingParams.setOptions() which takes a FormattingOptions
class.

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>

* CHE-8557: Register LSP4J's Either adapter factory

This is effectively a follow up CHE-3103 which uses Gson directly
to serialize/deserialize Json. To support LSP4J's Either types,
the either type adapter factory is needed.

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>

* load EitherTypeAdapterFactory for registration

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
2018-03-16 15:09:01 +02:00
Roman Nikitenko c69a452c37 CHE-8958. Do not duplicate Error/Warnings items in Preferences
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-03-16 11:10:16 +02:00
Roman Iuvshyn dbdac2a604
RELEASE: Set next development version (#9038) 2018-03-07 17:53:03 +07:00
Vladyslav Zhukovskyi 4d09c9bb1f
Buffer input file change events and disable file tracking during git reset (#8889)
* Buffer input file change events and disable file tracking during git reset

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Process exceptional situation and resume file watcher service

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Fix formatting

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Working copy

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-03-06 12:27:09 +02:00
Sergii Kabashniuk c038406f63
Restore Che5 factory behaviour. (#9000)
Factories without configuration will have terminal and exec agent enabled.
2018-03-03 16:25:12 +02:00
Roman Nikitenko ae9d9899e6 CHE-7975. Fix displaying Pull Request Panel
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-02-27 15:43:26 +02:00
Max Shaposhnik 2f856319e9
Remove outdated plugin (#8911) 2018-02-26 15:30:38 +02:00
Vitalii Parfonov 3d4a91f39d
Reset showInheritedMembers flag on each action calls (#8879)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-02-23 20:19:03 +02:00
Max Shaposhnik e40a2902bb
Perform liveness checks of wsagent by dedicated URL 2018-02-21 12:15:12 +02:00
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 be0d15d522
set correct version in newly contributed plugin (#8807) 2018-02-15 20:39:59 +02:00
Hanno Kolvenbach 0a7cf2eb3a ClangD support for Eclipse Che (#7516)
* ClangD ported to Che6

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>

* removed launch scripts

* added scripts for ubuntu and debian

* moved command to launch script. hide error messages

* fixing wrong positioning of code completion items

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>

* removed comments, updated script for other OS

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>

* updated language server script

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>

* added new line

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>

* updated version

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>

* fixed newline

Signed-off-by: Hanno Kolvenbach <kolvenbach@silexica.com>
2018-02-15 17:37:26 +02:00
Roman Iuvshyn e2762411b3
RELEASE: Set next development version (#8773) 2018-02-14 15:00:52 +02:00
RomanNikitenko 4aa3488077 CHE-8747. Fix displaying pull request panel (#8760)
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-02-14 13:41:57 +02:00
Vladyslav Zhukovskyi 3c996da9ce
Support enter press in refactoring rename form (#8754)
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-02-13 15:49:21 +02:00
Vitaliy Guliy be99d16fbe
CHE-7278 Properly handle restarting the workspace (#8612)
* Properly rerun  the workspace

* Properly rerun  the workspace

* Properly rerun  the workspace
2018-02-12 17:58:07 +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
Vitalii Parfonov cca04b880d
Fix failed build (#8658)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-02-07 15:57:50 +02:00
Florent BENOIT 307ee4ff98
Introduce Apache Camel LSP support (#8648)
* Provide Camel Language Server Agent

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-02-07 14:03:59 +01:00
Vitalii Parfonov 9bd0d1c3bc
Add informative messages to the loaders it will helpful for error det… (#8613)
* Add informative messages to the loaders it will helpful for error detection

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-02-07 14:12:06 +02:00
Vladyslav Zhukovskyi 3e7d03df6a
Reorganize Project->New menu (#8621)
* Reorganize Project->New menu

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Fix formatting

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Minor fixes

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-02-06 11:33:41 +02:00
Roman Nikitenko 4e6e8b30db CHE-6765. Prompt to generate ssh key at import private repo from github
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-02-05 14:15:26 +02:00
Roman Nikitenko e70b1f9dfa CHE-8537. Fix displaying of list of organizations for GitHub account
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-02-05 10:35:42 +02:00
Yevhen Vydolob 604e5b08a0
#8509 handle keybinding inside FileStructure Window (#8528)
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
2018-02-01 10:27:50 +02:00
Roman Iuvshyn f50c2ebbf5
RELEASE: Set next development version (#8496) 2018-01-31 17:53:10 +02:00
Oleksandr Andriienko 5c84fc179a
CHE-6923: Provide more space for committer fields in Preferences dialog. (#8480)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2018-01-31 14:43:47 +02:00
Max Shaposhnik 0d57c48fd5
Restore support of single-port Che mode (on docker infra) 2018-01-31 14:27:51 +02:00
Oleksii Orel 4991c940f3 CHE-7555 fix resolve factory flow
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2018-01-31 10:10:45 +02:00
Vitaliy Guliy 6e8dae7e31
Improves debug panel, fixes UI of configure breakpoints popup (#8520) 2018-01-30 17:46:53 +02:00
Oleksii Orel db67256191 CHE-4927 fix light theme styles
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2018-01-25 11:17:09 +02:00
Igor Vinokur eb83d6adae
CHE-7263: Add filtering to File Structure dialog (#8411) 2018-01-25 08:53:07 +00:00
Vitaliy Guliy e7d062eb6e
CHE-7577 CHE6 UI refinements (#8329)
* Squashed commit of the following:

commit 783d12f7c1987ab74aa194da218523bde8a1d4d4
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 20 17:30:49 2017 +0200

    Add missing loading pieces

commit 41288b8ff18257c258bc4b2c69ae2d30fc041a97
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 20 16:13:09 2017 +0200

    Add missing loading pieces

commit 7cdadf825420946e5b5eee29de72f91a29a7af9e
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Tue Dec 19 15:38:03 2017 +0200

    Add missing loading pieces

commit 79b88c7103e84e2138126b651b16439544bd22cb
Merge: 33a9af0cd9 ec91a22643
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Tue Dec 19 15:16:06 2017 +0200

    Merge branch 'che6' into CHE-7330

commit 33a9af0cd99ade63dcfcd5123e661a7ca80c1b37
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Tue Dec 19 15:15:11 2017 +0200

    Add missing loading pieces

commit c03250039385b39faba9d97c1b6d080070bd28fa
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Tue Dec 19 11:25:20 2017 +0200

    Add missing loading pieces

commit b8ad09f8624151d619eb34b434d372175cdc9f20
Merge: 16936f5350 ec0edba84d
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Mon Dec 18 09:46:12 2017 +0200

    Merge branch 'che6' into CHE-7330

commit 16936f53509a110c8626ea412969caa13a80b38f
Merge: b9aad88422 419824c9d3
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 13 16:54:35 2017 +0200

    Merge branch 'che6' into CHE-7330

commit b9aad8842231d436b350d63c35eb7dd0540f1890
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 13 16:50:23 2017 +0200

    Add missing loading pieces

commit aa255992922fa5217ee968ed8e98e2acb78610a7
Merge: 3262c44e13 9af677e958
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 13 13:01:38 2017 +0200

    Merge branch 'CHE-7330' of github.com:eclipse/che into CHE-7330

commit 3262c44e132f8ac95967dc3deecfe23206d56d46
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 13 13:00:32 2017 +0200

    Add missing loading pieces

commit 9af677e95878db358291c5f2c86b401d87373ccc
Author: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
Date:   Sat Dec 9 19:05:46 2017 +0200

    Add an ability to hide machines output tabs

    Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

commit a9ccd7381e746ca2a9fb5445b649d1dfac643afa
Author: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
Date:   Fri Dec 8 11:39:02 2017 +0200

    Add event to display output event by machine name (#7782)

    Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

commit f051d594e1f52fa48e37c8fdd3d591c502326a78
Merge: fb4f8c020b 4ca92c9bc4
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Thu Dec 7 09:32:14 2017 +0200

    Merge branch 'che6' into CHE-7330

commit fb4f8c020b966e04473cf18e45cafff9ad061cd6
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date:   Wed Dec 6 17:22:15 2017 +0200

    Add missing loading pieces

* Add missing loading pieces

* Add missing loading pieces

* Add missing loading pieces

* Add missing loading pieces

* Add missing loading pieces

* Move MachineStatusChangedEvent to che-core-ide-app from ide-api

* Fix formatting

* Rename 'serverDefined' on 'serverRunning'

* Revert script for test language server.

* Add header in list of machines

* Revise processes tree nodes, toolbar in output console

* Revise processes tree nodes, toolbar in output console

* Use consistent font size and styles in the project explorer, editor tabs

* Review the separator styles , reduce popup menu width if menu doesn't have icons

* Review the separator styles , reduce popup menu width if menu doesn't have icons

* Popups refinements

* Popups refinements

* UI refinements

* UI refinements

* Fixing copyright

* Replace irons for Run and Debug buttons in top menu

* Replace irons for Run and Debug buttons in top menu

* UI refinements

* UI refinements

* Cleanup

* Open terminal in split panels

* Fix formatting
2018-01-19 16:05:44 +02:00
Jonah Graham bf639e3ca5 CHE-8304: Support DTO generating for new LSP4J constructs
Support for classes that extend a Map type and Either3.
See org.eclipse.lsp4j.FormattingOptions

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2018-01-18 11:59:34 +01:00
Mykhailo Kuznietsov 2c2bd6637c
Set new year in license headers (#8244) 2018-01-11 16:04:49 +02:00
Max Shaposhnik 035fd6c7ff
Restore functionality of uploading SSH keys to machine on startup. 2018-01-11 09:59:41 +02:00
Igor Vinokur 1589cd8302
CHE-6968: Add filtering by project in Git Colorizers (#8102) 2018-01-05 14:38:24 +00:00
Vitalii Parfonov 5f0c86d018
Added small delay before update presentation state this is need for correct UI initialization (#8199)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-01-05 16:29:17 +02:00
Igor Vinokur 88d593b9ac
CHE-7524: Separate text color from background in search widgets (#8144) 2018-01-05 13:58:46 +00:00
Igor Vinokur 7c8727c2f9
CHE-7872: Fix errors in browser console when closing Git Branches dialog (#8169) 2018-01-05 13:02:26 +00:00
Vladyslav Zhukovskyi b88cd9958d Update icon for yaml file type
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-01-03 15:54:51 +02:00
Roman Iuvshyn 71704ab3a7
RELEASE: Set next development version (#8135) 2018-01-03 14:13:25 +02:00
Igor Vinokur 85fa208db5
CHE-7872: Rework Git branch dialog filter to have focus from the whole window (#8059) 2017-12-29 13:18:22 +00:00
Vitalii Parfonov 2e449a9e8c
Add all needed classes to the org-eclipse-search from original Eclipse artifact org.eclipse.search (#8078)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-12-29 12:08:23 +02:00
Igor Vinokur 3fb347a115
CHE-8000: Fix Git commit window sizes (#8072) 2017-12-28 11:02:33 +00: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
Max Shaposhnik 7aacccff28
Fix load user repo in sigle user mode (#8052) 2017-12-27 13:59:32 +02:00