Commit Graph

95 Commits (7b6bb02e92a5e9bcd282ed291c4bb4d8b233ff4e)

Author SHA1 Message Date
Dmitry Shnurenko ba9b269375 CHE-131: Fix losing focus in editor after closing 'File structure' dialog 2016-03-01 17:32:52 +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
Max Shaposhnik 88b79179c1 Merge pull request #585 from eclipse/CODENVY-170
CODENVY-170 add promise-based authorization method to OAUth authenticators; prevent project synchronizing when factory used
2016-03-01 14:13:42 +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
Alexander Garagatyi 5274858e74 fix NPE because of incorrect usage of firstNonNull
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-01 12:21:23 +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
Alexander Garagatyi 4f1d9708d1 CHE-275: rename DOCKER_MACHINE_HOST to CHE_DOCKER_MACHINE_HOST
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-01 10:48:27 +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
Vitaly Parfonov 0b95c8f812 Add pendency on Guava
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-02-29 15:12:06 +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 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
Igor Vinokur 0af0f966ed CHE-521: Perform git init command without initial commit 2016-02-29 11:02:55 +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
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 211cde5336 Add promise based getRepository method to the GithubServiceClient 2016-02-26 14:45:31 +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
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 efd10d0990 CHE-141: Add client side validation for packages' and class' names 2016-02-25 16:08:12 +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
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
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 783f9016b4 Remove usage of wrong Strings class
Signed-off-by: Sergii Leschenko <sleschenko@codenvy.com>
2016-02-25 12:33:39 +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
Dmitry Shnurenko 5c778d5452 CHE-270: Change "Help > Support" to "Help > Community" 2016-02-24 15:03:51 +02:00
Anton Korneta 647a0f4483 Merge pull request #470 from eclipse/CODENVY-31
CODENVY-31: Replaced messages from git importer on error codes
2016-02-24 10:33:08 +02:00
Dmitry Shnurenko 020b6e5fbc Merge pull request #486 from eclipse/CHE-147
CHE-147: Fix updating editor tab after file renaming
2016-02-24 10:11:41 +02:00
Anton Korneta fb7d5591d6 CODENVY-31: Replaced messages from git importer on error codes
Also added git checkout event which goes through by websocket connection

Signed-off-by: Anton Korneta <akorneta@codenvy.com>
2016-02-24 09:35:36 +02:00
Dmitry Shnurenko 0578bedd4b CHE-147: Fix updating editor tab after file renaming 2016-02-24 09:28:37 +02:00
Aleksandr Andrienko 229bfb121d Fix lowercase first letter of the RenameRefactoringAction description
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-02-24 02:38:52 +02:00
Anatoliy Bazko 1156e0ce94 CHE-127: Load repo button on import from Github takes too much time
Signed-off-by: Anatoliy Bazko <abazko@codenvy.com>
2016-02-23 17:41:47 +02:00
Anatoliy Bazko d9bae60680 fixup! CHE-127: Load repo button on import from Github takes too much time 2016-02-23 16:56:25 +02:00
Anatoliy Bazko 94538c71db fixup! CHE-127: Load repo button on import from Github takes too much time 2016-02-23 16:53:52 +02:00
Anatoliy Bazko 50d489092f CHE-127: Load repo button on import from Github takes too much time
Signed-off-by: Anatoliy Bazko <abazko@codenvy.com>
2016-02-23 16:24:58 +02:00
Anatoliy Bazko 60d9320fb5 CHE-127: Load repo button on import from Github takes too much time
Signed-off-by: Anatoliy Bazko <abazko@codenvy.com>
2016-02-23 14:09:00 +02:00
Valeriy Svydenko 1e8714a9f5 Merge pull request #466 from eclipse/CHE-165_2
CHE-165: show move wizard after performing 'Cut' operation in project…
2016-02-22 15:45:23 +02:00
Valeriy Svydenko 2755edc8b6 Merge pull request #433 from eclipse/CHE-165
CHE-165: add an ability to apply completion proposal automatically
2016-02-22 15:44:48 +02:00
Valeriy Svydenko 42f0744dad CHE-165: add an ability to apply completion proposal automatically
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-02-22 15:43:38 +02:00
Valeriy Svydenko 7a2df06164 CHE-165: show move wizard after performing 'Cut' operation in project explorer for the java items 2016-02-22 15:13:19 +02:00
Dmitry Shnurenko 1750389aee CHE-555: Fix wrong preview URL 2016-02-22 15:05:01 +02:00
Max Shaposhnik 0235c85ab9 Merge pull request #434 from eclipse/CLDIDE-2693
Show auth window when performing import project from private repo or use factory with private repo
2016-02-22 12:20:43 +02:00
Max Shaposhnik 9465a574d9 Show auth window when performing import project from private repo or use factory with private repo
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-02-22 11:52:45 +02:00
Eugene Ivantsov c20b467ced Fixed tests
Signed-off-by: Eugene Ivantsov <eivantsov@codenvy.com>
2016-02-22 11:22:23 +02:00