Commit Graph

250 Commits (abc1367c1d3eb4311c2aa760fdfd4da38c0669bd)

Author SHA1 Message Date
Roman Iuvshin abc1367c1d remove milestone from version 2016-12-23 15:04:56 +02:00
Vitalii Parfonov 5a76dddc62 Allow execution on not dev machine (#3451)
* Allow execution on other machine except dev
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-12-22 18:01:40 +02:00
Valeriy Svydenko 382217c8e4 CHE-3140: don't resize a terminal when it gets selection (#3468) 2016-12-22 12:05:47 +02:00
Roman Iuvshin 813d930275 change version to M10-SNAPSHOT 2016-12-22 11:48:31 +02:00
Vladyslav Zhukovskyi 2bada70da7 Fix disappeared preview url and command line text (#3449)
* Fix disappeared preview url and command line text

* Code cleanup

* Update ProcessesPanelPresenter.java

* Change variable name
2016-12-20 19:54:48 +02:00
Vitaliy Guliy b958fd1e6a CODENVY-1337 Logs of workspace containers and agents are not shown when WS starts in IDE (#3450)
* CODENVY-1337 Logs of workspace containers and agents are not shown when WS starts in IDE

* CODENVY-1337 Logs of workspace containers and agents are not shown when WS starts in IDE
2016-12-20 18:30:54 +02:00
Valeriy Svydenko 9fe43a1dcf Show Processes panel when Terminal is opened (#3432) 2016-12-19 14:59:46 +02:00
Dmitry Kuleshov 2559ec009b Exec agent IDE client adaptation (#3383)
exec-agent command manager replacement, several improvements to JSOR RPC
2016-12-16 12:23:19 +02:00
Vitalii Parfonov 11b3b9de67 Fix style of terminal panel: allow user-select (#3400)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-12-15 18:08:34 +02:00
Oleksii Orel 2de17e0422 CHE-2911 improve process panel
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-12-14 16:29:05 +02:00
Florent BENOIT 5266cd930e machine.getOwner() should return userId and not a namespace (#3366)
Fix #3042

Change-Id: I64b4cd3931fec502073ead0115a312430f2434b8
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-12-14 02:01:28 -07:00
Yevhenii Voevodin ab9b0946ec Add exec-agent (#2163) 2016-12-08 16:18:25 +02:00
Vitaliy Guliy a7820faa96 CHE-3177 Properly maximize console and terminal tabs (#3304)
* CHE-3177 Properly maximize console and terminal tabs

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>

* CHE-3177 Properly maximize console and terminal tabs

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-12-07 19:50:24 +02:00
Vitaliy Guliy b768872294 CHE-2463 Improve Panels behaviors in IDE (#3151)
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-12-07 17:45:37 +02:00
Roman Iuvshin 7850cc2908 [maven-release-plugin] prepare for next development iteration 2016-12-07 12:34:30 +00:00
Roman Iuvshin 1c15a44844 [maven-release-plugin] prepare release 5.0.0-M8 2016-12-07 12:34:25 +00:00
Evgen Vidolob a62a56f333 #2353 fix style to prevent line wrap in terminal (#3284)
Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
2016-12-06 12:40:46 +02:00
Vladyslav Zhukovskyi 3da5a96b3a Unexpected loss of focus on the project (#3170)
* Add ability to set up manual focus to the terminal panel

* Fix imports

* Add ability to auto select first node when tree becomes visible and it has at least one node

* Fixes

* Fixes
2016-11-28 12:30:44 +02:00
Aleksandr Andrienko 6100119a68 CHE-2365: Add deserializer for 'command' field ComposeServiceImpl. (#2807)
Move compose parser to separate module.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-11-17 19:18:36 +02:00
Evgen Vidolob 830ac58f9d #2923 fix tests 2016-11-15 12:08:33 +02:00
Vitalii Parfonov 747927840c Remove events panel from operation perspective
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-14 13:01:10 +02:00
Roman Iuvshin 52f84d9092 [maven-release-plugin] prepare for next development iteration 2016-11-10 11:37:24 +00:00
Roman Iuvshin 315056731e [maven-release-plugin] prepare release 5.0.0-M7 2016-11-10 11:37:20 +00:00
Florent BENOIT 2c3821aa75 Continue issue #2059 (#3045)
Change the text displayed to connect with SSH to a machine
- display correct user to use
- display ssh private key if any
- display che ssh command

Change-Id: I9a5e3aeeb8c3b7fa8503976ac190d5a8a2e4c4b1
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-11-10 04:00:28 -07:00
Florent BENOIT 74609d36cd CODENVY-804 : Use of userManager to get the userId (#3036)
In che Owner of a machine or namespace of a workspace is the same than the user-id

ssh service is using user-id while username is given so there is never a match

It fixes it by asking userManager the userId.

Change-Id: I30a20a52ffc3149a8f732edeb8ab86db827c9d91
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-11-10 02:05:25 -07:00
Vitalii Parfonov 1f59d5d2fd Fix load commands (#2986)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-04 17:45:39 +02:00
Florent BENOIT 4a86b5eae7 CHE-2059 : Each time a workspace is created, register/associate ssh key (#2949)
* CHE-2059 : Each time a workspace is created, register/associate ssh key

Change-Id: Ifddfe5398cffd1af31aa93beb5d0674b29270f4f
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-11-04 03:31:17 -06:00
Valeriy Svydenko ba7c0bbcaf ARTIK-152: Show all machines in the Processes panel (#2909)
ARTIK-152: show machines which aren't in ws runtime
2016-10-31 19:02:06 +02:00
Florent BENOIT 7a1aeea2a5 #2059 SSH improvement : whenever as a user I open up the SSH panel, it scrolls to the bottom in the IDE. It should scroll to the top
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-10-31 10:36:13 -06:00
Vitaliy Guliy 0eb25d29f7 CODENVY-932 Stopped IDE should provide clear state and options to the user (#2914)
* CODENVY-932 Stopped IDE should provide clear state and options to the user

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>

* CODENVY-932 Stopped IDE should provide clear state and options to the user

* CODENVY-932 Stopped IDE should provide clear state and options to the user

* CODENVY-932 Stopped IDE should provide clear state and options to the user
2016-10-27 17:48:03 +03:00
Evgen Vidolob 9f96c77836 #2459 store and restore IDE state: opened files, opened part and their size (#2880)
* #2459 store IDE state (opened files, opened part and size) and restore IDE state
2016-10-27 11:57:10 +03:00
Roman Iuvshin 825af31a5d [maven-release-plugin] prepare for next development iteration 2016-10-26 09:37:49 +00:00
Roman Iuvshin 7da1d4a910 [maven-release-plugin] prepare release 5.0.0-M6 2016-10-26 09:37:45 +00:00
Vitaliy Guliy 511553ca06 Revert "CHE-2775 Amount of machines is not correctly displayed in process tree" (#2886) 2016-10-25 17:03:22 +03:00
Vitaliy Guliy d4ea175aab CHE-2775 Amount of machines is not correctly displayed in process tree (#2885)
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-10-25 16:57:48 +03:00
Vitalii Parfonov 9951639518 CHE-2098:fix generation Project with Maven Archetype. (#2872)
Archetype Plugin parameters transfer to the REST Project API via query parameters

Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-10-25 13:36:19 +03:00
Florent BENOIT 2dcbb23521 CHE-2811 Launch all user commands by using bash if not defined. (#2838)
For example now that sh is default one, previous user commands may fail. If the commands are launched on sh, then /bin/sh will need to be defined as shell invoker

Change-Id: I19e2065bfd9e6ee93a5d899cb67cd5b9ece76f62
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-10-20 18:27:50 +02:00
RomanNikitenko 93bdd31205 CHE-2794. Provide machine node to run new terminal (#2823)
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-10-20 18:40:07 +03:00
Artem Zatsarynnyi 2ba8cdfa42 Client command framework improvements (#2730)
Client command framework improvements

1. Introduced contextual commands.
2. Added ${explorer.current.file.parent.path} macro.
3. Cleaned up unused resources.
4. Refactored code in order to simplify it and made it more clear and understandable:

- simplified a way of providing new command types;
- command types api moved to ide-api to avoid unnecessary dependency on machine extension;
- command management extracted from EditCommandsPresenter to the separate facade - CommandManager. So EditCommandsPresenter now doesn't perform several http requests manipulating with commands but only one;
- refactored code related to the obsolete terminology CommandPropertyValueProvider -> Macro;
- macro can provide its description (it will be really useful for showing it in UI);
- macros processing separated from the command execution and extracted to the separate component MacroProcessor since it's used not only for the commands but in debug configurations for example.
2016-10-11 11:35:42 +03:00
Vitaliy Guliy 032104ab48 CHE-2472 Do not try to connect to terminal if terminal agent not found in machine config (#2744)
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-10-10 12:31:42 +03:00
Roman Iuvshin b986091e4a [maven-release-plugin] prepare for next development iteration 2016-10-07 10:22:41 +00:00
Roman Iuvshin 8f799b4c28 [maven-release-plugin] prepare release 5.0.0-M5 2016-10-07 10:22:37 +00:00
RomanNikitenko f98b226faa Update machine node when we have all info about machine (#2723)
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-10-06 18:37:05 +03:00
RomanNikitenko 045e32a564 CHE-2702. Fix displaying of terminal and ws agent logs at starting/re… (#2715)
* CHE-2702. Fix displaying of terminal and ws agent logs at starting/restarting workspace

Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-10-05 21:40:03 +03:00
Florent BENOIT 67f78d7711 Fix scope to be compliant as well with #2610 issue (#2696)
-Dmaven.test.skip=true should work
Fix #2610 

Change-Id: I27294cb9d2f161d30174d2d7cceb0cf758f6be50
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-10-05 09:58:58 +02:00
Vitaliy Guliy ca9ec4f64d CHE-642 When browser is resized, the content of the IDE terminal is missing partly (#2697)
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-10-05 10:03:09 +03:00
Vitaliy Guliy 8b0de5e072 CHE-1756 Add ability to download workspace starting outputs from IDE loader (#2686)
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-10-04 17:15:08 +03:00
Roman Nikitenko 1a958eaaf3 CHE-1929. Do not use machine API for machine handling
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-09-29 15:44:10 +03:00
Mario Loriedo dabb749777 Add property machine.docker.local_node_host.external. (#2402)
This property allows communications beetween browser and containers that are on different networks (eg. Docker for Mac or NAT)

Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
2016-09-28 18:52:28 +02:00
Roman Iuvshin 33944c6ec1 set M5 version 2016-09-27 16:08:19 +03:00