Commit Graph

39 Commits (5670da396c758d0e7c6987e6c486ca5cdd746218)

Author SHA1 Message Date
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
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
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
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
Valeriy Svydenko b09c14ed18 CHE-514: fix jdt tests 2016-02-26 16:47:43 +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
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
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
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
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
Alexander Garagatyi fbba82fe9c Merge pull request #350 from eclipse/IDEX-4222
IDEX-4222: Change model of machine & workspace
2016-02-20 16:44:41 +02:00
Roman Iuvshin 63b08fab17 [maven-release-plugin] prepare for next development iteration 2016-02-20 14:03:35 +00:00
Roman Iuvshin aaf82c04f8 [maven-release-plugin] prepare release 4.0.0-RC6 2016-02-20 14:03:33 +00:00
Alexander Garagatyi b3b38f890a IDEX-4222: Change model of machine & workspace
Machine model changes:
- MachineState was removed, Machine should be used instead
- Machine states API was removed
- Machine includes MachineConfig as field instead of extending it
- All runtime information of machine is in runtime field of Machine.
- Now API call GET */api/machine?workspace=ws-id123456* returns all existing machines of workspace,
including machines with status CREATING, DESTROYING
- Machine channels was removed from. To get channels clients should check links of WorkspaceConfigDto.

Workspace model changes:
- EnvironmentState was removed
- UsersWorkspace includes WorkspaceConfig as field instead of extending it
- Start tmp workspace API returns RuntimeWorkspace instead of UsersWorkspace
- Machine channels are included in links of MachineConfigDto of WorkspaceConfig. Don't try to find them
in runtime machines of RuntimeWorkspaceDto.
- Field activeEnvName in RuntimeWorkspace was renamed to envName in accordance with defaultEnv field
of WorkspaceConfig.

Also:
- add static method cloneDto to DtoFactory
- add getParameter(paramName) method to DTO Link to simplify parameter retrieval

Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-02-20 15:16:21 +02:00
Roman Nikitenko 7000ca53f0 CODENVY-128. Fix configure multimodular project with module without java files.
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-02-19 18:00:04 +02:00
Roman Iuvshin ad56beaac6 [maven-release-plugin] prepare for next development iteration 2016-02-18 20:05:33 +00:00
Roman Iuvshin 5fb393830a [maven-release-plugin] prepare release 4.0.0-RC5 2016-02-18 20:05:30 +00:00
Valeriy Svydenko bf770d1df9 CHE-142:reindex project after the refactoring operation
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-02-18 18:12:49 +02:00
Florent BENOIT e46621c523 CHE-535 Java bare type can be only applied if project has .java files
Change-Id: Ib40eddaa0870655828b11335df6397010c292129
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-18 16:54:42 +01:00
Dmitry Shnurenko b28abee193 CHE-70: Fix wrong behaviour during rename packages.
Signed-off-by: Dmitry Shnurenko <dshnurenko@codenvy.com>
2016-02-16 13:31:53 +02:00
Artem Zatsarynnyi a10b4ea2e9 Merge pull request #343 from eclipse/rework_startup_components
Rework IDE start-up components
2016-02-16 10:46:25 +02:00
Roman Iuvshin 21ff9deb3d [maven-release-plugin] prepare for next development iteration 2016-02-15 21:12:20 +00:00
Roman Iuvshin 84a7e5af2b [maven-release-plugin] prepare release 4.0.0-RC4 2016-02-15 21:12:15 +00:00
Artem Zatsarynnyi 82ca5c9b2d Rework IDE start-up components
Signed-off-by: Artem Zatsarynnyi <azatsarynnyy@codenvy.com>
2016-02-15 18:23:59 +02:00
Valeriy Svydenko 5bf2b5f1e2 IDEX-3756: fix NPE for rename refactoring when the linked editor is active
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-02-15 17:10:49 +02:00
Dmytro Nochevnov 2e46a699c6 IDEX-4129: scroll document to execution point
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2016-02-13 16:14:12 +02:00
Vitaly Parfonov 1b92a9463c IDEX-4309:Use AtomicInteger for debug session id
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-02-12 17:01:19 +02:00
Sergii Kabashniuk f325949cbc Set up maven build of core, plugins, dashboard, assembly
Added maven build of submodules.
Removed duplicated resources
CODE_OF_CONDUCT, CONTRIBUTING, Dockerfile, LICENSE, NUMBERING, README - all move to root please.
Set up default maven JVM config
Moved dependency management from che-dependcies for che dependencies. Theard party dependecies left in che-dependecies
Removed unused travis cunfigs
Removed outdated scm configs

Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:39 +02:00
Sergii Kabashniuk 2795099d2b Added difference between IC and master
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:38 +02:00
Eclipse Che Initial Contribution 867ec65242 Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:36 +02:00