Commit Graph

1839 Commits (74ea2aec503fa6bce33ededc3c42a10fdb546e8f)

Author SHA1 Message Date
Tyler Jewell 74ea2aec50 Fixes infinite loop on windows (#2049)
* Fixes infinite loop on windows

* fixed missing data folder output
2016-08-04 11:44:23 -07:00
Tyler Jewell d6de00908d Update Vagrantfile to support new docker-launcher (#2041)
* Update to support new docker-launcher
1. Added storage-overlay driver.
2. Use che-launcher instead of che-server image launche
3. Use the che.sh CLI to execute the start of the program.

* Increased server wait timeout to 60 secs
2016-08-04 08:58:58 -07:00
Valeriy Svydenko 5a3edde616 Merge pull request #2047 from eclipse/CHE-1964
CHE-1964: add libraries from containers for building classpath
2016-08-04 15:53:27 +03:00
Valeriy Svydenko 4a98a26f5a CHE-1964: add libraries from containers for building classpath 2016-08-04 14:48:00 +03:00
Michail Kuznetsov 117fa3008a Merge pull request #2036 from eclipse/CHE-2033
CHE-2033 Remove Native Git implementation
2016-08-04 11:14:12 +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
Max Shaposhnik 19df9badeb CHE-2022; fixed validation behavior when field value matches default value for its type (#2023) 2016-08-04 10:56:29 +03:00
Florent BENOIT fb82bf80b9 Continue work on #1895
- Introduce Chefile data with generation and parsing : Allow to customize port number and workspace name for now
- Introduce logger to get same kind of logs than with che-launcher
- Fix documentation
- Improve sh scripts to generate nightly or latest or be started from any directory

Change-Id: I6da278cf1724fbb5a50526a7555e3059477e80fb
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-08-04 08:40:17 +02:00
Tyler Jewell 4b37b05a1c Fix docker_host_ip lookup (#2040) 2016-08-03 15:13:15 -07:00
Tyler Jewell a508453237 Create .gitattributes
For some reason, even with auto.crlf=true on Windows, the wrong line file endings for .sh files are being added inappropriately. This will always enforce Linux line endings for all *.sh files, which will solve problems for the CLI and when creating Dockerfiles.
2016-08-03 14:35:20 -07:00
Tyler Jewell 9a9c4417af Fixed boot2docker detection (#2038) 2016-08-03 13:11:28 -07:00
Oleksii Kurinnyi 56dadd89ee Merge pull request #1746 from eclipse/CODENVY-707
CODENVY-707: fix bug with several IDE on page
2016-08-03 17:53:01 +03:00
Michail Kuznetsov 2ac5a1a85a Merge pull request #2011 from eclipse/CHE-1933
CHE-1933 Do not show recipe content if type is not Dockerfile
2016-08-03 17:49:32 +03:00
Oleksii Kurinnyi 54bcbed859 CODENVY-707: fix bug with several IDE on page
Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
2016-08-03 17:43:36 +03:00
Mihail Kuznyetsov cca08bfe7a CHE-1933 Display appropriate content for different recipe types 2016-08-03 17:42:08 +03:00
Oleksii Kurinnyi 2cf4c69dd8 Merge pull request #1816 from eclipse/CHE-1491
CHE-1491: add "+" button next to "Recent workspaces"
2016-08-03 17:41:20 +03:00
Oleksii Kurinnyi efaf36fb9d CHE-1491: add "+" button next to "Recent workspaces"
Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
2016-08-03 17:35:21 +03:00
Tyler Jewell e9445ddd34 Added che-test and che-file 2016-08-03 06:05:47 -07: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 2079ccc75f Merge pull request #1648 from eclipse/CHE-1369
CHE-1369: rework UD to listen environment channels
2016-08-03 13:22:32 +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
Alexander Garagatyi a1a0c3c920 CHE-1369: fix events parsing
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-08-03 13:21:27 +03:00
Alexander Garagatyi e77e4ba7cc CHE-1369: fix JSON field fetching after fix on server-side
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-08-03 13:21:27 +03:00
Ann Shumilova affeafcd7a CHE-1369: rework UD to listen environment channels
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-08-03 13:21:27 +03:00
Tyler Jewell 58ca02cd73 Update comments 2016-08-02 14:47:26 -07:00
Tyler Jewell 04b06f43de Updated comments 2016-08-02 14:45:18 -07:00
Tyler Jewell f1168169c1 Move che-mount to alpine-based image (#2027)
* Move to alpine-based image

* Updated to support alpine-based image
2016-08-02 12:03:19 -07:00
Mario Loriedo 19df7c1c8e Activated execution flag on synch.sh (#2025)
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2016-08-02 08:59:31 -07:00
Brad Micklea 36080754d6 Merge pull request #2018 from eclipse/che-mount
Add che-mount support for desktop IDEs
2016-08-02 10:14:42 -04:00
Tyler Jewell 5c18a08898 fixup 2016-08-02 06:22:30 -07: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 6c9d38513a Merge pull request #2007 from eclipse/codenvy-447
codenvy-447: Remove containers in case failed to create docker instance.
2016-08-02 13:34:51 +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
Tyler Jewell 8cbf7a780f change to lately 2016-08-01 18:12:44 -07:00
Tyler Jewell 746987644a initial commit 2016-08-01 17:10:48 -07:00
Florent BENOIT 0be2173cce Bunch of changes for allowing to build on CI with Docker/Linux
Change-Id: I1e7c20bd6ff591692bd5e47dfee60094e60b1687
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-08-01 17:01:32 +02:00
Roman Iuvshin 20fc893363 Changelog for 4.6.0 2016-08-01 10:54:38 +00:00
Roman Iuvshin c5c6419756 RELEASE:Set next development version of parent pom 2016-08-01 10:53:22 +00:00
Roman Iuvshin 956e682916 RELEASE:Set next dev versions 2016-08-01 10:52:53 +00: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
Roman Iuvshin 60931b2a42 RELEASE:Set tag versions 2016-08-01 10:13:17 +00:00
Roman Iuvshin 20d0fb5d4d RELEASE:Set tag of parent pom 2016-08-01 10:13:08 +00:00
Tyler Jewell 06a17ff671 added initial contribution 2016-07-29 14:28:58 -07:00
Florent BENOIT bc9d96deac Introduce two new docker containers
First one is codenvy/che-test allowing to check a local or remote Eclipse Che instance by creating a workspace, starting it and displaying console output
The other one is codenvy/che-file allowing to boot a local Eclipse Che by using a local directory. It will mount in Che this local folder as being a project.

Change-Id: Ie794b41f89608f86e589f1aeea06d63f0d9f2edc
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-07-29 18:22:28 +02: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 173ad2e3b0 Merge pull request #1998 from eclipse/fix-PR-1994
fix failed build
2016-07-29 18:33:36 +03:00
Valeriy Svydenko 047f30da1b fix failed build 2016-07-29 18:29:45 +03:00