Commit Graph

249 Commits (ccfd0924dffa6d1ebfde6477a2c8d4eeb0da2d10)

Author SHA1 Message Date
Vitalii Parfonov ccfd0924df Merge pull request #541 from eclipse/wsAgentStateEvent
Improve handling of ws agent started event
2016-02-26 17:16:43 +02:00
Vitaly Parfonov f8c94e6b27 Improve handling of ws agent started event
Add checking on ready state for websocket connection.
Make it possible rout org.eclipse.che.api.core.rest.ApiInfoService on wsAgent form MachineExtensionProxyServlet.
Renamee package in assembly-machine-war to more accurate for it

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-02-26 17:15:06 +02:00
Valeriy Svydenko defef64b71 Merge pull request #538 from eclipse/CHE-514
CHE-514: fix jdt tests
2016-02-26 17:10:06 +02:00
Valeriy Svydenko b09c14ed18 CHE-514: fix jdt tests 2016-02-26 16:47:43 +02:00
Yevhenii Voevodin 79df78bd29 Merge pull request #540 from eclipse/improve_github_service
Add promise based getRepository method to the GithubServiceClient
2016-02-26 16:36:17 +02:00
Florent BENOIT d98b7b94e1 CHE-611 fix links to get channels due to model change on machine config
Change-Id: I3aa6359021e00b2c5653abf8b358884a052f35e9
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-26 14:13:13 +01:00
Florent BENOIT 660d58d51c CHE-603 allow to plug new route
Change-Id: Iac866c734f71f35d405cced67feccb756ea44cea
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-26 14:09:01 +01:00
Florent BENOIT d09773183c CHE-602 allow to send to ide new parameters
Change-Id: I0a10ca6a2ad403349a87ba80b124918eca7bff11
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-26 14:09:00 +01:00
Florent BENOIT 6aad4e3549 CODENVY-132 FactoryWorkspaceComponent is reusing a previously created workspace
Change-Id: I4d3d4cd9693b1443d4aeebd9148a9668679681bb
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-26 14:09:00 +01:00
Yevhenii Voevodin 211cde5336 Add promise based getRepository method to the GithubServiceClient 2016-02-26 14:45:31 +02:00
Dmitry Shnurenko db2aac7f40 Merge pull request #539 from eclipse/CHE-559
CHE-559: Fix output of creating new machine in existed workspace
2016-02-26 12:41:26 +02:00
Dmitry Shnurenko 1c45ad6e2f CHE-559: Fix output of creating new machine in existed workspace 2016-02-26 12:28:36 +02:00
Sergii Kabashniuk b19edf58cc Merge pull request #528 from eclipse/CODENVY-88
CODENVY-88 Setup new jvm defaults
2016-02-26 11:00:43 +02:00
Sergii Kabashniuk 281a32bcaa CODENVY-88 Set up jvm defaults and all java options in che.sh. Used a non-blocking entropy source 2016-02-26 11:00:19 +02:00
Dmitry Shnurenko 0057a88c8b Merge pull request #525 from eclipse/CODENVY-122
CODENVY-122: Fix appearing create ws pop-up after start or open last used workspace
2016-02-26 10:25:35 +02:00
Dmitry Shnurenko e56bac5211 CODENVY-122: Fix appearing create ws pop-up after start or open last used workspace 2016-02-26 10:24:10 +02:00
Dmitry Shnurenko b702ab5424 Merge pull request #527 from eclipse/CHE-12
CHE-12: Fix NPE when there is no tags
2016-02-26 09:14:34 +02:00
Dmitry Shnurenko 2ccad0e7a5 CHE-12: Fix NPE when there is no tags 2016-02-26 09:10:47 +02:00
Roman Iuvshin 77fb34f65e RELEASE:Set next development version of parent pom 2016-02-25 21:09:43 +00:00
Roman Iuvshin 1bcf828d35 RELEASE:Set next dev versions 2016-02-25 21:09:18 +00:00
Roman Iuvshin 51c785523a [maven-release-plugin] prepare for next development iteration 2016-02-25 20:37:09 +00:00
Roman Iuvshin a3030e1c4d [maven-release-plugin] prepare release 4.0.0-RC7 2016-02-25 20:37:06 +00:00
Roman Iuvshin 71f8675366 RELEASE:Set tag versions 2016-02-25 19:53:35 +00:00
Roman Iuvshin 6177fdf34f RELEASE:Set tag of parent pom 2016-02-25 19:53:27 +00:00
Yevhenii Voevodin dc3395f9a2 Add generic String to the ArrayList creation 2016-02-25 19:15:27 +02:00
Vladyslav Zhukovskyi 1082978419 Merge pull request #523 from eclipse/CHE-589
Exclude non-source directories from java project
2016-02-25 17:00:32 +02:00
Dmitry Shnurenko b163c2cc81 Merge pull request #513 from eclipse/CHE-141
CHE-141: Add client side validation for packages' and class' names
2016-02-25 16:09:44 +02:00
Dmitry Shnurenko efd10d0990 CHE-141: Add client side validation for packages' and class' names 2016-02-25 16:08:12 +02:00
Sergii Leschenko cacfd19fe9 Merge pull request #510 from sleshchenko/eventService
Fix generic type for subscribe method of EventService
2016-02-25 15:46:13 +02:00
Vladyslav Zhukovskii 049c60d595 Exclude non-source directories from java project
If java project (not maven) has language attributem then we search source folder definition in attributes and if no one was found then dont mark folder as source folder.

