Commit Graph

27 Commits (18b0d8fab7a662812e5ff4a31e9ec512e1ea5f8a)

Author SHA1 Message Date
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
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
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
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
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 1750389aee CHE-555: Fix wrong preview URL 2016-02-22 15:05:01 +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
Dmitry Shnurenko 76eca13445 CHE-555: Fix wrong preview URL for application.
Signed-off-by: Dmitry Shnurenko <dshnurenko@codenvy.com>
2016-02-19 17:45:44 +02:00
Vitaliy Guliy a3735d853e CHE-283 Display machine status next to the dev-machine
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-19 11:05:22 +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
Vitaliy Guliy 0e407b8da0 CHE-297 Track not seen outputs in a process
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-16 17:10:02 +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
Vitalii Parfonov 959d3a81c5 Merge pull request #314 from eclipse/setCorrectDepScope
Set correct dependency scope
Classes from che-core-api-project used only in test so buld skip test fail according dependency convergence
2016-02-12 17:22:47 +02:00
Vitaly Parfonov 4b6ebc4a71 Set correct dependency scope
Classes from che-core-api-project used only in test so buld skip test fail according dependency convergence

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-02-12 17:17:57 +02:00
Dmitry Shnurenko a5685d3010 IDEX-4180: Fix copy command-fragment in commands dialog
Signed-off-by: Dmitry Shnurenko <dshnurenko@codenvy.com>
2016-02-12 16:16:46 +02:00
Dmitry Shnurenko c73be50f5f IDEX-3819: Add smart auto-scroll to command's output.
Signed-off-by: Dmitry Shnurenko <dshnurenko@codenvy.com>
2016-02-12 14:31:02 +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