Go to file
Angel Misevski 1d9c426e2d Ensure OpenShift pod is terminated before returning from removeContainer (#4230)
Prevents issue where it is possible to start workspace while
pod is terminating. When this occurs, Che creates a new pod but
workspace start fails. This pod must be removed manually before
that workspace can be launched again.

This is done by a) waiting for pod to terminate before returning
from removeContainer, and b) removing created deployment and
service when an exception occurs during createContainer.

Additionally, increases maximum wait time for retreiving
OpenShift image stream metadata

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
2017-03-01 00:56:32 -05:00
.github Update PULL_REQUEST_TEMPLATE.md 2017-01-31 06:59:08 -08:00
.mvn Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
agents Fix ProcessesPanelPresenterTest. Clean up rubbish. (#4237) 2017-02-27 17:28:18 +02:00
assembly kubernetes-client will autodetect auth details both inside and outside openshift so no need to use config 2017-02-22 22:38:23 +01:00
core Add utility class to interact with page sources (#4232) 2017-02-27 11:05:51 +02:00
dashboard Ability to mark notifications as read 2017-03-01 00:11:32 +02:00
dockerfiles fix #3967 : replace WSMaster Machine API by Exec Agent calls 2017-02-28 12:44:51 +01:00
docs [cli] Fix cli tests by reworking how integration tests are launched (#3991) 2017-02-02 09:43:48 +01:00
ide CHE-4010: Remove deprecation related to texteditor 2017-02-28 15:36:49 +02:00
plugins Ensure OpenShift pod is terminated before returning from removeContainer (#4230) 2017-03-01 00:56:32 -05:00
samples Update references to hold documentation site. (#4166) 2017-02-20 15:39:37 +01:00
wsagent CHE-4015 Add deleted files to index(Regression) (#4187) 2017-02-27 17:55:00 +02:00
wsmaster Move account out of user object (#3823) 2017-02-28 20:10:17 +02:00
.gitattributes Add typescript 2016-08-09 06:29:32 -07:00
.gitignore CHE-3733 Exclude assembly's bin folder from gitignore (#4003) 2017-02-02 17:03:29 +02:00
CHANGELOG.md Update CHANGELOG.md (#4208) 2017-02-22 13:04:32 -06:00
CODE_OF_CONDUCT.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-01-29 08:26:21 -08:00
CUSTOMIZING.md Update CUSTOMIZING.md (#3752) 2017-01-16 15:54:10 -06:00
Chefile Follow up fixes after configuration property renaming (#2955) 2016-11-02 10:12:58 +02:00
LICENSE Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458 2016-02-12 09:47:36 +02:00
NUMBERING.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
README.md Update README.md (#3584) 2017-01-02 13:38:16 -06:00
pom.xml RELEASE:Set next development version of parent pom 2017-02-17 11:29:29 +00:00

README.md

Eclipse Che - Eclipse Next-Generation IDE

Join the chat at https://gitter.im/eclipse/che Eclipse License Build Status

https://www.eclipse.org/che/. Next-generation Eclipse platform, developer workspace server and cloud IDE. Che defines workspaces that include their dependencies including embedded containerized runtimes, Web IDE, and project code. This makes workspaces distributed, collaborative, and portable to run anywhere on a desktop or a server ... Read More

Eclipse Che

Getting Started

You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The step by step guide will get you going along with our docs.

The che repository is where we do development and there are many ways you can participate, for example:

Customizing

There are many ways to customize Che out-of-the-box including stacks, templates, commands, IDE extensions, server-side extensions plugins, assemblies, RESTful APIs, and editors.

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see How to Contribute. It covers:

Feedback

  • Support: You can ask questions, report bugs, and request features using GitHub issues.
  • Roadmap: We maintain the roadmap on the wiki.
  • Weekly Meetings: Join us on a hangout.

License

Che is open sourced under the Eclipse Public License 1.0.