Go to file
dependabot[bot] f712def0f8
chore(deps): bump io.micrometer.version from 1.11.4 to 1.11.5
Bumps `io.micrometer.version` from 1.11.4 to 1.11.5.

Updates `io.micrometer:micrometer-core` from 1.11.4 to 1.11.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.4...v1.11.5)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.11.4 to 1.11.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.4...v1.11.5)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-15 12:00:54 +00:00
.ci/openshift-ci chore: Add tests to start a workspace from raw devfile and ssh urls f… (#569) 2023-09-25 14:54:49 +02:00
.github 22407 - Remove Mattermost notification (#544) 2023-08-17 09:28:20 +02:00
.mvn
.vscode Add .vscode/settings.json with java settings (#524) 2023-06-14 10:14:24 +03:00
assembly Respect authorisation request opt-out on workspace start (#576) 2023-10-12 15:59:42 +03:00
core chore: Bump to 7.76.0-SNAPSHOT in main 2023-09-28 10:13:22 +02:00
deploy/cert-manager Remove the Helm chart. 2022-06-25 07:49:09 +09:00
dockerfiles chore: Update from ubi8-minimal:8.8-1037 to ubi8-minimal:8.8-1072 (#570) 2023-09-25 10:17:02 -03:00
docs feat: add OpenShift web console dashboard definition 2023-04-17 15:37:16 +02:00
infrastructures Respect authorisation request opt-out on workspace start (#576) 2023-10-12 15:59:42 +03:00
multiuser Update minor maven dependencies (#577) 2023-10-12 14:38:05 +03:00
typescript-dto chore: Bump to 7.76.0-SNAPSHOT in main 2023-09-28 10:13:22 +02:00
wsmaster Respect authorisation request opt-out on workspace start (#576) 2023-10-12 15:59:42 +03: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 Fix remaining notes about old EPL 1.0 license (#10607) 2018-08-01 09:48:15 +03:00
NUMBERING.md
README.md Add CONTRIBUTING.md file 2023-09-29 18:07:57 +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 chore: devfile update 2023-06-15 10:19:20 +02:00
make-release.sh chore: always pull before push, and use rebase=true to resolve commits (#445) 2023-02-15 14:43:46 -04:00
pom.xml chore(deps): bump io.micrometer.version from 1.11.4 to 1.11.5 2023-10-15 12:00:54 +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.