Go to file
Angel Misevski 9dfc0b6654 Support deployments in Kubernetes/OpenShift recipes
Add support of deployments in Kubernetes and OpenShift recipes.

Important changes:
- Since a (Kubernetes|OpenShift)Environment now can contain *both* pods
  and deployments simultaneously, we need to:
  - Introduce a wrapper class, PodData, which stores spec and metadata
    for either a pod or deployment, allowing provisioners to look in one
    place for specs that need to be modified
  - Disallow modifying the results of KubernetesEnvironment.getPods()
    directly, as this would ignore any deployments in the environment
  - Add method KubernetesEnvironment.getDeployments(), to obtain
    deployment objects directly when needed.
- Modify workspace start process to start all deployments in environment
  as well as all pods.

Note: In an effort to keep the changes in this PR readable, nothing is
done to fix broken tests due to the changes above. This commit will not
compile unless test compilation is skipped. The next commit fixes tests.

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
2019-01-08 19:27:39 -05:00
.github Tune a list of owners for multi-user modules (#11108) 2018-09-10 09:12:49 +03:00
.mvn Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
agents RELEASE: Set next development version (#12277) 2018-12-26 13:04:51 +02:00
assembly Add periodical job that stops Runtimes without existing pods 2018-12-28 10:32:02 +02:00
core Fix logged messages in commons schedule module (#12283) 2018-12-27 14:54:16 +02:00
dashboard CHE-8909 fix add a new machine flow (#12324) 2019-01-04 15:49:57 +02:00
deploy Use 'envFrom' in Che Deployment instead of duplicating of entries from config map (#12289) 2019-01-03 11:27:48 +02:00
dockerfiles Remove redundant Eclipse Che 'user' role (#12279) 2018-12-28 14:35:31 +01:00
docs Fix the link to docs. 2018-08-19 05:59:45 +00:00
ide RELEASE: Set next development version (#12277) 2018-12-26 13:04:51 +02:00
infrastructures Support deployments in Kubernetes/OpenShift recipes 2019-01-08 19:27:39 -05:00
multiuser Factory support of devfile 2018-12-26 16:20:28 +02:00
plugins Factory support of devfile 2018-12-26 16:20:28 +02:00
selenium Selenium: Do refactoring selenium tests (#12338) 2019-01-05 11:32:30 +02:00
workspace-loader RELEASE: Set next development version (#12277) 2018-12-26 13:04:51 +02:00
wsagent RELEASE: Set next development version (#12277) 2018-12-26 13:04:51 +02:00
wsmaster Add kubernetes/os type tool into devfile API 2019-01-02 16:08:55 +02:00
.gitattributes Add typescript 2016-08-09 06:29:32 -07:00
.gitignore Add prometheus and grafana to the Helm chart (#12088) 2018-12-05 13:06:35 +02:00
CHANGELOG.md RELEASE: Update CHANGELOG (#12287) 2018-12-27 15:19:13 +02:00
CODE_OF_CONDUCT.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
CONTRIBUTING.md Fix typo in Contributing.md 2018-09-19 09:47:51 +02:00
CUSTOMIZING.md Fix docs (#11203) 2018-09-13 12:36:09 +03:00
Chefile Follow up fixes after configuration property renaming (#2955) 2016-11-02 10:12:58 +02:00
LICENSE Fix remaining notes about old EPL 1.0 license (#10607) 2018-08-01 09:48:15 +03:00
NUMBERING.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
README.md Fix remaining notes about old EPL 1.0 license (#10607) 2018-08-01 09:48:15 +03:00
pom.xml Factory support of devfile 2018-12-26 16:20:28 +02:00

README.md

Eclipse Che - Eclipse Next-Generation IDE

Eclipse License Build Status

https://www.eclipse.org/che/. Next-generation Eclipse platform, developer workspace server and cloud IDE. Che is focused on container-native development. It defines workspaces that include their dependencies including embedded containerized runtimes, a 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:

Ecosystem

The next generation of Eclipse Che is going to be built from multiple components and plugins (learn more in the roadmap on the wiki). This list provides links to those components and plugins.

Project Description
Theia-IDE  Theia IDE integrated in Che.
GitHub Plugin GitHub VCS support.
Java Plugin Java language support.
SSH Plugin SSH public/private key pairs management.
Terminal Plugin Terminal plugin.
Machines Plugin Workspace's containers controller plugin.
Hosted plugin manager IDE hosting handler for url changing and port forwarding.

Feedback

  • Support: You can ask questions, report bugs, and request features using GitHub issues.
  • Public Chat: Join the public eclipse-che Mattermost channel to discuss with community and contributors.
  • Roadmap: We maintain the roadmap on the wiki.
  • Weekly Meetings: Join us in our Che community meeting every second monday.

License

Che is open sourced under the Eclipse Public License 2.0.

Roadmap and Community Meetings

We publish the Che roadmap in the open and welcome anyone to join our community meetings. We love to hear from users and developers!