diff --git a/.devfile.yaml b/.devfile.yaml index b20476e9a4c..09016cd731f 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -6,18 +6,16 @@ # # SPDX-License-Identifier: EPL-2.0 # -schemaVersion: 2.1.0 +schemaVersion: 2.2.0 metadata: name: che -attributes: - controller.devfile.io/storage-type: ephemeral components: - name: devtools container: image: quay.io/mloriedo/universal-developer-image:ubi8-latest memoryLimit: 4G memoryRequest: 256Mi - cpuLimit: 500m + cpuLimit: '2' cpuRequest: 30m commands: - id: update-contributing diff --git a/.github/ISSUE_TEMPLATE/a_question.yaml b/.github/ISSUE_TEMPLATE/a_question.yaml index f29c675853f..37c5fcd9218 100644 --- a/.github/ISSUE_TEMPLATE/a_question.yaml +++ b/.github/ISSUE_TEMPLATE/a_question.yaml @@ -13,11 +13,11 @@ body: Useful Links: - - 📄 Documentation: https://www.eclipse.org/che/docs + - 📄 Documentation: https://eclipse.dev/che/docs - 📝 Contributing: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md 💬 Eclipse Che has public chat on: - - Mattermost: https://mattermost.eclipse.org/eclipse/channels/eclipse-che + - Eclipse Cloud Dev Tools Slack: https://communityinviter.com/apps/ecd-tools/join-the-community - type: textarea id: summary diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 84a33b3075b..fa4b4abb690 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,11 +13,11 @@ body: Useful Links: - - 📄 Documentation: https://www.eclipse.org/che/docs + - 📄 Documentation: https://eclipse.dev/che/docs - 📝 Contributing: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md 💬 Eclipse Che has public chat on: - - Mattermost: https://mattermost.eclipse.org/eclipse/channels/eclipse-che + - Eclipse Cloud Dev Tools Slack: https://communityinviter.com/apps/ecd-tools/join-the-community - type: textarea id: describe-bug @@ -156,7 +156,7 @@ body: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks - description: "How to collect logs: https://www.eclipse.org/che/docs/che-7/collecting-logs-using-chectl" + description: "How to collect logs: https://eclipse.dev/che/docs/stable/administration-guide/collecting-logs-using-chectl/" render: shell - type: textarea diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml index 77cbba9af5a..63f387b4ca4 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yaml +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -13,11 +13,11 @@ body: Useful Links: - - 📄 Documentation: https://www.eclipse.org/che/docs + - 📄 Documentation: https://eclipse.dev/che/docs - 📝 Contributing: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md 💬 Eclipse Che has public chat on: - - Mattermost: https://mattermost.eclipse.org/eclipse/channels/eclipse-che + - Eclipse Cloud Dev Tools Slack: https://communityinviter.com/apps/ecd-tools/join-the-community - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml index f6f9c37ae65..e4f6b3380a9 100644 --- a/.github/ISSUE_TEMPLATE/task.yaml +++ b/.github/ISSUE_TEMPLATE/task.yaml @@ -13,11 +13,11 @@ body: Useful Links: - - 📄 Documentation: https://www.eclipse.org/che/docs + - 📄 Documentation: https://eclipse.dev/che/docs - 📝 Contributing: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md 💬 Eclipse Che has public chat on: - - Mattermost: https://mattermost.eclipse.org/eclipse/channels/eclipse-che + - Eclipse Cloud Dev Tools Slack: https://communityinviter.com/apps/ecd-tools/join-the-community - type: textarea id: problem diff --git a/.repositories.yaml b/.repositories.yaml index 50446e34315..00a742314bc 100644 --- a/.repositories.yaml +++ b/.repositories.yaml @@ -94,7 +94,7 @@ repositories: - url: https://github.com/eclipse-che/che-website name: website description: >- - https://eclipse.org/che website source code. + https://eclipse.dev/che website source code. devfile: https://github.com/eclipse-che/che-website/blob/main/.devfile.yaml useCheReleaseLifecycle: false - url: https://github.com/eclipse-che/che-workspace-client diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df0bd8bff31..42d1876b5b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Repository | Component | Description | Devfile | Documentation [machine-exec](https://github.com/eclipse-che/che-machine-exec) | | Interface to execute tasks and terminals on other containers within a workspace. | [devfile](https://github.com/eclipse-che/che-machine-exec/blob/main/devfile.yaml) | [doc](https://github.com/eclipse-che/che-machine-exec/blob/main/CONTRIBUTING.md) [operator](https://github.com/eclipse-che/che-operator) | | Che operator to deploy, update and manage K8S/OpenShift resources of Che. | [devfile](https://github.com/eclipse-che/che-operator/blob/main/devfile.yaml) | [plugin-registry](https://github.com/eclipse-che/che-plugin-registry) | | The default set of Che plugins (vscode extension + containers) or editors that could be installed on any Che workspaces. | | -[website](https://github.com/eclipse-che/che-website) | | https://eclipse.org/che website source code. | [devfile](https://github.com/eclipse-che/che-website/blob/main/.devfile.yaml) | +[website](https://github.com/eclipse-che/che-website) | | https://eclipse.dev/che website source code. | [devfile](https://github.com/eclipse-che/che-website/blob/main/.devfile.yaml) | [workspace-client](https://github.com/eclipse-che/che-workspace-client) | | JS library to interact with a che-server. | | [configbump](https://github.com/che-incubator/configbump) | | Simple Kubernetes controller that is able to quickly synchronize a set of config maps | | [workspace-data-sync](https://github.com/che-incubator/workspace-data-sync) | | Provides the ability to increase I/O performance for a developer workspaces | | diff --git a/README.md b/README.md index e2f3645428e..371102bdf6d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ https://github.com/eclipse-che/che-server