* Connectivity test + refactoring
1. Added connectivity test to test certain scenarios
2. Added refactoring to make script run faster in debugging scenarios.
* Added websocket test
* Fixup - env variables with spaces
1. Let the user pass environment variables that have strings with spaces.
2. Added pass through of http_proxy, https_proxy, and no_proxy from system into che-launcher
3. Cleaned up various formatting issues
* Fix export
Removed unnecessary export tgs
* Docker env fixes
* boot2docker warning
* Numerous fixes
* 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
- 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>
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>
* Fix environment variables for CHE_DATA_FOLDER
Cleaned up syntax so that the variables will work on Windows.
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
* Launcher: fixed Path problems, splitted in 3 files and added tests
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
* Launcher tests: added instructions to run bats tests
* Use a launcher image to simplify docker commands to start/stop/update/restart Che
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
* Added new features to Launcher and introduced Che CLI
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
* Improvements to launcher.sh after code reviews and che-dev Docker image
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>