Artem Zatsarynnyi
562a6ba3b2
Revert back context menu for Processes panel ( #2218 )
2016-08-25 20:28:00 +03:00
Oleksii Orel
fd1fcb955b
CHE-2002: fix labels for machine source
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-08-23 18:34:10 +03:00
Artem Zatsarynnyi
16eb62e6ef
CHE-1888: Improve tabbed terminals design ( #2177 )
2016-08-23 11:30:45 +03:00
Vladyslav Zhukovskii
1b226c5531
#953 : Move command property value providers to core API
2016-08-19 18:18:51 +03:00
Vitalii Parfonov
d469fb184c
Don't show start ws dialog on stop ws event ( #2167 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-08-19 11:17:23 +03:00
Mykola Morhun
a2b15e617b
CODENVY-562: Clean up container if it failed to start
...
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-08-18 17:56:55 +03:00
Igor Vinokur
7cff0790dc
CHE-1859: Fix Merge success message
2016-08-18 08:37:24 +03:00
Igor Vinokur
18d9700895
Merge pull request #2126 from eclipse/CHE-1884
...
CHE-1884: Move down svn item in the context menu
2016-08-18 08:34:20 +03:00
Roman Nikitenko
cca53a47a3
CHE-1837. Split view for editor
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-08-16 17:57:48 +03:00
Alexander Garagatyi
0e9718e016
CHE-1370: refactor workspace environment bottstrapping and handling ( #2108 )
...
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-08-16 16:23:08 +03:00
Vitalii Parfonov
cf56410975
Remove deprecated flag from some classes looks like in some usecases them still useful ( #2130 )
...
* Remove deprecated flag from some class looks like in some usecases them still useful
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-08-16 14:19:11 +03:00
Roman Iuvshin
813b36851c
[maven-release-plugin] prepare for next development iteration
2016-08-16 08:28:05 +00:00
Roman Iuvshin
ef38dd5fb2
[maven-release-plugin] prepare release 4.7.0-RC1
2016-08-16 08:28:02 +00:00
Igor Vinokur
2c9fc12701
fixup! CHE-1884: Move down svn item in the context menu
2016-08-15 12:36:21 +03:00
Igor Vinokur
f980f8f705
CHE-1884: Move down svn item in the context menu
2016-08-15 12:02:27 +03:00
Igor Vinokur
0371a39d5c
CHE-1866: Fix wrong viewing of git compare
2016-08-12 17:48:37 +03:00
Vitaliy Guliy
86fa506eb5
Merge pull request #2111 from eclipse/artik-ide-94
...
Development and production mode for Artik devices
2016-08-12 17:38:00 +03:00
Vitaliy Guliy
e07c3dad0e
artik-ide#94 Development and production mode for Artik devices
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-08-12 16:06:03 +03:00
Aleksandr Andrienko
1adc4001f6
che-1865: Fix disabled state of the compare button in the git compare window.
...
Fix disabled state of the compare button when we open Git compare window and it contains some changed files to compare. Delete unused code.
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-08-12 15:48:26 +03:00
Evgen Vidolob
cc51c0ef27
#1913 Deprecates some of Editor API classes and interfaces
2016-08-12 12:35:28 +03:00
Oleksii Orel
6ec77a6409
CHE-2002: add a field with dockerfile source
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-08-09 19:50:51 +03:00
Oleksii Orel
78a6b0864a
CHE-2002: fix wrong workspace ID for SSH target
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-08-09 19:46:33 +03:00
i053322
3a846378f6
Add support for checkout exception
...
add a mapper for checkout git exceptions
add new messages : GitConlict , GitInvalidRefName , GitRefAlreadyExist , GitRefNotFound
Signed-off-by: i053322 <yossi.balan@sap.com>
2016-08-09 10:28:58 +03:00
Mykola Morhun
3ebc3cdf34
CODENVY-453: Add ability to support docker registries with dynamic passwords
...
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-08-08 16:22:01 +03:00
Valeriy Svydenko
4a98a26f5a
CHE-1964: add libraries from containers for building classpath
2016-08-04 14:48:00 +03:00
Mihail Kuznyetsov
34593e1273
CHE-2033 Rename Plugin Github package
2016-08-04 11:01:16 +03:00
Mihail Kuznyetsov
527a38fd65
CHE-2033 Remove Che Git Provider module
2016-08-04 11:01:16 +03:00
Mihail Kuznyetsov
9c3cfec351
CHE-2033 Remove Native Git implementation
2016-08-04 11:01:16 +03:00
Mihail Kuznyetsov
cca08bfe7a
CHE-1933 Display appropriate content for different recipe types
2016-08-03 17:42:08 +03:00
Alexander Garagatyi
9b8cb9ca26
Merge pull request #1927 from eclipse/CHE-1366_all
...
CHE-1366. Rework IDE to respect multi-machine environments in workspace
2016-08-03 13:30:37 +03:00
Alexander Garagatyi
a27b62df9f
CHE-1368: rework machine's output/statuses events subscribing ( #1600 )
...
Rework output/status events of machine to be per workspace as a
part of implementation of new multi-machine environments.
Get rid of usage of machine manager in workspace service
Refactor code of machine manager.
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-08-03 13:22:04 +03:00
Roman Nikitenko
1029b2b227
CHE-1366. Rework IDE to respect multi-machine environments in workspace
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-08-02 13:45:41 +03:00
Aleksandr Andrienko
d25d5dbc54
codenvy-447: Remove containers in case failed to create docker instance.
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-08-02 13:10:26 +03:00
Roman Iuvshin
99b6beb356
[maven-release-plugin] prepare for next development iteration
2016-08-01 10:32:16 +00:00
Roman Iuvshin
3a0fd2a00c
[maven-release-plugin] prepare release 4.6.0
2016-08-01 10:32:13 +00:00
Vitalii Parfonov
175e5e4cbc
Fix possible NPE if GitHub repo don't have description ( #1997 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-07-29 18:37:45 +03:00
Valeriy Svydenko
5cef44da71
Merge pull request #1995 from eclipse/fix-PR-1992
...
fix failed build
2016-07-29 18:05:58 +03:00
Valeriy Svydenko
c5e8543261
fix failed build
2016-07-29 18:03:14 +03:00
Valeriy Svydenko
3f234951b4
CHE-1786: fix problems with the tree of changes on Preview window
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-29 17:44:29 +03:00
Vitalii Parfonov
b9df73ff48
CHE-1967: make recipe editable in machine perspective ( #1993 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-07-29 17:35:30 +03:00
Vitalii Parfonov
c957490fd3
CHE-1938: add copy to clipboard button ( #1992 )
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-07-29 17:35:17 +03:00
Valeriy Svydenko
b834f896fd
CHE-1785: restore commands when WS is started
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-28 15:50:05 +03:00
Evgen Vidolob
ca94fc2071
#1887 Move che-plugin-java-jdt-core-repack module to che-lib project
2016-07-28 10:45:06 +03:00
Vladyslav Zhukovskii
6ea81c7012
#1814 : Synchronize project instead of parent directory
...
Project synchronization is more reasonable, because we also retrieve project properties and with actual values we can redraw project correctly in the UI.
2016-07-26 18:01:50 +03:00
Valeriy Svydenko
1f2a6b6c74
CHE-1819: fix NPE when unresolved project is deleted
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-26 17:26:03 +03:00
Valeriy Svydenko
e1575af2de
CHE-1825: fix problem with window selection
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-26 17:22:07 +03:00
Valeriy Svydenko
e0b49af712
CHE-1785: save preview URL for the command
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-26 17:18:01 +03:00
Valeriy Svydenko
1bb6551c02
CHE-1843: change value of 'java.output.folder' attribute
...
Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
2016-07-26 17:08:35 +03:00
Vitaliy Guliy
a9d7ecfc1e
CHE-1361 Artik: Resources monitor (CPU, memory and storage)
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-07-26 15:13:12 +03:00
Max Shaposhnik
fe0cb3bd0f
CHE-1248; remove workspace information from EnvironmentContext ( #1658 )
2016-07-20 17:30:10 +03:00