Yevhenii Voevodin
481c65f5cd
CHE-718: Adapt all the infrastructure to the API changes
2016-04-01 18:44:31 +03:00
Vitaly Parfonov
488458ed29
Hide terminal URL
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-28 19:15:07 +03:00
Dmitry Shnurenko
e99c5cbd04
Revert "CHE-708: Add CORS Filter"
2016-03-24 13:12:30 +02:00
Roman Nikitenko
ed9b6925ac
CHE-766. Correct handling of pressing 'enter' on some dialogs
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-24 10:44:09 +02:00
Dmitry Shnurenko
3a8b1c6d6d
CHE-708: Add CORS filter. Remove MachineExtensionProxyServlet
2016-03-24 10:17:29 +02:00
Sergii Kabashniuk
8ad855771d
CHE-781 remove analytics
2016-03-23 06:44:09 +02:00
Vitaly Parfonov
a6f8c1318b
Fix failed build
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 19:05:21 +02:00
Vitalii Parfonov
d8408bba01
Merge pull request #777 from eclipse/CHE-774-1
...
Fix imports
2016-03-22 18:03:36 +02:00
Vitaly Parfonov
88661b0d10
Fix imports
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 18:02:33 +02:00
Vitalii Parfonov
46b0f3726b
Merge pull request #776 from eclipse/CHE-774-1
...
Move test according to https://github.com/eclipse/che/pull/775
2016-03-22 17:59:05 +02:00
Vitaly Parfonov
95e1ad3be6
Move test according to https://github.com/eclipse/che/pull/775
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 17:58:38 +02:00
Vitaly Parfonov
ce7bf43016
CHE-774:fix perspective id & move Action to the better code base
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-03-22 17:02:25 +02:00
Vitaliy Guliy
a48aa2a862
CHE-339 Review and rework the popups that do not extend Window
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-22 12:52:05 +02:00
Vitaly Parfonov
03aa98f19d
CHE-233:Rework Project API with new VFS
2016-03-21 18:11:54 +02:00
Vladyslav Zhukovskii
4c088f7d9d
Support exposed port with tcp suffix
...
Related issue: CHE-738
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-03-21 17:31:22 +02:00
Roman Nikitenko
73ad9f56a3
CHE-730. Fix problems related to refusing WebSocket connection when machine is restarted
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-21 15:39:18 +02:00
Alexander Garagatyi
2cf84acc87
CHE-741: change model of machine server conf and runtime server
...
Add field 'path' to machine server conf.
Add fields 'path', 'protocol' to runtime machine server.
Field 'url' of runtime machine server now includes path if path is
not null.
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-17 12:12:50 +02:00
Roman Nikitenko
6fff40e8c0
Fix NPE at cleaning selections in processes panel
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-16 09:40:38 +02:00
Roman Nikitenko
31a5fd5641
CHE-351. Move Preferences from Help menu to Profile menu
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-15 09:12:23 +02:00
Vitaliy Guliy
97bf08672d
CHE-740 Connect via SSH button in Consoles has no tooltip
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-14 17:16:06 +02:00
Vitaliy Guliy
9f67748457
CHE-396 Rename perspective and Workspace agent
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-14 14:11:14 +02:00
Roman Nikitenko
4d6379d3de
CHE-673. Correct handling buttons of Commands dialog when Enter is clicked
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-11 13:20:09 +02:00
Alexander Garagatyi
1cc53f05e4
CHE-457: add servers conf and env vars to model of machine config.
...
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-11 13:11:17 +02:00
Aleksandr Andrienko
5ecd601ec7
CHE-682: Enable debug buttons when debugger open file without source
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-10 11:41:25 +02:00
Vitaliy Guliy
f8a3aefba7
CHE-669 Make terminal easier to find
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-04 18:06:02 +02:00
Vitaliy Guliy
b1fbe7f336
CHE-669 Make terminal easier to find
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-04 16:58:04 +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
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
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
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
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
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
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