Go to file
Mykhailo Kuznietsov 4d8f11e067 chore: Bump to 7.86.0-SNAPSHOT in main
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2024-04-24 13:37:28 +00:00
.ci/openshift-ci
.github
.mvn
.vscode
assembly chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00:00
build
core chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00:00
deploy/cert-manager
docs
infrastructures chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00:00
multiuser chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00:00
typescript-dto chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00:00
wsmaster chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
NUMBERING.md
README.md
RELEASE.md
check_properties_description.sh
devfile.yaml
make-release.sh
pom.xml chore: Bump to 7.86.0-SNAPSHOT in main 2024-04-24 13:37:28 +00: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