Go to file
Dmytro Nochevnov ba37a4f645 Revert "Dummy changes of README.md"
This reverts commit 9a90dd97c9.
2024-01-17 12:47:59 +02:00
.ci/openshift-ci Get more info when build image to bootstrap build and test in openshift-ci 2024-01-16 17:16:32 +00:00
.github Modify the `build.sh` script to work with podman (#559) 2023-12-11 16:11:05 +02:00
.mvn
.vscode
assembly chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00
build chore: Update from ubi8-minimal:8.9-1029 to ubi8-minimal:8.9-1108 2024-01-15 14:40:57 +01:00
core chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00
deploy/cert-manager
docs
infrastructures chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00
multiuser chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00
typescript-dto chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00
wsmaster chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00
.gitattributes
.gitignore
CONTRIBUTING.md Update contributing.md file 2023-09-29 18:07:57 +02:00
LICENSE
NUMBERING.md
README.md Revert "Dummy changes of README.md" 2024-01-17 12:47:59 +02:00
RELEASE.md
check_properties_description.sh
devfile.yaml Modify the `build.sh` script to work with podman (#559) 2023-12-11 16:11:05 +02:00
make-release.sh fix: adapt to latest changes in build.sh that uses podman now (#629) 2023-12-21 15:38:22 +02:00
pom.xml chore: Bump to 7.81.0-SNAPSHOT in main 2024-01-11 15:35:09 +01:00

README.md

What is Che server

Che Server provides an API for managing Kubernetes namespaces and to retrieve devfile content from repositories, hosted on GitHub, GitLab, Bitbucket and Microsoft Azure Repos.

Project structure

Che Server is mostly a Java web application deployed on an Apache Tomcat server in a container. Che Server uses the following modules:

OAuth1 / OAuth2 API implementations

  • wsmaster/che-core-api-auth
  • wsmaster/che-core-api-azure-devops
  • wsmaster/che-core-api-bitbucket
  • wsmaster/che-core-api-github
  • wsmaster/che-core-api-gitlab

Factory flow implementations

  • wsmaster/che-core-api-factory-azure-devops
  • wsmaster/che-core-api-factory-bitbucket
  • wsmaster/che-core-api-factory-bitbucket-server
  • wsmaster/che-core-api-factory-github
  • wsmaster/che-core-api-factory-gitlab
  • wsmaster/che-core-api-factory-shared

Kubernetes namespace provisioning

  • infrastructures/kubernetes
  • infrastructure/openshift
  • infrastructures/infrastructure-factory

Other modules are deprecated and will be removed in the future.

License

Join the community

The Eclipse Che community is globally reachable through public chat rooms, mailing list and weekly calls. See the Eclipse Che Documentation about how you can join our community.

Builds

  • release latest stable