Go to file
Nick Boldt ccedf49ef9 chore: Update from ubi8-minimal:8.7-1085 to ubi8-minimal:8.9-1029
Signed-off-by: Nick Boldt <nboldt@redhat.com>
2023-11-18 00:34:08 +00:00
.ci/openshift-ci Fix up tests in the PR checks on Openshift CI 2023-11-06 16:21:37 +02:00
.github fix: che-22646 use gh instead of hub (#604) 2023-11-09 14:43:43 +02:00
.mvn
.vscode
assembly chore: Bump to 7.78.0-SNAPSHOT in main (#605) 2023-11-13 13:38:23 +02:00
build chore: Update from ubi8-minimal:8.7-1085 to ubi8-minimal:8.9-1029 2023-11-18 00:34:08 +00:00
core chore: Bump to 7.78.0-SNAPSHOT in main (#605) 2023-11-13 13:38:23 +02:00
deploy/cert-manager
docs
infrastructures fix: Ignore PAT with emtpy SCM url (#610) 2023-11-17 16:37:19 +01:00
multiuser chore: Bump to 7.78.0-SNAPSHOT in main (#605) 2023-11-13 13:38:23 +02:00
typescript-dto chore: Bump to 7.78.0-SNAPSHOT in main (#605) 2023-11-13 13:38:23 +02:00
wsmaster chore: Bump to 7.78.0-SNAPSHOT in main (#605) 2023-11-13 13:38:23 +02:00
.gitattributes
.gitignore
CONTRIBUTING.md Update contributing.md file 2023-09-29 18:07:57 +02:00
LICENSE
NUMBERING.md
README.md
RELEASE.md
check_properties_description.sh
devfile.yaml
make-release.sh Update make-release.sh 2023-11-09 15:30:28 -05:00
pom.xml chore: Bump to 7.78.0-SNAPSHOT in main (#605) 2023-11-13 13:38:23 +02: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.