Go to file
ivinokur ddb0e29d01 Merge branch 'main' of github.com:eclipse-che/che-server into github-server-fix 2024-01-08 16:57:23 +02:00
.ci/openshift-ci Create test to check 'git-oauth-setup-flow' as PR checks (#633) 2023-12-27 17:44:40 +02:00
.github Modify the `build.sh` script to work with podman (#559) 2023-12-11 16:11:05 +02:00
.mvn
.vscode Add .vscode/settings.json with java settings (#524) 2023-06-14 10:14:24 +03:00
assembly chore: Bump to 7.80.0-SNAPSHOT in main (#628) 2023-12-28 02:23:26 +02:00
build Modify the `build.sh` script to work with podman (#559) 2023-12-11 16:11:05 +02:00
core chore: Bump to 7.80.0-SNAPSHOT in main (#628) 2023-12-28 02:23:26 +02:00
deploy/cert-manager Remove the Helm chart. 2022-06-25 07:49:09 +09:00
docs feat: add OpenShift web console dashboard definition 2023-04-17 15:37:16 +02:00
infrastructures chore: Bump to 7.80.0-SNAPSHOT in main (#628) 2023-12-28 02:23:26 +02:00
multiuser chore: Bump to 7.80.0-SNAPSHOT in main (#628) 2023-12-28 02:23:26 +02:00
typescript-dto chore: Bump to 7.80.0-SNAPSHOT in main (#628) 2023-12-28 02:23:26 +02:00
wsmaster Merge branch 'main' of github.com:eclipse-che/che-server into github-server-fix 2024-01-08 16:57:23 +02:00
.gitattributes
.gitignore chore: update to latest com.fasterxml.jackson 2.14.z (CRW-4790, #22548) (#571) 2023-09-25 16:53:30 -03:00
CONTRIBUTING.md Update contributing.md file 2023-09-29 18:07:57 +02:00
LICENSE
NUMBERING.md
README.md Update README.md - add link to status badge (#575) 2023-12-28 22:34:36 +02:00
RELEASE.md Update README.md and RELEASE.md (#19560) 2021-04-14 08:45:41 -04:00
check_properties_description.sh Properties script (#19253) 2021-03-16 12:04:53 +02:00
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.80.0-SNAPSHOT in main (#628) 2023-12-28 02:23:26 +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.

Builds

  • release latest stable