Relevant issue: CHE-589 (Broken project tree).

Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-02-25 15:44:43 +02:00
Yevhenii Voevodin 333e716647 Merge pull request #520 from eclipse/project_fixes
Poject & Factory & GitServiceClient improvements
2016-02-25 15:42:17 +02:00
Max Shaposhnik bc25f1d43a Merge pull request #521 from eclipse/wsFix2
Fix of websocket closed errors
2016-02-25 15:40:27 +02:00
Max Shaposhnik d9e812fcec Fix of websocket closed errors
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-02-25 15:39:49 +02:00
Yevhenii Voevodin 8ea9fcc169 Use list instead of null, when setting project attribute values 2016-02-25 15:32:11 +02:00
Vitaliy Guliy 1741514e6d Merge pull request #514 from eclipse/CHE-395
CHE-395 Add visual feedback to clarify whether machine process is finished or still running
2016-02-25 15:17:25 +02:00
Sergii Leschenko a324943b0b Fix generic type for subscribe method of EventService
Events of type <T> can be accepted by EventSubscribers that can accept T and its super classes (not T and its child classes)
These changes are needed to avoid throwing of ClassCastException.

Signed-off-by: Sergii Leschenko <sleschenko@codenvy.com>
2016-02-25 15:08:28 +02:00
Yevhenii Voevodin 8b92440cc6 Exclude projects without location from the workspace 2016-02-25 14:42:31 +02:00
Yevhenii Voevodin b9dfb4eef2 Publish event when currentProject#rootProject is already set 2016-02-25 14:42:31 +02:00
Yevhenii Voevodin 0eab844eb5 Add status method which returns promise 2016-02-25 14:42:31 +02:00
Anton Korneta 61e84f629c Merge pull request #508 from eclipse/fix_git_find_remote
Fix finding of git remote branches
2016-02-25 13:05:12 +02:00
Anton Korneta 7b4cc2ece5 Fix finding of git remote branches
Signed-off-by: Anton Korneta <akorneta@codenvy.com>
2016-02-25 13:04:29 +02:00
Igor Vinokur 96036546bb Merge pull request #505 from eclipse/CHE-10
CHE-10: Set memory limits in build phase of Dockerfile
2016-02-25 12:56:30 +02:00
Vitaliy Guliy 0799a4cee3 CHE-395 Add visual feedback to clarify whether machine process is finished or still running
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-25 12:47:42 +02:00
Sergii Leschenko d8038eb19b Merge pull request #511 from sleshchenko/isNullOrEmpty
Remove usage of wrong Strings class
2016-02-25 12:33:56 +02:00
Sergii Leschenko 783f9016b4 Remove usage of wrong Strings class
Signed-off-by: Sergii Leschenko <sleschenko@codenvy.com>
2016-02-25 12:33:39 +02:00
Vladyslav Zhukovskyi 8a45991cd7 Merge pull request #493 from eclipse/CHE-572
Fix equality bug in paste action
2016-02-25 11:48:08 +02:00
Mykola Morhun 95ede5cb30 Merge pull request #414 from eclipse/CHE-2
CHE-2: Add shortcuts to work with debugger. Add menu items to work with debugger into the Run top menu. Refactor of the toolbar in debugger panel.
2016-02-25 11:32:45 +02:00
Mykola Morhun 838e81ab71 CHE-2: Add shortcuts to work with debugger. Add menu items to work with debugger into the Run top menu. Refactor of the toolbar in debugger panel.
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-02-25 11:14:40 +02:00
Igor Vinokur de84bc7bc9 CHE-10: Set memory limits in build phase of Dockerfile
Signed-off-by: Igor Vinokur <ivinokur@codenvy.com>
2016-02-25 10:57:03 +02:00
Florent BENOIT 4af9c14918 CHE-510 Update font size
Change-Id: I8f1a683250c90e07d06c75d2fab6cd4a5f8ba20f
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-25 08:22:45 +01:00