Commit Graph

96 Commits (2dd77ecf210dc22af938283f85af53d26158c4e9)

Author SHA1 Message Date
Igor Vinokur 2dd77ecf21 CHE-414: Display staged changes in green when status called 2016-03-02 14:54:04 +02:00
Roman Iuvshin bbeeb21bfe [maven-release-plugin] prepare for next development iteration 2016-03-01 19:42:14 +00:00
Roman Iuvshin 8ca2ca16bf [maven-release-plugin] prepare release 4.0.0-RC9 2016-03-01 19:42:11 +00:00
Aleksandr Andrienko 0f712f232f Merge pull request #557 from eclipse/fixStackTypeAdaptersProvider
Fix use of the wrong gson adapter
2016-03-01 19:02:19 +02:00
Aleksandr Andrienko fa9b539eba Fix use of the wrong gson adapter
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-01 19:00:00 +02:00
Vladyslav Zhukovskii eed529369d Fetch module config directly from item reference
Get children operation (on the server side, project service) is returning item reference with project configuration for the module if such exists. Client based on this information may faster construct module node instead of making additional request for the configuration.

Note: temporary solution will be alive before new changes will be merged (related to new project type with server side vfs refactorings)

Related issue: CHE-660

Squashed commit of the following:

commit e86d058795c7bd1cb30221b6e79b376d662ad191
Merge: 32caa18 7b6bb02
Author: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
Date:   Tue Mar 1 17:42:55 2016 +0200

    Merge branch 'master' into CHE-660

commit 32caa185e3cd18cbe71fa644a733abaaacc9562a
Author: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
Date:   Tue Mar 1 17:37:36 2016 +0200

    Fetch module config directly from item reference

commit 04513ae3c58624028405e3b62edfacf7e13807ef
Author: Dmitry Shnurenko <dshnurenko@codenvy.com>
Date:   Tue Mar 1 17:06:12 2016 +0200

    CHE-660: Add java doc

commit 20e99f884e434b726cd2066b4f3663b86c77e455
Author: Dmitry Shnurenko <dshnurenko@codenvy.com>
Date:   Tue Mar 1 16:57:56 2016 +0200

    CHE-660: Improve server side code to less time of getting project

Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-03-01 17:47:08 +02:00
Mykola Morhun 9ede51451a Merge pull request #596 from eclipse/toggle-breakpoint-description
Add description for toggle breakpoint action
2016-03-01 16:34:34 +02:00
Vitaliy Guliy 5ba3a58975 CHE-388 Don't use ugly browser prompt box to display 'Go to line' dialog window
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-01 15:21:12 +02:00
Mykola Morhun a47d70c638 Added description for toggle breakpoint action
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-03-01 14:24:09 +02:00
Max Shaposhnik 5f9026eebf CODENVY-170 rename autghorize method to authenticate
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-03-01 12:36:57 +02:00
Max Shaposhnik e6a68d6039 CODENVY-170 add promise-based authorization method to OAUth authenticators; prevent project synchronizing when factory used
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-03-01 11:54:58 +02:00
Florent BENOIT 83b066aa6c CHE-641 Add blank example project with a blank ready to go stack
Change-Id: I0b87ea76a7b2aaca698695fe697ca6b344d58d8c
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-03-01 10:23:11 +01:00
Oleksii Orel 51dc83f93a CODENVY-104: add new font awesome icons
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-02-29 15:38:45 +02:00
Anatoliy Bazko bceeb307af Merge pull request #534 from eclipse/CHE-359
CHE-359: Guide the user while connecting the remote debugger
2016-02-29 15:32:11 +02:00
Anatoliy Bazko 8f93ee6c30 CHE-359: Guide the user while connecting the remote debugger 2016-02-29 15:06:52 +02:00
Vitaliy Guliy 135df0d016 Merge pull request #545 from eclipse/CHE-124
CHE-124 Create/Import wizards are displaying errors while nothing is entered
2016-02-29 12:57:50 +02:00
Dmitry Shnurenko 2f7027135f CHE-75: Cut long names in editor tab 2016-02-29 12:40:35 +02:00
Vitaliy Guliy 8a90fe2d5e CHE-124 Create/Import wizards are displaying errors while nothing is entered
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-29 12:38:16 +02:00
Alexander Garagatyi 5dad4fe7b5 Merge pull request #518 from eclipse/CHE-22
CHE-22: check environment parameter on workspace start
2016-02-29 11:41:46 +02:00
Igor Vinokur 0af0f966ed CHE-521: Perform git init command without initial commit 2016-02-29 11:02:55 +02:00
Alexander Garagatyi 29865528df CHE-22: check environment parameter on workspace start
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-02-29 10:28:21 +02:00
Roman Iuvshin 3190022814 [maven-release-plugin] prepare for next development iteration 2016-02-28 19:34:00 +00:00
Roman Iuvshin d8964d886b [maven-release-plugin] prepare release 4.0.0-RC8 2016-02-28 19:33:57 +00:00
Alexander Garagatyi 0239b5aba0 CHE-81: fix ws agent pinging
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-02-27 00:10:05 +02:00
Sergii Kabashniuk 6c5e80118f Merge pull request #489 from stour/CODENVY-106
adding setAuthorizationHeader method
2016-02-26 22:45:07 +02:00
Yevhenii Voevodin cebb19f78e Merge pull request #544 from eclipse/fix_jsoauth_window
Disappear JsOauthWindow after action is performed
2016-02-26 18:06:29 +02:00
Yevhenii Voevodin 137f1d0076 Disappear JsOauthWindow after action is performed 2016-02-26 17:46:01 +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
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
Dmitry Shnurenko 1c45ad6e2f CHE-559: Fix output of creating new machine in existed workspace 2016-02-26 12:28:36 +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 2ccad0e7a5 CHE-12: Fix NPE when there is no tags 2016-02-26 09:10:47 +02: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
Yevhenii Voevodin dc3395f9a2 Add generic String to the ArrayList creation 2016-02-25 19:15:27 +02:00
Stéphane Tournié 7a1df9b677 adding setAuthorizationHeader method
Signed-off-by: Stéphane Tournié <stephane.tournie@serli.com>
2016-02-25 17:57:51 +01: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
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
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
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